We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it possible via browser dev tools to detect if an add-on has injected JS into a document?
The text was updated successfully, but these errors were encountered:
I don't see why the console should be special - if you can do it via a document script, then the answer is yes
Sorry, something went wrong.
not sure i was clear enough - what i'm trying to do figure out whether JS injected by an add-on can be seen somewhere, such as the browser dev tools
how, and where, can such injections be recognized? would one look for a file reference, or something else?
out of scope for this repo - perhaps ask at slackoverflow - but one way is to enumerate properties (skip opener)
opener
No branches or pull requests
is it possible via browser dev tools to detect if an add-on has injected JS into a document?
The text was updated successfully, but these errors were encountered: