Remove Ads from My Yahoo Beta
4 Comments » | This post was viewed 7396 times.
Remove Advertisement from My Yahoo Page
Install this script with the help of greasemonkey
Greasemonkey is a plugin for the Firefox web browser.
// ==UserScript== // @name Francis Matthews // @namespace http://hi.baidu.com/fmatthews78 // @description Remove Advertisement from My Yahoo Page // @include http://*my.yahoo.com/* // ==/UserScript== function removeElem(elem) { if (elem) elem.parentNode.removeChild(elem); } (function () { removeElem(document.getElementById('lrc')); }());
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
November 25th, 2007 at 6:25 am
it doesn’t work
March 5th, 2009 at 9:43 am
Interesting article. Were did you got all the information from…
March 5th, 2009 at 4:08 pm
To get the latest informations i subscribed to many rss feeds.Secondly i use google and other alerts to keep me updated with the latest buzz.
What about you?