Update 4chan-X.user.js
added changes from MayhemYDG to solve captcha issue
This commit is contained in:
parent
2b16fa924f
commit
d8ca3bcafc
@ -6542,7 +6542,9 @@
|
||||
$.sync('captchas', QR.captcha.sync);
|
||||
QR.captcha.nodes.challenge = challenge;
|
||||
new MutationObserver(QR.captcha.load.bind(QR.captcha)).observe(challenge, {
|
||||
childList: true
|
||||
childList: true,
|
||||
subtree: true,
|
||||
attributes: true
|
||||
});
|
||||
return QR.captcha.load();
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user