Page 1 of 5

Script: Game Link - Version 1.6.0

PostPosted: Sun Sep 20, 2009 12:07 pm
by Foxglove
Game Link
by Foxglove

Tired of having to click on a game link to see its settings (map name, play type, spoils, etc.) and players?
Game 1

What does it do?
  • Displays a when you mouseover a gamelink, and hides itself when you move your mouse away.

Where do I get it?
Install the userscript from here: http://tools.conquerclub.com/gamelink/
Should work on all browsers supporting Tampermonkey

User Guide
Game Link User Guide

Changes in version v 1.6.0 (2014/02/07): by dgz345
- Added all the new gameplay changes

show: version history


How does it look?
In the forums:
Image

In your inbox:
Image

Re: New Greasemonkey Script: Conquer Club Game Link

PostPosted: Sun Sep 20, 2009 12:29 pm
by chipv
Excellent script, Foxy!

Could extend the include pages (for example we might be sent game links in PMs) also.
(It still works, just tried it, nice job!)

Re: New Greasemonkey Script: Conquer Club Game Link

PostPosted: Sun Sep 20, 2009 1:13 pm
by Foxglove
chipv wrote:Excellent script, Foxy!

Could extend the include pages (for example we might be sent game links in PMs) also.
(It still works, just tried it, nice job!)


Thank you :D I will extend it to include PMs. :)

Re: New Greasemonkey Script: Conquer Club Game Link

PostPosted: Sun Sep 20, 2009 1:38 pm
by Riazor
Very nice! Should be incorporated in the site :mrgreen:

I do have one minor suggestion: also show for how many players the game is made

Re: New Greasemonkey Script: Conquer Club Game Link

PostPosted: Mon Sep 21, 2009 5:12 am
by Bruceswar
sweet script! Woohoo!

Re: New Greasemonkey Script: Conquer Club Game Link

PostPosted: Mon Sep 21, 2009 10:34 am
by Foxglove
Riazor wrote:Very nice! Should be incorporated in the site :mrgreen:

I do have one minor suggestion: also show for how many players the game is made


I will add player info!

Re: New Greasemonkey Script: Conquer Club Game Link

PostPosted: Tue Sep 22, 2009 3:59 pm
by Dako
Nice plugin and a very clear code.
Kudos!

Re: New Greasemonkey Script: Conquer Club Game Link

PostPosted: Wed Sep 23, 2009 10:19 am
by Foxglove
Dako wrote:Nice plugin and a very clear code.
Kudos!


Thanks :D

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Wed Sep 23, 2009 10:20 am
by Foxglove
I've updated the script to show game players as well as extended the includes so that it works in your inbox! :D

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Wed Sep 23, 2009 10:24 am
by Riazor
Foxglove wrote:I've updated the script to show game players as well as extended the includes so that it works in your inbox! :D


Works like a charm! Thanks Fox!

Since you show the player's names who are currently in the game (i was only expecting a max number of players, so hurray for getting more!), would it be possible to show their rank/insignia too?

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Wed Sep 23, 2009 10:29 am
by Supermarioluigi
I like this.

Now my CC life is one step easier.

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Wed Sep 23, 2009 10:39 am
by sherkaner
Very nice.

One question though: if it's possible to request a single game through the api, would you use that?

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Wed Sep 23, 2009 12:14 pm
by Foxglove
sherkaner wrote:Very nice.

One question though: if it's possible to request a single game through the api, would you use that?


Of course - that's why I asked for it in the first place. :) It would be far simpler than the multi-screen scraping/parsing I'm currently doing.

But I wanted the script now, and as there's no ETA for the new API feature, I went ahead and wrote it the way it is.

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Wed Sep 23, 2009 12:15 pm
by Foxglove
Riazor wrote:
Foxglove wrote:I've updated the script to show game players as well as extended the includes so that it works in your inbox! :D


Works like a charm! Thanks Fox!

Since you show the player's names who are currently in the game (i was only expecting a max number of players, so hurray for getting more!), would it be possible to show their rank/insignia too?


Thanks :) I can potentially do that - I just don't want to put so much info in the popup that it gets huge and unwieldy.

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Wed Sep 23, 2009 12:53 pm
by danryan
Awesome script. Thanks for it.

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 10:17 am
by Riazor
Foxglove wrote:
Riazor wrote:
Foxglove wrote:I've updated the script to show game players as well as extended the includes so that it works in your inbox! :D


Works like a charm! Thanks Fox!

Since you show the player's names who are currently in the game (i was only expecting a max number of players, so hurray for getting more!), would it be possible to show their rank/insignia too?


Thanks :) I can potentially do that - I just don't want to put so much info in the popup that it gets huge and unwieldy.


Well, you're right about that. But since the names are there anyway, it seemed logical that the ranks would be shown too. Could be interesting in callouts forum at least, where you dont know who you'll be playing. I dont know how much space it would take, but it's your call after all :)

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 3:57 pm
by laughingcavalier
lovely script - thanks

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 4:27 pm
by sherkaner
Foxglove wrote:
sherkaner wrote:Very nice.

One question though: if it's possible to request a single game through the api, would you use that?


Of course - that's why I asked for it in the first place. :) It would be far simpler than the multi-screen scraping/parsing I'm currently doing.

But I wanted the script now, and as there's no ETA for the new API feature, I went ahead and wrote it the way it is.


Yeah, waiting for changes can take long. But a list of game numbers as input for the API would be even better for you? There are threads with a lot of game numbers in the posts (like the clan league).

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 4:38 pm
by Foxglove
sherkaner wrote:
Foxglove wrote:
sherkaner wrote:Very nice.

One question though: if it's possible to request a single game through the api, would you use that?


Of course - that's why I asked for it in the first place. :) It would be far simpler than the multi-screen scraping/parsing I'm currently doing.

But I wanted the script now, and as there's no ETA for the new API feature, I went ahead and wrote it the way it is.


Yeah, waiting for changes can take long. But a list of game numbers as input for the API would be even better for you? There are threads with a lot of game numbers in the posts (like the clan league).


That's what chip requested for me - an array of game numbers that can be sent to the API, so I can get all the info I need for a page in one call.

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 4:44 pm
by Incandenza
Holy crap that's handy.... much obliged, mademoiselle!

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 4:48 pm
by Night Strike
Impressive! I'll get it added to the Tournament Handbook resources section soon.

Could you add in the position and/or round a person was eliminated? Thanks.

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 7:44 pm
by Calidrmr
wonderful script! thanks! =D> :D

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 11:07 pm
by Foxglove
Incandenza wrote:Holy crap that's handy.... much obliged, mademoiselle!


Np, Burt Reynolds! I'm happy to be helpful :D

(Is that who your avatar is? I'm guessing so!)

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Thu Sep 24, 2009 11:09 pm
by Foxglove
Night Strike wrote:Impressive! I'll get it added to the Tournament Handbook resources section soon.


Fantastic. :)

Night Strike wrote:Could you add in the position and/or round a person was eliminated? Thanks.


I hadn't intended to do this - would it be helpful for a single game? Or would chip's tournament stats script (which already has that data) be more useful?

And Riazor - I will add rank/insignia info!

Re: New Greasemonkey Script: Conquer Club Game Link - Updated!

PostPosted: Fri Sep 25, 2009 12:49 pm
by LoeNY
Nice! The script makes it easier to keep track of clan war and tournament games. Thanks.