Myspace - Remove Anything *New Skin*

By Timothy Last update Dec 21, 2007 — Installed 1,241 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 6 posts, 5 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Jojai User

document.getElementById("addressbook") has no properties
(no name)()greasemonkey.js (line 322)
(no name)()greasemonkey.js (line 313)
[Break on this error] undefined

 
Jojai User

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 :)

 
Adam Kramer Scriptwright

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;}");

 
Timothy Script's Author

You might have a conflicting script. Works fine for me, Install firebug and come back and type what errors the Console displays. Thanks

 
TGBLACK14@AO... User

IT DONT WORK

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel