82
32
603
35
1968
40
264
326
1235
16
18
439
438
523
1152
1043
792
1025
860
47
24
1974

You asked for it and we are almost ready to push this out live. We need some feedback though of what you think. Do you like it ? Not like it? What specifically do you like/not like?

To preview night mode

  1. Right click anywhere on a .win page.
  2. Left click inspect or press Ctrl + Shift + I
  3. In the bottom left corner left click console
  4. copy and paste this text without the quotations into the box

"document.getElementsByTagName('body')[0].classList.add('theme-dark');"

  1. press enter
  2. repeat

Spez

OK... 6 steps was apparently too diffficult for some of you... so try this

  1. Press F12
  2. Click Console Tab
  3. Copy and paste the following

document.getElementsByTagName('body')[0].classList.add('theme-dark');

  1. Press enter key
24
16
view more: ‹ Prev Next ›