Skip to content

Commit

Permalink
Fix linkshrink.net
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 committed Jul 30, 2015
1 parent 597b47d commit ab3ddcc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/sites/link/linkshrink.net.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ $.register({
ready: function () {
'use strict';

var a = $.searchScripts(/class="bt" href="([^"]+)"/);
if (!a) {
_.warn('pattern changed');
return;
}

$.openLink(a[1]);
var l = $('#skip .bt');
$.openLink(l.href);
},
});

Expand Down

0 comments on commit ab3ddcc

Please sign in to comment.