Fix captcha in GM 1.15.
This commit is contained in:
parent
181c3c882b
commit
aec444c6cb
@ -19,7 +19,9 @@ QR.captcha =
|
|||||||
$.after QR.nodes.com.parentNode, root
|
$.after QR.nodes.com.parentNode, root
|
||||||
|
|
||||||
$.on counter, 'click', @toggle.bind @
|
$.on counter, 'click', @toggle.bind @
|
||||||
$.on window, 'captcha:success', => @save false
|
$.on window, 'captcha:success', =>
|
||||||
|
# XXX Greasemonkey 1.x workaround to gain access to GM_* functions.
|
||||||
|
$.queueTask => @save false
|
||||||
|
|
||||||
shouldFocus: false
|
shouldFocus: false
|
||||||
timeouts: {}
|
timeouts: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user