Last active
September 26, 2015 04:47
-
-
Save gaby-de-wilde/1041676 to your computer and use it in GitHub Desktop.
Bookmarklet: purge - disarms all instances of applet, embed, iframe, object, setTimeout and setInterval
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:for(o=0;o<100;o++){clearTimeout(o);clearInterval(o)};it=function(q){return(document.getElementsByTagName(q))};x=it('object');for(z in x){x[z].archive="";x[z].codebase="";x[z].data=""};x=it('iframe');for(z in x){x[z].src="";}x=it('embed');for(z in x){x[z].src="";};x=it('applet');for(z in x){x[z].code="";x[z].archive="";x[z].codebase="";};void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
success stories: "I ran that code and my browser deleted itself"