>>6
an option to disable javascript on only the page when it asks to interrupt a script
see this
<iframe src="" onload="while(){this.src=""}"></iframe>
it is immune to interrupting the script, since the interruption only breaks one loop, but this creates infinitely many loops