MySpace Home-Page Super Mod

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

Mouse Over additive

in
Subscribe to Mouse Over additive 5 posts, 2 voices



^tyrant^ User

I like the mouse over feature to send a msg and leave comments, but how about add the abilitie to pick what you want in the mouse over.

Go to pictures, blog, videos, view commands etc...

 
^tyrant^ User

In a attempt to hard code a link to pictures this is what ive come up with.

@ line 199

msgURL = "http://messaging.myspace.com/index.cfm?fuseaction=mail.message";

Added a line below it for the new var for the view pictures url

msgURL = "http://messaging.myspace.com/index.cfm?fuseaction=mail.message",
picURL = "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums";

Couple lines below that where you have

$('FSCmtBtn').href = commentURL + id;
$('FSMsgBtn').href = msgURL + id;

This where im not sure what to add, I tried to make a new FSPicBtn

$('FSPicBtn').href = picURL + id;

But after i add that line the mouse over event stops working.

 
urbi(); Script's Author

I was just thinking about that actually. I'll add that feature.

 
^tyrant^ User

awesome

 
urbi(); Script's Author

I should've read more closely. I just added the view pictures link, not the ability choose whatever link(s).
I may do that in the future though.