Hi All,
I'm learning how to use greaseMonkey, (for those who doesn't know, it's a way for having your script executing on a page. this script can modify or add something to the page, same as javascript. )
For My first GreaseMonkey script I try to implement an helper for stat.
For now it's very simple, 3 buttons : win , lose, view current stat.
win : add 1 to win counter.
lose : add 1 to lost counter.
view current stat : show the win and lost counter.
this is the first release. Other thing will come like the AI level, the opponent and so on.
As it is my first GreaseMonkey script, if you have comment ou suggestion fell free to help me improve ( for my english it's too late
)
how to install it (firefox only):
1 - Be sure to have GreaseMonkey installed ( you should have a monkey head in the bottom roght corner )
2 - download the script ( attached to this post )
3 - follow this instruction :
http://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scriptshow to use it :
install it first
after each game just click the win or lost button. you can consult your stat with the third button.
PS : this tool can not be use to cheat in any way. when you reload the page informations are lost. There is no kind of communication with the game or server. It's only local. It's only a way to avoid killing trees and save pen.