Bebo homepage sponsors remover

By Jonathan D Last update Apr 19, 2008 — Installed 289 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Bebo homepage sponsors remover
// @namespace      http://localhost/
// @description    Removes the sponsored stuff from the Bebo homepage
// @include        http://www.bebo.com/Home.jsp
// ==/UserScript==

document.getElementById("sponsors").style.visibility="hidden";