Add support for 4chan Pass.
I guess?
This commit is contained in:
parent
08ef04697d
commit
790403df04
@ -2173,6 +2173,9 @@
|
|||||||
captcha: {
|
captcha: {
|
||||||
init: function() {
|
init: function() {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
|
if (-1 !== d.cookie.indexOf('pass_enabled=')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (!(QR.captchaIsEnabled = !!$.id('captchaFormPart'))) {
|
if (!(QR.captchaIsEnabled = !!$.id('captchaFormPart'))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
master
|
master
|
||||||
|
- Mayhem
|
||||||
|
Add support for 4chan Pass.
|
||||||
|
|
||||||
2.35.0
|
2.35.0
|
||||||
- Mayhem
|
- Mayhem
|
||||||
|
|||||||
@ -1672,6 +1672,7 @@ QR =
|
|||||||
|
|
||||||
captcha:
|
captcha:
|
||||||
init: ->
|
init: ->
|
||||||
|
return if -1 isnt d.cookie.indexOf 'pass_enabled='
|
||||||
return unless QR.captchaIsEnabled = !!$.id 'captchaFormPart'
|
return unless QR.captchaIsEnabled = !!$.id 'captchaFormPart'
|
||||||
if $.id 'recaptcha_challenge_field_holder'
|
if $.id 'recaptcha_challenge_field_holder'
|
||||||
@ready()
|
@ready()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user