Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Vatsal on November 23, 2006, 12:51:16 PM



Title: Scrap Deleter
Post by: Vatsal on November 23, 2006, 12:51:16 PM
Scrap Deleter

Open your or friend's (to delete your scraps in his scrapbook) scrapbook.

Copy the following code and paste in the URL bar.

javascript:df=document.forms;a=document.getElementsByTagName('form');for(x=1;x<a.length;x++){df
  • .innerHTML+='<input type="submit" id="click'+x+'" name="Action.delete" style="display: none;"><iframe name="'+x+'delete" width="0" height="0">';df
  • .target=x+'delete';document.getElementById('click'+x).click()};void(0)

Press ENTER.

Close the window or press REFRESH to stop deleting.


Title: Deletes 10 scraps at a time
Post by: Admin on November 29, 2006, 06:25:16 PM
javascript:i=0;setInterval("i++;document.forms.submit()",1300);void(0)


Title: Re: Scrap Deleter
Post by: Mark David on February 20, 2007, 07:59:43 PM
gud 1