Bebo homepage sponsors remover

By Jonathan D Last update Apr 19, 2008 — Installed 126 times.
// ==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";