How to avoid <script> executing when loading a page
I have a <script> tag on the page and a chrome extension that should avoid executing this script. How can I do this?
I can inject some script right after the page starts loading. DOMContentLoaded event and MutationObserver didn't help.