Ask HN: Simple open source to remove the bright background on a web page?
2 9o1d 3 6/1/2025, 10:37:21 PM
I don't want to install complex plugins in the browser, because they get access to my data. I want to build it myself, but I have no idea.
javascript: (() => { document.documentElement.style.filter = "invert()";document.documentElement.style.background = '#fff' })();
https://superuser.com/questions/318912/how-can-i-override-th...
You need to enable it in about:config these days
https://www.userchrome.org/firefox-changes-userchrome-css.ht...