The re-modified myspace home page

There is some new crap on the “home” page on myspace. More “cool new videos” and featured filmmaker, comedy, music and books. I don’t like any of that stuff. So use Firefox, install Greasemonkey and this script. Or if you have the script already installed just add these lines by clicking on tools, greasemonkey, manage user scripts, A re modified user homepage, edit and then save.

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

var b = document.getElementById(“home_featured_filmmaker”);
if (b) {b.parentNode.removeChild(b);}

var b = document.getElementById(“home_featured_comedy”);
if (b) {b.parentNode.removeChild(b);}

var b = document.getElementById(“home_featured_music”);
if (b) {b.parentNode.removeChild(b);}

var b = document.getElementById(“home_featured_books”);
if (b) {b.parentNode.removeChild(b);}

1 Comment

  1. This is similar to my A Re Modified MySpace Userscript.

Leave Your Comment

Your email will not be published or shared. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>