A chrome extension to customize codeforces.
Explore the docs »
Report Bug
·
Request Feature
·
Send a Pull Request
Wouldn't it be nice if we had this feature on codeforces? Everyone thinks about this question, and with the same thought, I thought of creating a browser extension that would customize certain features and make the user experience better.
Here are the current features:
Codefoces provides a way to star your favourite blogs and view them under the favourites tab in your profile. But after the starring many blogs, there is a long scrollbar and it becomes very hard to get what you are looking for. Well, no need to worry anymore!
- No need to scroll through all blogs!
- All blogs appear hidden, reducing scrolling.
- Custom searchbar to search blog titles you are looking for.
- Expand/Hide individual blogs to see content.
- Works on favourite blogs and particular user blogs tab.
- Directly go to all submissions (status tab) from the problem page for the current problem.
- No need to select the user list in problemset/contest page everytime.
- Go to https://codeforces.com/lists and enter the list key in the input box of the extension popup and press enter.
- Now the problemset/contest page will show the results using the list by default.
- Simply go to the chrome web store: chrome extension and click on add to chrome, or,
- Go to Releases, download and extract the package. Now go to chrome://extensions/ , select load unpacked and select the src folder.
All features are independent and are made to enhance the user experience. Installing the extension enables all features by default. But if you feel that you are good without one, then you can simply disable the feature in the extension popup.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are extremely appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b newFeature
) - Commit your Changes (
git commit -m 'Added a newFeature'
) - Push to the Branch (
git push origin newFeature
) - Open a Pull Request