agul had created Codeforces Enhancer Chrome Extension way back . Original source code : link
Since it was working for http CF site but not https. so now it stopped working. I did a little bit of changes in the code (changed http to https) and added support for newer languages like C++14 ,C++17 , JAVA11 etc.
Brief description of features:
Colorize standings by used programming language
Based on userscript by yak_ex . link
Multiple rating graph comparing
Based on userscript by yak_ex. link.
Hiding solved problems in the Problemset
Based on userscript by pablo.aguilar. link.
How to download :
Download and extract this zip file . link.
Chrome -> options ->More Tools -> Extensions -> Developer Mode Enable -> Load Unpacked.
Enjoy
Contribution : 100
"Hide solved problems" doesn't work if you access this URL
https://mirror.codeforces.com/problemset?tags=1600-
If URL ends with anything that isn't "problemset" it won't work either.
I will try to fix that.
Fixed.
"Hide solved problems" is now available in any URL containing the pattern "codeforces.com/problemset*"
Auto comment: topic has been updated by amit_dwivedi (previous revision, new revision, compare).
Updated a few things.
1. "Hide solved problems" is now available in any URL containing the pattern "codeforces.com/problemset*"
2. Added support for C++17(64 bit) and MSC++17 in colorized Standings.
You can disable any feature that you don't like from "Options".
Firefox?
Right now, There isn't any imk. I will try to convert this for firefox as soon as I am free from my college projects.
Any update?
Why should someone want to hide solved problems or compare other people's rating graphs?! Anyway, I liked it ;)
Hide solved problems do not work when we apply tags in problemset
You sure about that? Because in my system, it works for any URL having the pattern "codeforces.com/problemset*".
I don't know how to add an image in comments. But when I add tag ... the option of hiding solved problems disappears
Same for me too... When I filter tasks, the "Hide solved problems" button disappeared.
Seems like multiple rating graphs comparing doesn't work now because of zoom limit feature.