Web Compatibility Support • Re: Google's built-in AI is broken in PM: Something went wrong and the content wasn't generated.
Pale Moon forum - Forum index [Unofficial]
April 19, 2026
swap out the code
CODE:
node.textContent = node.textContent.replace( "for(let f=a.firstChild;f!==e;f=a.firstChild)a.removeChild(f)", "/*for(let f=a.firstChild;f!==e;f=a.firstChild)a.removeChild(f)*/"
with
CODE:
node.textContent = node.textContent.replace( "for(let e=a.firstChild;e!==f;e=a.firstChild)a.removeChild(e)", "/*for(let e=a.firstChild;e!==f;e=a.firstChild)a.removeChild(e)*/"
and it should get it working again. Google had changed some variable names. I will try to make a more future proofed version.
Discussion in the ATmosphere