diff --git a/builds/crx/script.js b/builds/crx/script.js index d9d4ee844..5c559af45 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -6567,7 +6567,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(); },