diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 291519714..c87c43e4f 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -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(); },