MySpace - Shortcuts v1.2

Last update on Apr 10, 2008

MySpace profile sections - Easy navigation on myspace. Every link you want is there. By stojshic

CREDITS: The original concept of the script was created by Jacub. It was later updated by Freddy. This is a little redesign by me(myspace.com/bloodyangel88). I changed the position to the center of the screen. Also, it's now in one row, and the position is fixed, so it's always on top of the screen... Hope u like it... :) If u have any question, or u found some bug, please post a comment, ur comments are welcome...

Configuration

You can now configure script so it fits your needs. Links can now be aligned vertically or horizontally. Also, it can scroll with page (fixed position), or not. Just go to "Edit script", and configure it, it's easy...

Updates:

10.04.2008:
v1.2 - I just saw that "add comment" link didn't work, so now that's fixed. Also, I changed the order of links, so now it's little more normal order. Easier to remember...

17.03.2008:
v1.1 - Updated lots of things. Now links can be vertically aligned on the left or right side. Also position can be fixed or not. You can remove background color and set it to transparent... Hope you'll like it. If you find any bugs, please let me know... Thanks

26.10.2007:
v1.0 - Changed problem with linking... Script changed design of some links in MySpace, now that's fixed. After these changes, this script is officially come as version 1.0, "without" bugs, hope so. If u find any bugs, please comment me...

25.10.2007:
v0.6 - Changed separator problem, you can't click on it anymore.
Added new version of Seifer's update script
Added link to your home page (Seifer's idea:) Some minor source changes

24.10.2007:
v0.5 - And now, with a little help of the Seifer, the auto-update works:) Thanks Seifer!

17.10.2007:
v0.4 - Changed bug when viewing comments or pictures, sometimes toolbar shows in two rows, now that's fixed... Also, I'm not sure does Seifer's update working, as much as I saw, it's not working, and I'll see what can I do to make it work...

16.10.2007:
v0.3 - Included Seifer's update script to script

15.10.2007:
v0.2 - Changed link for View pics, it now shows user albums first!

ScreenShot:

Photo Sharing and Video Hosting at Photobucket



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

10 comments Feed-icon

1 point
login to vote
Posted Jul 25, 2008

kill even more ads with adblockplus with 3x

http://easylist.adblockplus.org

;)

1 point
login to vote
stojshic script's author
Posted Mar 17, 2008

@tiffany8989 If you want to remove MySpace advertisement you must download FireFox extension AdBlock Plus ( www.adblockplus.org ) or download script called Ad Silencer for MySpace from http://userscripts.org/scripts/show/3890. And that black bar on top is my script, just hit "Install this script" button (Top right). You must have GreaseMonkey to install scripts from this site... Hope this helps :)

1 point
login to vote
Posted Mar 17, 2008

Ummm,

I don't get any of this.

I'm VERY VERY new

Lol

Alll, i want is that black bar at the top off and my advertisement code.

Please help me.

Thank you.

1 point
login to vote
stojshic script's author
Posted Mar 17, 2008

@surtin, OK, now script can be on left or right top side of the screen. Also can be scrollable or not... Sorry for such delay, I had no time...

1 point
login to vote
stojshic script's author
Posted Nov 1, 2007

@surtin
U mean like the first version of the script (Freddy's version)? His version of the script is in the right corner of the screen, in rows. I can make the other script for that, but i don't think it's necessary, as u can download his version. If u meant something else, please be more specific...

1 point
login to vote
surtin user
Posted Oct 31, 2007

anyway you could make an option in this script or a separate script that puts the links to the left top hand corner?

1 point
login to vote
Seifer scriptwright
Posted Oct 24, 2007

Hey, yeah thats fine if you use my code. (:

You need to add in to your script somewhere
(Just above the "new update notification" should look pretty tidy.)

script_version=0.3;
      script_updatetext='Changed separator bug, it isnt a link now, and you cant hover with a mouse it anymore. Some minor source changes';

That way people that installed your script (still using the old update notification) will be notified of the the update.

Make sure to leave all the new stuff for the new update notification though!

1 point
login to vote
stojshic script's author
Posted Oct 23, 2007

Thanks man, it works now. Sorry for such a noob question, but I really am a BIG NOOB in this scripting... :)

1 point
login to vote
Seifer scriptwright
Posted Oct 22, 2007

The script content I posted just then is INCOMPLETE.
UserScripts messed it up... go to the actual script page, view the script source and copy it from there.

Let me know if you need anymore help
Seifer

1 point
login to vote
Seifer scriptwright
Posted Oct 22, 2007
Hi there You got all the update bit right, your script name, number and version... you just need to insert the rest of the script.. You need to include (after the bit you already put in)
GM_xmlhttpRequest({
          method: "GET",
          url: "http://userscripts.org/scripts/review/"+script_num+"?format=txt",
          onload: function(responseDetails) {
          	var text = responseDetails.responseText;
          	var update_version = text.substring(text.indexOf("script_version=")+15,text.indexOf("\n",text.indexOf("script_version="))-2);
          	var update_text = text.substring(text.indexOf("script_updatetext=")+19,text.indexOf("\n",text.indexOf("script_updatetext="))-3);
        	if(update_version > script_version) {
          		newversion = document.createElement("div");
          		newversion.setAttribute("id", "gm_update_alert");
          		newversion.setAttribute("style", "background-color:yellow; width:100%; position:absolute; z-index:99; top:0px; left:0px; text-align:center; font-size:11px; font-family: Tahoma");
          		newversion.innerHTML = "Close<font>--------</font><font>There is a new version of the ""+script_name+"" script. You are currently running version "+script_version+".</font>
<font>----------------</font>The latest version is "+update_version+". Click here for more info or Click here to download the latest versionHere's a short description of the latest update...
"+update_text+"
"; document.body.appendChild(newversion); } } });
I'm working on a much better new one, but this one does the job so feel free to use it. Seifer

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