Golovanov399's blog

By Golovanov399, 5 years ago, In English

Hello everyone!

Since the masquerade of colors and ranks was announced, many pseudo-creative shitblogs from pseudo-nutellas will appear soon. Of course, some of them may be funny (especially when it's not about newbies trying to look smarter but vice versa), but one can be sick about all this situation. Usually it's not funny, but annoying.

This is why I decided to create a script which would reveal the true colors and titles. I think it does not (completely) kill the idea of changing colors: if one wants to take part in this masquerade, they can ignore my post and will still see the colors chosen by others (including their own) instead of the true ones.

This extension extends the page loading time because it downloads a ~1.6mb file. It shouldn't change the title on the profile page, but what it should do is make all in-page colors look properly. It also doesn't change the site background since killing the new year spirit is not what I want to reach.

UPD: I've updated it, so that now it caches the handle file instead of downloading it every time codeforces page loads.

Happy new year!

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

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

Interesting! If you want to avoid downloading this huge file, you might want to use the CF API instead (example). It even seems that the "rank" field for each returned user describes their real color.

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

    I generate this file using cf API. I'm not sure that calling user info for all users from the page will work properly, because if one changes handle then api returns something strange for his old handle, for example. But maybe I'll modify this, idk

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

Guys, I'm in a train for ~16 hrs from now, and I haven't properly tested it yet, so if there are any bugs, I'll fix them later

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

The whole blog just became russian and now I can't get it back to english...

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

I'm a simple man. I see HOMAM reference, I upvote.

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

Bump

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

Nice work Golovanov399!

For some reason the chrome extension can't be installed ("CRX_REQUIRD_PROOF_MISSING"), I hope you look into it.

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

Should work now

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

This application breaks when someone changes their handles and turns them into looking unrated. Is there a fix for this ?

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

    Not anything stable I'd know about. I guess I can update the handles gist more frequently

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

      I dont know if you might have updated something in the code but looks like the handles are fixed !

»
2 years ago, # |
Rev. 3   Vote: I like it +13 Vote: I do not like it

Hmmm seems like recent versions of Chrome blocks enabling extension not installed from Chrome Web Store.

Tried to google for solutions but can't find any working one. Does anyone manage to enable it?

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

its not working in firefox (linux Arch and in ubuntu as well) its enabled but it doesnt work

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

    It is weird. My hypothesis is that either it cannot reach the required gistfile, or you are using an old version of firefox, and my js code is not compatible with older versions. Unfortunately, I do not know how to debug it.

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

Takes 2-3 mins to setup and works like a charm! Thanks!

»
15 months ago, # |
Rev. 2   Vote: I like it +10 Vote: I do not like it

The chrome extension doesn't work anymore :(( It says Package is invalid: `CRX_REQUIRED_PROOF_MISSING'.

UPD: I followed the manual posted above, and now I run into other errors instead:

  • »
    »
    15 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Unfortunately, it works on my computer, so I don't know how to debug this. But, according to your screenshot, the problem might be somewhere here. There are two fetch commands in this file, and it seems that one of them failed. You can try to just insert these urls into your browser and see if one of them fails to load even there (maybe github is blocked in your country, I'm not aware); then it will at least be clear what the problem is (and I will probably try to also publish the user rating list file somewhere else), otherwise my best assumption is that it struggles to deal with large files (however, when you tried the extension today, the file was as large as a year ago)

»
15 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Hi, thanks for the nice extension! It seems that some people who haven't changed their handle colors seem to be shown as unrated. Most of them are quite inactive, so maybe it has to do with the cache of handles being incomplete?

  • »
    »
    15 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Hi! Yes, you are right; the API method doesn't return everyone: here is the list of everyone I got, and this is how I obtained this list:

    code

    You can try and call this method yourself to analyze it, but please don't do it too many times, as I heard that this method puts a heavy load on servers. I noticed that, for example, majk (from this comment section) is not there, and is therefore considered unrated by the extension. I reported this to Mike, but the problem is still there.

    • »
      »
      »
      3 months ago, # ^ |
      Rev. 2   Vote: I like it +13 Vote: I do not like it

      Hi! Bumping this partly because other people might be looking for this extension, and partly because I'm facing an issue: some handles in the Top Rated section don't seem to have any color even though they didn't change their handles (and while it seems to be true for handles made in the last year, it also holds for some other people). Is there a way to sync the list of handles with the latest list? Not sure how the extension fetches the list of people from the gist (that seems to have been updated 12 hours ago, btw).

      • »
        »
        »
        »
        3 months ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Hi! Yes, I updated it 12 hours ago. The reason for some guys not being rendered is because I didn't set includeRetired flag in the api call that fetches all users: when I set this flag to true, the request times out. Maybe I will do something with it, but not today and hardly tomorrow.

        My plan is to somehow obtain the list of all rated users, including retired ones, and then update the list after each rated round with its participants (as opposed to downloading the whole users list after each rated round). I don't know how to safely download the list of all rated users, though. Probably I will go over all rounds one by one, obtaining the results for each round including retired participants. This request doesn't time out, but is probably still a load on codeforces, so maybe I will run this one night with some delays between queries. Do you have any other idea how I can obtain the list of all rated users?

        PS: just as I wrote it, I realized that I can just leave the color of every retired person as it is, because retired means they weren't online during last month (or 6 months or any other time period, I don't remember exactly), so they couldn't change their color. But this requires updating the extension.

»
3 months ago, # |
  Vote: I like it +28 Vote: I do not like it

I have updated the chrome extension (it now uses a newer manifest). fivedemands, I hope the error you wrote about is no longer there (KAN also encountered it, and now the extension works fine in his browser, well, except that inactive users are shown as unrated, but that's another issue).

»
3 months ago, # |
  Vote: I like it +1 Vote: I do not like it

:(

asdf

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

    Oh no, I forgot, sorry :(

    One workaround would be to extract this crx in a directory called "antimagic" (crx is a zip zrchive afaik), go to chrome://extensions, enable developer mode, press "load unpacked" and select this folder.

    I hope to fix this issue maybe tomorrow or later. Sorry again, I don't know a thing about extensions and every year I have to restore my workflow from the previous year.