hide myspace schools

By mattie 1 Last update Aug 19, 2006 — Installed 1,303 times.
// ==UserScript==
// @name           hide myspace schools
// @description    hides schools on home page
// @include        http://*.myspace.com/*
// @include        http://myspace.com/*
// ==/UserScript==

var b = document.getElementById("home_schools");
if (b) {b.parentNode.removeChild(b);}