I need to remove the script from the page before it is executed, because it interferes with my script ...
If I set run_at to document_start, I do not have access to the DOM because it is not loaded. But when it is loaded, the scripts on the page also execute ...
Is there a way to tell Chrome to run my content script before running any scripts from the page?
I understand that Javascript only runs when the code loads ... but maybe there is a way to disable this behavior when using the contents of the script?
source share