maximelebreton / quick-javascript-switcher

A Chrome Extension to enable / disable javascript 'on the fly'
https://chrome.google.com/webstore/detail/geddoclleiomckbhadiaipdggiiccfje
251 stars 49 forks source link

Since Chrome 101, need to re-open tab #54

Open wmertens opened 2 years ago

wmertens commented 2 years ago

I disable js by default and enable it site-per-site. This worked reasonably well, but sometimes it would still cause e.g. embedded youtube to fail.

Now since Chrome 101 I think, enabling JS doesn't make anything work, and disabling JS doesn't work either.

To fix that, I need to close the tab and open it again. It seems like Chrome JS disabling is cached somehow at tab open.

Maybe the extension can automate this?

wmertens commented 2 years ago

~It is odd though, as if some JS can work but others can't. For example, when I disable JS on github, I can click on the ... in the top right of my issue and it will show a hoverbox, but it won't load content.~

Nevermind, that is a details element, I never heard of that before!

And on github I can reliably turn JS on and off :thinking:

wmertens commented 2 years ago

Oh - I just now noticed that it's only a problem in incognito mode!

maximelebreton commented 1 year ago

Can you try the 2.0 version and tell me if the problem still happen? https://github.com/maximelebreton/quick-javascript-switcher/issues/47