Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
this would be faster: var ads=document.evaluate("//iframe[contains(@src,'adshow')]",document,null,6,null);
for(i=0;i<ads.snapshotLength;i++) ads.snapshotItem(i).parentNode.removeChild(ads.snapshotItem(i))
|