amit_dwivedi's blog

By amit_dwivedi, history, 6 years ago, In English

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

  • Vote: I like it
  • +38
  • Vote: I do not like it

| Write comment?
»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Contribution : 100

»
6 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

"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.

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by amit_dwivedi (previous revision, new revision, compare).

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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".

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Firefox?

»
6 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Why should someone want to hide solved problems or compare other people's rating graphs?! Anyway, I liked it ;)

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Hide solved problems do not work when we apply tags in problemset

»
5 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

Seems like multiple rating graphs comparing doesn't work now because of zoom limit feature.