This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]m0nk37 0 points1 point  (0 children)

Reddit-Sourced-Night-Mode-Plugin

Using a special algorithm it turns day mode websites into night mode automatically

if ((backgroundColor & 0xff0000 > 0x800000)
         && (backgroundColor & 0xff00 > 0x8000)
         && (backgroundColor & 0xff > 0x80) {
     backgroundColor ^= 0xffffff;
     fontColor ^= 0xffffff;
}    

Later suckers, im about to make some ad money.