MySpace Home-Page Super Mod

By urbi(); Last update Aug 19, 2009 — Installed 9,630 times.

Questions? Comments? Errors?

in
Subscribe to Questions? Comments? Errors? 376 posts, 36 voices



urbi(); Script's Author

You're the one getting that error?

I don't know what's causing that to happen. As far as I know, you're the only user getting that problem.

Anything about your browsing environment that could be causing the problem?

 
Buck Snortt User

Not that I can find, Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 not any other scripts running I have uninstalled / reinstalled with no effect ya got me ?. It's only me wtf!?!?

 
Reb4xE User

Well, I'm the only one getting my error too. I think Myspace might be screwing around again. If you have NoScript installed, what happens if you block myspace.com ? Will it start working? That's what happened to me. So I know it's not me.

 
Buck Snortt User

Nope I saw that post, tried that. Same as it ever was LOL I swear mywaste hates me!!

 
urbi(); Script's Author

Any themes or add-ons? Some add-ons or themes will break the script.

 
GB5393 User

Sorry if this was already mentioned, but, I'm getting these 3 boxes at the bottom of every page that isn't MySpace Home.

Here's some screen caps.
http://i202.photobucket.com/albums/aa162/gb5393...
http://i202.photobucket.com/albums/aa162/gb5393...
http://i202.photobucket.com/albums/aa162/gb5393...

 
urbi(); Script's Author

That's weird. Did you change anything the included/excluded pages settings?

It sounds to me like that's a problem with Greasemonkey, not with the script. You're the only person that's reported the script running on the wrong pages.
Try reinstalling greasemonkey.

 
GB5393 User

huh.. turns out reinstalling the script fixed it. I'm not sure what was happening.

 
Kizzeny User

code just broke for me,
bulletin pseudo-window and compact bulletins stopped this morning, though I'm thinking it's just a hiccup,
I'll see if I can find out more

 
urbi(); Script's Author

Turn on reportErrors in the settings manager.
Is this the error message you get: oldCells[i] is undefined?

 
Kizzeny User

that's the one
in line 571

 
urbi(); Script's Author

That can be fixed by replacing these lines:

imgs.forEach(function(elm, i){
	oldCells[i].firstChild.className = "photoContainerSmall";
	var first, last;
	if( (first = oldCells[i].firstChild.firstChild) == (last = oldCells[i].firstChild.lastChild) )
		oldCells[i].firstChild.appendChild(imgs[i]);
	else
		oldCells[i].firstChild.replaceChild(imgs[i], oldCells[i].firstChild.lastChild);
	imgs[i].src += ""; // Prevents images from never loading.
});

with these lines:

for(var i in imgs){
	if(!oldCells[i]) break;
	oldCells[i].firstChild.className = "photoContainerSmall";
	var first, last;
	if( (first = oldCells[i].firstChild.firstChild) == (last = oldCells[i].firstChild.lastChild) )
		oldCells[i].firstChild.appendChild(imgs[i]);
	else
		oldCells[i].firstChild.replaceChild(imgs[i], oldCells[i].firstChild.lastChild);
	imgs[i].src += ""; // Prevents images from never loading.
};

 
Kizzeny User

that did the trick

 
but2002 Scriptwright

That worked, but now there is no link to reply to bulletin or the likes.

 
Kizzeny User

here's a random question for anyone who has a facebook

is the little toolbar on the bottom javascript or a java app ?

 
urbi(); Script's Author

The toolbar is HTML and Javascript.

 
but2002 Scriptwright

New idea.

A lot of my friends post YouTube video or other embedded media inside bulletins and it creates Vertical/Horizontal scrollbars. Why not make the bulletin windows re-sizeable, and/or auto-adjust width and height?

 
azim61 User

i cannot get this script to work
reinstall greasemonkey and your script many times already
User Script Commands menu show nothing
and in my myspace homepage
i dont see the script control

 
azim61 User

help pls

 
urbi(); Script's Author

In version five the bulletin windows are large enough to fit youtube videos, if present.

Azim, MySpace made changes that broke the script. Read above to find out how to fix the script, or wait til I upload version five. Use ctrl+F to find the code to replace.

 
azim61 User

okeh
thx for the info

 
seth_is_amazing User

Any estimate on v5?

 
but2002 Scriptwright

Could you perhaps at least update the script with the little bulletin psuedo-window fix? I've told a few people about this, and when they installed it, I had to go through and manually do it, and it's a hassle. At LEAST until you get the new script rolled out. :)

 
jamesgriffing User

hey, I'm making a vista user style for myspace and I made a loading icon, I think it's a lot better than myspace's loading circle thing, here it is if you want to use it.

http://i656.photobucket.com/albums/uu284/UserSt...

 
but2002 Scriptwright

MySpace rolled out a new update that will break the columns if you have Status Updates in the right column.