Hi I'm trying to create a script which can stop every Javascript function. e.g
<button onclick='doSomething()'></button>
or
setInterval(doSomething, 200);
Is it possible to stop and disable those functions with another Javascript-File I mean get every interval like getElementByTanName(interval) and the a for function to clear them all