Skip to content

Commit

Permalink
Support shink.in
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 committed Jun 3, 2015
1 parent 0d73e35 commit 15080a1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/sites/link/shink.in.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
$.register({
rule: {
host: /^(www\.)?shink\.in$/,
path: /^\/\w+$/,
},
ready: function () {
'use strict';

var f = $('#skip');
// Specifying a correct #id input value seems unecessary
f.submit();
},
});

// ex: ts=2 sts=2 sw=2 et
// sublime: tab_size 2; translate_tabs_to_spaces true; detect_indentation false; use_tab_stops true;
// kate: space-indent on; indent-width 2;

0 comments on commit 15080a1

Please sign in to comment.