Skip to content

Commit

Permalink
gca.sh
Browse files Browse the repository at this point in the history
PARTIALILLY support.
close #633
  • Loading branch information
legnaleurc committed Jan 3, 2015
1 parent 1629c25 commit 1a90b32
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/sites/link/gca.sh.js
@@ -0,0 +1,19 @@
$.register({
rule: {
host: /^gca\.sh$/,
},
ready: function () {
'use strict';

$.removeNodes('iframe');

var jQuery = unsafeWindow.$;
setTimeout(function () {
jQuery("#captcha-dialog").dialog("open");
}, 1000);
},
});

// 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 1a90b32

Please sign in to comment.