After reading one too many articles and watching one too many videos on the white pages ****ing everywhere on the web hurting my eyes with their unnecessarily bright backgrounds I simply had enough and decided to find a solution.
I found a few Stylish(addon) styles that help. About:blank black - Turns the blank page that sometimes flashes by black instead of white. Nightshift eye care - Turn on whenever you get to a blindingly bright site. Not the best solution though, since it borks things on the sites. Google Matrix - Adds a really cool animated style to Google. (it's also done in CSS(I think) so it should be easy on the performance)
Dark style for Youtube - I found this awesome style for youtube that removes all the eye-hurting. Problem is that it has an UGLY background, so I just went into the code and made a quick change to the background. To use it; install it, then go addons->user styles->edit. Type "http://s41.radikal.ru/i091/1108/3d/c2e19a2f57da.png" into the "Find" box and replace that URL with this "http://i.imgur.com/7Prf6.jpg" or any other background you'd like.
I found a pretty nice dark theme for Firefox. https://addons.mozilla.org/en-US/firefox/addon/bloomind-ft-sleekdark/
Note: Fabtabs doesn't work well with this theme. Just go to Fabtab options and uncheck the box saying "Color all the toolbars below the tabs" to solve the problems.
I found this sorta incomplete Greasemonkey script that I added. It turns white backgrounds black. I changed a few things and added functionality changing the text color to white when the page turns black, but it doesn't seem to work (or maybe I'm just using it on the wrong sites). Anyone here good with (java)scripting/HTML?
Click "New user script", write some random name into the name box, remove the text in the "Includes (One per line)" box, then rightclick on the script and replace all the code with the code below.
I also made some very nice changes to my Windows colors. Now 90% of the colors in my Windows are Cyan and Black/Gray. **** YEEE Here's how my new themes look.
Please add any things you have found to help.
[quote=Searz]After reading one too many articles and watching one too many videos on the [b]white pages fucking everywhere on the web[/b] hurting my eyes with their unnecessarily bright backgrounds I simply had enough and decided to find a [b]solution[/b].
I found a few [url=https://addons.mozilla.org/en-US/firefox/addon/stylish/]Stylish[/url](addon) styles that help.
[url=http://userstyles.org/styles/5613/about-blank-black]About:blank black[/url] - Turns the blank page that sometimes flashes by black instead of white.
[url=http://userstyles.org/styles/18192/nightshift-eye-care]Nightshift eye care[/url] - Turn on whenever you get to a blindingly bright site. Not the best solution though, since it borks things on the sites.
[url=http://userstyles.org/styles/65141/google-matrix]Google Matrix[/url] - Adds a really cool animated style to Google. (it's also done in CSS(I think) so it should be easy on the performance)
[url=http://userstyles.org/styles/66015/dark-style-for-youtube-version-1-3-1]Dark style for Youtube[/url] - I found this awesome style for youtube that removes all the eye-hurting. [b]Problem is that it has an UGLY background[/b], so I just went into the code and made a quick change to the background. To use it; install it, then go addons->user styles->edit. Type "http://s41.radikal.ru/i091/1108/3d/c2e19a2f57da.png" into the "Find" box and replace that URL with this "http://i.imgur.com/7Prf6.jpg" or any other background you'd like.
I found a pretty nice dark theme for Firefox.
https://addons.mozilla.org/en-US/firefox/addon/bloomind-ft-sleekdark/
Note: Fabtabs doesn't work well with this theme. Just go to Fabtab options and uncheck the box saying "Color all the toolbars below the tabs" to solve the problems.
I found this sorta incomplete [url=https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/]Greasemonkey[/url] script that I added. It turns white backgrounds black. I changed a few things and added functionality changing the text color to white when the page turns black, but it doesn't seem to work (or maybe I'm just using it on the wrong sites). Anyone here good with (java)scripting/HTML?
Click "New user script", write some random name into the name box, remove the text in the "Includes (One per line)" box, then rightclick on the script and replace all the code with the code below.
[spoiler=Code here:]// ==UserScript==
// @name BEGONE WHITE DEVIL
// @namespace http://www.sup_bitches.bla
// @version 1
// ==/UserScript==
(function () {
if (window.getComputedStyle(document.body, null).getPropertyValue("background-color") == "rgb(255, 255, 255)") {
document.body.setAttribute("style", "background-color: #000000", "color: #FFFFFF");
}
})();[/spoiler]
I also made some very nice changes to my Windows colors. Now 90% of the colors in my Windows are Cyan and Black/Gray. FUCK YEEE
[url=http://img16.imageshack.us/img16/4632/newthemes.png]Here's how my new themes look.[/url]
[h2]Please add any things you have found to help.[/h2][/quote]
"Doing something, almost being done, then parents come in and don't let you finish.
Yes, I had a rough childhood." - devdevil
I found a few Stylish(addon) styles that help.
About:blank black - Turns the blank page that sometimes flashes by black instead of white.
Nightshift eye care - Turn on whenever you get to a blindingly bright site. Not the best solution though, since it borks things on the sites.
Google Matrix - Adds a really cool animated style to Google. (it's also done in CSS(I think) so it should be easy on the performance)
Dark style for Youtube - I found this awesome style for youtube that removes all the eye-hurting. Problem is that it has an UGLY background, so I just went into the code and made a quick change to the background. To use it; install it, then go addons->user styles->edit. Type "http://s41.radikal.ru/i091/1108/3d/c2e19a2f57da.png" into the "Find" box and replace that URL with this "http://i.imgur.com/7Prf6.jpg" or any other background you'd like.
I found a pretty nice dark theme for Firefox.
https://addons.mozilla.org/en-US/firefox/addon/bloomind-ft-sleekdark/
Note: Fabtabs doesn't work well with this theme. Just go to Fabtab options and uncheck the box saying "Color all the toolbars below the tabs" to solve the problems.
I found this sorta incomplete Greasemonkey script that I added. It turns white backgrounds black. I changed a few things and added functionality changing the text color to white when the page turns black, but it doesn't seem to work (or maybe I'm just using it on the wrong sites). Anyone here good with (java)scripting/HTML?
Click "New user script", write some random name into the name box, remove the text in the "Includes (One per line)" box, then rightclick on the script and replace all the code with the code below.
I also made some very nice changes to my Windows colors. Now 90% of the colors in my Windows are Cyan and Black/Gray. **** YEEE
Here's how my new themes look.
Please add any things you have found to help.