External Publication
Visit Post

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] May 26, 2026
Source

It looks like Google modified the code again and changed more than just some variable names as I can no longer get it to work through a Greasemonkey script. I tried the TextDecoderStream polyfill but I could not get it to work either. I have however managed to get a filter working using the Modify HTTP Response extension. Here is the filter to use -

CODE:

[["www.google.com",["/search\\?q.*/",[".pipeThrough(new TextDecoderStream)","","await b.read();","await b.read();var dd = new TextDecoder().decode(k);k=dd;"]]]]

Also, now it does not seem to suffer from the duplicating problem that was happening before but that could change if Google messes about with the code again.

Can I ask why TextDecoderStream and other parts of the Streams API have not been added to Pale Moon yet as many websites seem to need it now. Is it quite complex to implement or is there another reason?


Discussion in the ATmosphere

Loading comments...