Html – how to remove <script> from the page before it loads it contents
I have a page hosted on a server which injects small portion of script to my index.html page and would like to remove this script before it runs. Simplified example looks like this <!doctype html> <html lang="en"> <body> <script id="removeme">…