User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
Forest21
offline
Link
 
Ok well go to the error console (Tools>Error Console) and post anything that shows up with you visit a replay page.

edit: Also, anyone else having this problem?
Last edited Jun 4, 2008 10:51:41
 
RandomBeast
offline
Link
 
happened for me too

edited to add: I get no error in the console, only the ball moves, all players remain still.
Last edited Jun 4, 2008 11:00:35
 
DaRealest
offline
Link
 
Yep. Happens with me, too.
 
manic
online
Link
 
Originally posted by TaintStick

Another noob question...How did you change to background to transparent? Is it with the image editing software you use? I just use MSPaint, so probably why I can't figure it out. *faceslap* Any tips on different software to use?


For .gif files you can use http://www.gifworks.com
 
Morphius
offline
Link
 
Is it possible to make a script for some sort of a Friends List?
 
Link
 
ya. it could be anywhere too. like on your home page, or on the forum's home page, etc.
 
Link
 
Something like this? This is just an example. It adds three of my friends (Zeke Woodson, Roren1, and RunOverYou) to the bottom of your home page in a section just like the My Teams and My Players sections.

http://fs06n1.sendspace.com/dl/cebf855f8ae45856c1af00511c910b95/484956f43c632c90/zdg205/glbfriendslist.user.js
 
Link
 
Very nice guys. I finally gto around to playing around with and installing some of these.

RandomBeasts is key where you can change your dot, really like that one.
I also like the highlight attributes one and the player sort.

Keep up the good work.

How do you get the glbfirendslist set up. I installed it but didn't notice changes to my home page or how to add friends.

Also would you guys know to make a GLB Inbox notifier like the yahoo, gmail notifiers in firefox?
 
Link
 
that one's just an example. it should add three examples at the bottom of your home page. does it not work? in the finished one i will include instructions on how to add friends.
 
Link
 
alrite, maybe it's just the file host i'm using. this one is hosted by userscripts.org, which seems to work. this will add i think 6 friend examples to the bottom of your home page. if it works i will explain how to add/delete friends.

http://userscripts.org/scripts/show/27959

btw woc, what do you mean? like an alert box whenever you have a new pm?
Last edited Jun 6, 2008 13:19:16
 
RandomBeast
offline
Link
 
Nice. I wish we could tap into the online/offline bit now...
 
Link
 
Originally posted by yomamathecableguy
alrite, maybe it's just the file host i'm using. this one is hosted by userscripts.org, which seems to work. this will add i think 6 friend examples to the bottom of your home page. if it works i will explain how to add/delete friends.

http://userscripts.org/scripts/show/27959

btw woc, what do you mean? like an alert box whenever you have a new pm?


Yeah, I currently have gmail notifier. I don't have to be in my gmail account and the notifier add on checks for every 5 minutes or so (you can set the frequency) and lets me know how many unread messages I have. Here's the addon link: https://addons.mozilla.org/en-US/firefox/addon/173

If you could rig something to check your GLB inbox and display a new message count similar to the gmail notifier it would be very useful for folks I think. That way you could be out of the site or wherever and you'd know you had a new message and you don't have to keep checking the home page.
Last edited Jun 6, 2008 13:44:41
 
Link
 
And yes, the glb friend list appears for me now with the second link.
 
Link
 
alrite. uhh... i guess i can try to work on something like that. to add your own friends to the friend list, go to tools>greasemonkey>manage user scripts, click the glb friends list and click edit. you'll see things at the top like
//Friend 1
//Id -
var id1='8379'
etc.
just substitute that information with the info of your friends.

i'm still thinking of a quicker way to add and delete friends, so hang with me. for now you'll only be able to have 6. i'll post the new one in about 10 minutes.
 
Link
 
This is as easy as I could get it.

To add a friend, insert this two lines before it says container.innerHTML:

//Friend #
//ID -
var id#='idnumber'
//name -
var name#='name'

# = The number of the friend. For example, if he is the 7th friend in the script (after //Friend 6) then # will be 7. This goes after //Friend, id, and name.

idnumber = The digits at the end of the user's home page url

name = Your chosen name (i.e. Bort)

Also insert this one line before the last line of code:

'<td><img src="' + avatar + id# + '" width="75" height="75">' +
'<br><a href="' +
friendlink + id# + '">' + name# + '</a></td>' +

# = Same as above

I know it's kinda complicated, but I'll try to look for an easier way. If you have any questions, ask them.


http://userscripts.org/scripts/show/27961
 
Page:
 


You are not logged in. Please log in if you want to post a reply.