This is a Chrome extension that allows you to pick a random problem from Codeforces based on a specified rating range.
- Clone the repository or download the source code.
- Open Google Chrome and go to
chrome://extensions. - Enable the Developer mode (toggle switch in the top right corner).
- Click on Load unpacked and select the folder containing the extension files.
- Click on the extension icon in the Chrome toolbar to open the popup.
- Enter the minimum and maximum rating for the desired problem range.
- Click on the Filter Problems button.
- The extension will fetch a list of problems from Codeforces API and display a random problem within the specified rating range.
- Click on the problem link to open it in a new tab and solve it.
If you want to make changes to the extension or customize it, follow the steps below:
- Clone the repository or download the source code.
- Make the necessary modifications to the code.
- Load the modified extension in Chrome using the Load unpacked option in
chrome://extensions.
- HTML
- CSS
- JavaScript
- Codeforces API
- Codeforces - The platform used to fetch the problems.
This Chrome extension is developed independently and is not affiliated with or endorsed by Codeforces. Use it at your own risk.
