Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Myspace - Remove Anything *New Skin*
Removes anything from the new skin.
Description
Remove ANYTHING you want from the *NEW* myspace homepage, easily customizable, and being updated constantly. If you need help or just have a request for this script, feel free to leave me a comment.How to Customize
IF YOU USE THE OLD MYSPACE SKIN, DO NOT INSTALL THIS SKIN, USE MY OTHER ONE INSTEAD
http://userscripts.org/scripts/show/8023
You could comment on this script if you were logged in.

login to vote
document.getElementById("addressbook") has no properties
(no name)()greasemonkey.js (line 322)
(no name)()greasemonkey.js (line 313)
[Break on this error] undefined
login to vote
Didn't work for me either, I don't have any other scripts installed as yet so it can't be a conflict... I just installed firebug, I'll post again if I get any errors :)
login to vote
hey, it was working for me just fine until about 30 minutes ago....did myspace change something? I can't get it to work anymore. Also i added in some positioning things through a GM_addScript which was all working, but now isn't.
// ==/UserScript== (function() { // =====EDIT HERE===== // To show something, simply put "// " in front of the code line, without the brackets. // To hide something, simply remove the "// " from the front document.getElementById("headControls").style.display = "none"; document.getElementById("footer").style.display = "none"; // document.getElementById("manage").style.display = "none"; document.getElementById("addressbook").style.display = "none"; document.getElementById("grayboxrounded").style.display = "none"; document.getElementById("userstatus").style.display = "none"; // document.getElementById("userstatus").style.display = "none"; // document.getElementById("userstatus").style.display = "none"; // document.getElementById("userstatus").style.display = "none"; document.getElementById("header").style.display = "none"; document.getElementById("friendUpdate").style.display = "none"; // document.getElementById("********").style.display = "none"; document.getElementById("tkn_leaderboard").style.display = "none"; // document.getElementById("******").style.display = "none"; document.getElementById("squareAd").style.display = "none"; document.getElementById("featuredprofilerounded").style.display = "none"; document.getElementById("marketingcontent").style.display = "none"; document.getElementById("googlead").style.display = "none"; document.getElementById("ctl00_cpMain_MarketingBox_Skin_userHomeTabs_userHomeTabs").style.display = "none"; })(); //********************************************************************** GM_addStyle("#bulletins {border:0px; position:absolute; z-index:2; text-align:left; top: 60px; right: 162px; width:300px;}"); GM_addStyle("#userdisplay {z-index:3; position:absolute; top:25px; width:170px; }"); GM_addStyle("#manage {z-index:9; position:absolute; top:385px; left:155px; width:180px;}"); GM_addStyle("#today {z-index:9; position:absolute; top:28px; width:300px;}"); GM_addStyle("#updates {z-index:100; position:absolute; top:0px; left:0px;}"); GM_addStyle("#main {height:675px; background-color:#FFFFFF;}"); GM_addStyle("#friendspace {position:absolute; display:inline; text-Overflow:ellipsis; text-alignment:center; top:28px; left:340px; height:300px; width:458px;}");login to vote
You might have a conflicting script. Works fine for me, Install firebug and come back and type what errors the Console displays. Thanks
login to vote
IT DONT WORK