is there a way to disable a <script>, I tried the code below but didnt work document.getElementByTagName('script')[0].disabled = true;