Home | Store | Contact | Videos | Privacy Policy

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.

4 Responses to “Remove Ads from My Yahoo Beta”

  1. it doesn’t work

  2. Interesting article. Were did you got all the information from… :)

  3. 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?

Leave a Reply