A mozilla firefox extension to easily add problems to a ToDo list. Added problems can be viewed on SPOJ profile.
-
Clone the repo using
git clone https://github.com/Uditgulati/SPOJ-ToDo-Plugin.git
. -
Open
about:debugging
in firefox. -
Click on
Load Temporary Add-on
. -
Select and open
manifest.json
file from the cloned repo.
-
Adding problem to ToDo list: Go the problem page(
spoj.com/problems/<problem_name>
) and click on+ ToDo!
button. -
Removing problem from ToDo list: Go the problem page(
spoj.com/problems/<problem_name>
) and click on- ToDo!
button. -
View ToDo list: Go to your profile page(
spoj.com/myaccount/
). There will be a list with headingUser maintained TODO list
containing your added problems with corresponding links.
Any kind of improvements are welcome. Feel free to fork and open a pull request.