Extension is based on react-content-script template.
This project uses Vite and crxjs to build the extension.
https://www.youtube.com/watch?v=g1JUdPvTSEk&ab_channel=hitarth
git clone https://github.com/hitarth-gg/codeforces-explorer-extension
yarn
yarn build
- Navigate to chrome://extensions/
- Turn on the "Developer mode" toggle switch in the top right of the window
- Click the "Load unpacked" button in top left of the window
- Go to the
codeforces-explorer-extension
directory and select thedist
directory to load the extension - Navigate to https://codeforces.com/profile/tourist to see the
CF-EXPLORER
button. CF-EXPLORER
button is also available at/problemset/*
&/contest/*
routes. e.g.https://codeforces.com/problemset/problem/1480/C https://codeforces.com/contest/1977/problem/B
- Added option to hide/unhide problem tags under Codeforces > Settings >General
- Hides the tags by default when the setting is turned on.
- Clicking on
Problem Tags
will hide/unhide the problem tags and clicking onShow Rating
will show the rating of the current problem.