I\'m trying to write a script for Tampermonkey that prevents the execution of a specific inline script tag. The body of the page looks something like this
&l
Delete script tag on document-start (as suggested by wOxxOm):
document-start
(function() { 'use strict'; window.stop(); const xhr = new XMLHttpRequest(); xhr.open('GET', window.location.href); xhr.onload = () => { var html = xhr.responseText .replace(/