Блог пользователя AnonySharma

Автор AnonySharma, 3 года назад, По-английски

Dark Reader + Codeforces Christmas Theme sucks.

What is Dark Reader?

So, I tweaked the Theme file to make it work well, and here are the results:

[WITHOUT FIX] PROBLEMS CURRENT QUESTION BACKGROUND
[FIXED] PROBLEMS FIXED QUESTION BACKGROUND


[WITHOUT FIX] BLOGS CURRENT HOMEPAGE
[FIXED] BLOGS FIXED HOMEPAGE

To get the same dark theme:

  1. First download the Dark Reader extenstion for your browser (Skip if already installed).
  2. Visit this website.
  3. Click on RAW and copy the code.
  4. Open the Dark Reader extension and click on the Dark option.
  5. Click on the Dev Tools option at the bottom, and replace the text in the text area with the copied code.
  6. Click APPLY and you're done.

Edit:

If you want to remove that snowflakes image too, then copy and paste the code from this website instead.
LIKE THIS WITHOUT SNOWFLAKES


Enjoy the real dark mode!

  • Проголосовать: нравится
  • +108
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +22 Проголосовать: не нравится

Thank you so much! I hated winter holydays because of these snowflakes)

»
3 года назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

Dude, you just saved my eyes, can't thank you enough!

»
3 года назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

thank you so much !!! It's working pefect.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

WOW!! Thanks a lot man. Its working awesome.^_^

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

It was such a great effort. Really appreciate it.

»
3 года назад, # |
  Проголосовать: нравится +26 Проголосовать: не нравится

There's actually a much easier fix.

Click on the dark reader extension, it'll open the settings, go to "More" option, you will see Theme Generation Mode — which is probably set to Dynamic, just change it to "Filter" or "Filter+" (I personally use Filter+ because it utilizes GPU) and that's it. The snowflakes become much much dimmer and it's very easy to read stuff

Here's how it looks

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Thanks. I just added style="background-image:none;" to the body tag using the inspect elements option. It worked but on refreshing the page everything sets back to default.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I used a extension called stylish and did same thing, it ran that code on all sites. But read demoralizer's comment its a better way atleast for me. comment

  • »
    »
    3 года назад, # ^ |
    Rev. 2   Проголосовать: нравится +8 Проголосовать: не нравится

    That's why we use Extensions like these, which automatically changes these styles whenever the page opens.

»
3 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

I am already using codeforces++ extension. It has some good features like, refreshing standings every second, sidebar action box, show tags button.

Can you provide some similar feature in this one or some other extension?

Because the dark theme you provided is tooo good.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +5 Проголосовать: не нравится

    I've no idea about these features, so can't say much. Anyways, thanks for sharing the extension.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

You can also just increase 'contrast' and 'sepia' a bit.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Initially, I did the same, but still had issues while reading the problem statement. So, I had to do it this way. ;p

»
3 года назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

That was good effort!!

»
3 года назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

Thanks AnonySharma! much appreciated :)

»
2 года назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

It's Christmas.....and again, new dark reader users are here :)

»
16 месяцев назад, # |
Rev. 4   Проголосовать: нравится 0 Проголосовать: не нравится

I have a minor problem with this. It doesn't work when I open codeforces for the first time after restarting.' So is there any way to fix it?Thanks! UPD:Wrote a tampermonkey script to solve it.Link