Andrews54757 / Anti-Anti-Debug

Be able to use developer tools again on user-hostile websites
https://chrome.google.com/webstore/detail/anti-anti-debug/mnmnmcmdkigakhlfkcdimghndnmomfeo
The Unlicense
125 stars 5 forks source link

Quick toggle #1

Open po5 opened 1 year ago

po5 commented 1 year ago

I'd like a way to disable it until it's actually needed, as this messes with debugging and other functions the user needs to work reliably in most cases.
Having it off by default (or just remembering the off state across sessions), and being able to toggle it by just clicking on the pinned extension icon would be a lot nicer than going to chrome://extensions and toggling it there.

Andrews54757 commented 1 year ago

Yeah thats a good idea, early on I just assumed that the global extension toggle would be good enough, but I can see how its slightly more annoying than a icon click. Looking at the documentation for dynamic content scripts, it looks like I need to have a background service worker. Firefox is weird when it comes to those and Manifest V3. Gotta setup a build system.

Estecka commented 3 months ago

On firefox, there's already something akin to a toogle. Was this your doing?

The extension doesn't work right out of the box when installed, it needs to be explicitely allowed to run specific domains. The permissions can be granted and revoked easily from the extension menu. Screenshot_4 Screenshot_5 (By the way, this might be worth mentionning in the troubleshooting tips. Made me rage a bit until I figured this was a thing.)