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

  • To customize go to the little monkey face in the bar at the bottom of Firefox.
  • Right-Click on it and go to "Manage User Scripts..."
  • Find the script titled "Myspace - Remove Anything *Customizable*" select it.
  • Then click the 'Edit' button below the white box with the scripts in it.
  • If it's your first time editing a script, you may have to pick an editing tool, pick iNotepad.
  • Scroll down past the descriptions area.
  • Read the text under "EDIT HERE" for further instructions.

    IF YOU USE THE OLD MYSPACE SKIN, DO NOT INSTALL THIS SKIN, USE MY OTHER ONE INSTEAD
    http://userscripts.org/scripts/show/8023




  • 1 point
    login to vote
    Jojai user
    Posted Jan 3, 2008

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

    1 point
    login to vote
    Jojai user
    Posted Jan 3, 2008

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

    1 point
    login to vote
    Adam Kramer scriptwright
    Posted Dec 28, 2007

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

    1 point
    login to vote
    Timothy script's author
    Posted Dec 27, 2007

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

    1 point
    login to vote
    Posted Dec 27, 2007

    IT DONT WORK

    You could comment on this script if you were logged in.