Browser issue Avatar Editor overlay breaks w/ Google Analytics Opt-out Browser Add-on

Optic

Well-known member
Just an annoyance but thought it might be worth reporting.

With the official Google Analytics Opt-out Browser Add-on installed in Chrome/Firefox:
https://tools.google.com/dlpage/gaoptout

The avatar editor overlay misbehaves when you upload a new avatar:
  • The avatar uploads OK but the overlay doesn't update to reflect the new avatar
  • If you close the overlay and refresh the page the new avatar shows OK

In both Chrome/Firefox this console error appears:
avatar-overlay-issue.webp

I'm guessing the add-on is disrupting the JS..
 
The extension is actually manipulating the response from the server and injecting it's own custom JS, thus breaking the JSON parsing. This is really something that needs to be resolved within the browser extension.
 
Top Bottom