User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
Link
 
I had another idea...

Could you guys write a script that would adjust time displays to a desired Time Zone?

And yes, thank you:

yomamathecableguy
Cronus6
Forest21
RandomBeast
scarletmbb
Last edited Jun 7, 2008 02:41:15
 
Forest21
offline
Link
 
I'll let my evil-twin named Forest61 know you appreciate his work.

And I've been kinda busy so I haven't really looked into what made my last script go crazy. It worked fine for me.
 
Link
 
I had a couple other minor ideas:

1) Could a script be made to put a link to the Outbox next to the Inbox on the home page?
2) Could a script be made to put a team's scouting report bars on their team profile page next to the chemistry bars that are already displayed there?
 
Dravz
offline
Link
 
Originally posted by Wrath Of Conor
2) Could a script be made to put a team's scouting report bars on their team profile page next to the chemistry bars that are already displayed there?


It was my understanding that grabbing something from some other page didn't work.
 
Dravz
offline
Link
 
Originally posted by RandomBeast
Can't do red dots, because that would still require a bunch of new images. But you can get close. Use the same code, but replace the line that switches the image with this:

document.getElementById('#######').style.backgroundColor = 'red';

You still need to plug in your player ID.

You can also include all your players in one script back to back:

if(document.getElementById('000001')){
document.getElementById('000001').style.backgroundColor = 'red';
}

if(document.getElementById('000002')){
document.getElementById('000002').style.backgroundColor = 'red';
}

etc.


HAHA THAT IS SWEET! I got it working! Thanks!

New question -- can I use a color other than red? Say lime green or whatever? Where is the color list?
 
Dravz
offline
Link
 
Hey google is a great thing -- http://www.cryer.co.uk/resources/javascript/html2.htm

I'm actually using 'lime' right now because it highlights the player but with the green grass behind it doesn't stand out so much that it's painful. Thanks again, duder.
 
Link
 
Originally posted by Dravz
Originally posted by Wrath Of Conor

2) Could a script be made to put a team's scouting report bars on their team profile page next to the chemistry bars that are already displayed there?


It was my understanding that grabbing something from some other page didn't work.


yomama got the cash to show up on the home pages so I think it might be possible. I got the cash on home page to work for me.
 
RandomBeast
offline
Link
 
You can use any color you want. You can use named values or hex codes.

Here is a good list: http://www.w3schools.com/html/html_colornames.asp
 
RandomBeast
offline
Link
 
Originally posted by Wrath Of Conor
I had a couple other minor ideas:

1) Could a script be made to put a link to the Outbox next to the Inbox on the home page?



Yes, I just wrote one. Let me upload it somewhere.

Here's the script:

http://userscripts.org/scripts/show/28043
Last edited Jun 7, 2008 08:48:26
 
scarletmbb
offline
Link
 
Wow, awesome. I'll add it to the front page.
 
hoshdude7
offline
Link
 
i love the one where it has a number in the scouting bar.
 
scarletmbb
offline
Link
 
Anyway to be able to sort contract offers given out by an owner/GM? Like sorting by position would help a lot when there's 50+ offers floating around.
 
Link
 
Originally posted by scarletmbb
Anyway to be able to sort contract offers given out by an owner/GM? Like sorting by position would help a lot when there's 50+ offers floating around.


That would be very useful. Especially if you could sort by length of contract, no trade or not, bonus, comment/no comment, league it's coming from, etc.
 
manic
offline
Link
 
Got tired of going to my team page to get to the depth chart, tactics, etc.. so I made a script to add links to the homepage.

Adds a forum link beside the team name, and a row of links below that.. It should work for gm'ed teams also but I couldn't test it.

Screenshot: http://www.fantasymvp.net/glb-teamlinks.jpg
Script: http://www.fantasymvp.net/glb-teamlinks.user.js
 
RandomBeast
offline
Link
 
I tried it, but it didn't seem to do anything for the GM'd team I have.
 
Page:
 


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