Ynet ad remover

By ewolfman Last update Jun 11, 2006 — Installed 1,074 times.

Please update with 2009 look and feel!

in
Subscribe to Please update with 2009 look and feel! 1 post, 1 voice

YossiO Scriptwright
FirefoxWindows

Hi and thanks for the script.
You should add this section to remove the 2009 era ads:
// 2009 look
aAds = document.body.getElementsByTagName('div');
for (i = 0; i < aAds.length; i++) {
if (aAds[i].id.substr(0,4) == 'ads.') {
if (document.getElementById(aAds[i].id)) {
aAds[i].style.display = 'none';
}
}
}

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