When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

amit_dwivedi's blog

By amit_dwivedi, history, 4 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?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Contribution : 100

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

"Hide solved problems" doesn't work if you access this URL

https://codeforces.com/problemset?tags=1600-

If URL ends with anything that isn't "problemset" it won't work either.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    I will try to fix that.

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Fixed.
      "Hide solved problems" is now available in any URL containing the pattern "codeforces.com/problemset*"

»
4 years ago, # |
  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).

»
4 years ago, # |
  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".

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

Firefox?

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    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.

»
4 years ago, # |
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 ;)

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

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

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    You sure about that? Because in my system, it works for any URL having the pattern "codeforces.com/problemset*".

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      I don't know how to add an image in comments. But when I add tag ... the option of hiding solved problems disappears

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Same for me too... When I filter tasks, the "Hide solved problems" button disappeared.

»
3 years ago, # |
  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.