// ==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";
