Is there a way to stop all javascript on the page?

Posted by M28 on Stack Overflow See other posts from Stack Overflow or by M28
Published on 2010-05-24T17:34:50Z Indexed on 2010/05/24 17:41 UTC
Read the original article Hit count: 173

Filed under:

I need to stop all the javascript running on the page, but I have a limitation:

I cannot control the tags content, I am editing the page after it's being loaded.

Also, I need to remove all the variables defined by the old script that was running and stop all the intervals.

© Stack Overflow or respective owner

Related posts about JavaScript