Google books ad remover

By ms609 Last update Feb 7, 2009 — Installed 287 times. Daily Installs: 3, 0, 3, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 1, 0, 0, 0
// ==UserScript==
// @name           Google books ad remover
// @namespace      geological-supplies.com
// @description    Removes advertising from Google Books
// @include        http://books.google.com/*
// ==/UserScript==

if (document.getElementById("bottom_ad"))document.getElementById("bottom_ad").style.display="none";