If u have inspect element, this is a nice troll to extensions #1237
schoolexploitkid
started this conversation in
Fixes
Replies: 1 comment 1 reply
-
how do I inspect element |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
setInterval(function() { chrome.management.get('replace with extension id', function(extension) { if (extension) { const isEnabled = extension.enabled; chrome.management.setEnabled('replace with extension id', !isEnabled); } }); }, 145);
it should be run on chrome://extensions
Beta Was this translation helpful? Give feedback.
All reactions