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