// ==UserScript==
// @name hide professor rating
// @description hides professor rating, mobile alerts, and helio
// @include http://*.myspace.com/*
// @include http://myspace.com/*
// ==/UserScript==
var b = document.getElementById("home_additionalLinks");
if (b) {b.parentNode.removeChild(b);}
var b = document.getElementById("home_additionalLinks");
if (b) {b.parentNode.removeChild(b);}
var b = document.getElementById("home_additionalLinks");
if (b) {b.parentNode.removeChild(b);}
