Extension which checks SPOJ user's rank.This extension has 2 options:
- displaying user rank in choosen contest
- comparing up to 5 users in choosen contests
The first one runs in the background and is updated every several minutes which you can set yourself (and defaults to 15 min).
The second one works when you click on extension's logo. Then a small subpage with a textbox and a progressbar is displayed. You have to write in the textbox what users and contests you want to display and how often (in minutes) does the first feature should update.
You have to enter data in the following format:
list_of_users_separated_by_spaces;list_of_contests_separated_by_spaces;interval
Users are strings which consists of small letters, digits and and underscore ('_'). Contests are strings from the following set: {SPOJ, SPOJPL, SPOJBR, SPOJAM, SHORTEN, CONSTANT, ALGOLIGA}. And the interfal is a positive integer smaller than 1441. As mentioned before, there can be at most 5 users.
It means that there will be 3 users to compare and 3 contests. Rank of the first user in the first contest will be displayed in extension's icon and will update every 15 minutes.
Please be aware that if you choose many users and contests, the table will take very long to load (that's why I've added a progressbar).
As for ranks colors:
- black - if user is the leader in the contest (like black belt)
- green - top100
- orange - top1000
- red - worse than 1000 or user didn't participate in the contest