Hello everyone,
Have you ever opened the Codeforces problemset to practice, applied filters and everything, but wished someone could pick a random problem for you from the problemset table?
Well, I developed a simple extension that adds a "Pick One" button, which picks a random problem for you from the current problemset.
Extension Installation
Source Code
Please let me know if you have any feedback!









Can you add for FireFox too?
I am working on it. Once it is available, I will update the blog and let you know as well.
I just updated the blog. The extension is now available on Firefox. You can download it from here.
Wow! This is great, now I can just click a button instead of randomly picking a problem :)
Usually what I do is generate random number between 1-10 each page and then find it from the top,
This extension will help me do 1-100 instead haha.
But I'm more interested in how it's implemented, to be honest I never wrote an extension for any browser before.
Haha, the extension actually works almost exactly like what you've said!
It accesses the problemset table and picks a random problem based on a randomly generated number.
You can view the source code here.
Great job ya man. Can you add to pick only from unsolved problems?
That's a pretty nice idea! Thank you bro <3