Google Reader Remove Ads

By setomits Last update Apr 30, 2009 — Installed 2,880 times. Daily Installs: 9, 14, 8, 12, 11, 6, 15, 8, 13, 4, 13, 3, 7, 9, 12, 7, 9, 5, 9, 12, 11, 8, 11, 3, 6, 16, 17, 10, 13, 8, 7, 7
Script Summary:
Ban Ads in Google Reader

Script homepage

This script has no discussions.

start the discussion

Review Summary
5 stars
1 reviews (1)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
1 reviews (1)

this script has 2 reviews

description

This is the Greasemonkey script to remove ads in Google Reader.

configuration

If you want to modify prefixes, you can do it from about:config. I show you how to configure below.
  1. Input "about:config" into the location bar of Firefox.
  2. Filter with "greasemonkey.scriptvals.http://matatabi.homeip.net" and you will find
    • "Google Reader Remove Ads.ad_title_prefixes"
    • Google Reader Remove Ads.ad_url_prefixes"
  3. Change them as you like.
    • ad_title_prefixes:
      List of prefixes of entry title like ["PR", "AD"].
      These are used to match the entry titles.
    • ad_url_prefixes:
      List of prefixes of URLs like ["http://spam.example.com/", "http://feedads.example.com/"].
      These are used to match imgs, anchors, and iframes.

update

  • 2009/Apr/30th 10:40 JST: Add http://pagead2.googlesyndication.com/ to url_prefixes as default value. If you have already installed this script, you can change the value by yourself via about:config.
  • 2009/Apr/16th 14:25 JST: Fixed terrible bug in check_body()... And change not to use url_prefixes in check_title(). If you installed previous version, please re-install.
  • 2009/Apr/15th 11:45 JST: make possible to select a, iframe, img in entry bodies