Myspace - Custom Layout Dis/Enable

By InsaneNinja Last update Jul 4, 2008 — Installed 13,646 times. Daily Installs: 2, 1, 0, 2, 0, 1, 1, 4, 1, 4, 1, 1, 1, 3, 1, 3, 1, 0, 0, 4, 2, 4, 4, 1, 3, 0, 0, 1, 5, 4, 0

Archived Comments (locked)

Subscribe to Archived Comments 50 posts, 29 voices

Jesse Andrews Admin

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

 
blue_think User

I dont have this problem.. check your other extensions ;D

 
Shane Allen User

There is something with this script that conflicts with the login page of myspace. When the login page loads, the button shows up to the top right of the login screen box that shows up for layouts. Once this button shows up, you cannot click anything in the login box. Do you have any idea why this is happening?

 
Helen G User

InsaneNinja you said the script does not load until the page has fully loaded yet sometimes it does! I guess it is when the layout has loaded and the flashy glitter thingies and vids etc are still loading? Either way like I said before it is a sanity saver, I need to figure out how I can use it on blogs with the rise of blog templates / layouts, I am numb when it comes to user scripts so can this be modified?

Sorry to mither and if I have put this in the wrong place apologies again, either way it is an excellent script.

 
Charnita Fance User

This is exactly what I've been looking for!

 
anonymous_user User

Some options I would like in this script:

Hide Friends
Hide Comments
Remove/hide videos

 
Salvador User

i have a problem with this script it shows the profile with no style and it doesn't even show the button to change it back to profile with style im running "firefox 3 greasemonkey 8 windows vista"

 
Chris4 Scriptwright

Wow, great thanks.

 
bseos User

Is there a similar userstyle script that does the same thing as this greasemonkey script?

I love the script its just whats the point of loading all the crap then switching to default view?!

 
InsaneNinja Script's Author

greasemonkey doesnt run scripts until the page has loaded

 
bseos User

Great Script.
though there is one thing that bugs me.
It takes a while for the enable/disable button to appear even after loading half of the custom profile. Is there anyway to have the botton load first beofre any loading of the actual profile??

 
Helen G User

This is totally amazing, a life saver well a sanity saver and 10 minutes loading time saver. I have recommended this to several people who were fed up of the same problems. Great job

 
TommyBoy User

Oh, I have to use the Greasemonkey add-on. Sorry, I missed that comment.
T

 
TommyBoy User

Hey, I got the code, what next? I'm not familiar with Java Script. I clicked the "Install this script" button, and all it did was download a .js file. When I click on it, it shows an error.

Tommy

 
planejumper73 User

I'm a relative newb to Firefox. Can anyone help me with where to put the script? I'd really appreciate it.

 
iSecks.v2 User

Dude, That would rule if you coul make myspace sexy like facebook.... I hope you can get around to it, if you get free time, of course. If you do end up doing it, would you mind emailing me? you can get my email from my profile, thanks.

PS - Great script!

 
Ponury User

This script is amazing. I was getting sick whenever I needed to visit this clogged monstrosity. And what pissed me off the most was not custom scripts but the load of stupid spam comments on every single profile page - all of them blinking, loading for ages some stupid posters that nobody gives a damn. And, adding insult to injury, pictures of tons of friends - yes, I visit a page of some music band especially to check whether Jim from Redneckville, Minnesota is their dedicated fan.
So, why do I mention it if this script cannot remove comments and friends? Well, it can... You just need to modify it slightly.

So, to remove the comment and friend sections of profile myspace pages, replace this part of code:

        + '.friendSpace table table td {width:25%!important; }, .friendSpace table table table td,.friendsComments td {width:auto!important; }\n'

with the following code:
        + '.friendSpace table table td {display:none; }\n'

	+ '.friendsComments td {display:none; }\n'

To get rid of the friends section, but leave the comments section intact, replace only

'.friendSpace table table td {width:25%!important; } 

with
'.friendSpace table table td {display:none; } 

To get rid of the comments section, but leave the friends section intact, replace:

        + '.friendSpace table table td {width:25%!important; }, .friendSpace table table table td,.friendsComments td {width:auto!important; }\n'

with:
        + '.friendSpace table table td {width:25%!important; }\n'

	+ '.friendsComments td {display:none; }\n'

So, once again - kudos to the author of this script!

 
perkeyburger User

I use a number of scripts on MySpace, but this one competes with MySpaceHax (to show the hidden sections) for position. I just make a small change in line 135 from "right" to "left" to make it more balanced, and set this script above the other one to make both work.

 
InsaneNinja Script's Author

i've actually considered making an offshoot that combines this with a theme that makes myspace profiles look like facebook profiles..

could be funny to run around myspace looking as if it were a facebook clone

 
zilch42 User

great script. i was wondering, since the standard myspace layout isn't hugely appealing, would it be possible for me to specify a different layout code to replace what's on the profile instead of just stripping the CSS away? so i could specify the way i wanted peoples profiles to look as well as the elements i saw on a profile.

that may be too much work, i dont know. just an idea i had

 
InsaneNinja Script's Author

add this to any script that is active on a profile page.

GM_addStyle(' body * { opacity: 1.0 !important; } ')

 
Derrick User

Is there any way to disable only certain parts of the css? In particular, I hate when people change the opacity of their images or whatever they do to make them blurry. I'd really like to possibly keep the rest of the layout intact.

 
HatastiX User

@John0877

http://userstyles.org/styles/site/myspace.com

examine the sanitizers

 
John0877 Scriptwright

scratch that i got it working but is there a way to have profiles come up with the layout stripped already? it kinda defeats the purpose to have to download it then it gets stripped.

 
John0877 Scriptwright

i could not get this to work in Opera or Firefox. i really would love something like this to work. would also be cool if it could negate any transparency settings on profiles too.

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