Demonoid Ad Remover

By TextBoy Last update Aug 3, 2006 — Installed 1,802 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
EFFINBoy User

when used in conjunction with adblock (to get rid of the searching.com stuff) this script works better than the two that are newer and doesn't hide necessary items on torrent pages as the others do as well.

 
housetier User

yep it does remove that search crap. Thank you, The Leather Midget!

 
The Leather ... User

If you Edit this script to add the following code, it will remove the entire left-hand table containing that annoying "searching" carpola.

//Start "searching.com" remove script
//Finds and hides the left-hand ad-space
// table data cell. hint: It's 106px.
var dataCells = document.getElementsByTagName('td');
for(i=0;i<datacells>
if(dataCells[i].width=="160") {
dataCells[i].style.display="none";
}
}

 
housetier User

How about that new searching.com thing demonoid now displays on the left? That ought to be removed as well.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel