Mjollren
Hello,
....
so I expect another 2-5 years before any implementation, if any.
...
Any thoughts?
I'm 6 months late, maby still faster? Like the previous guy said, with Firefox I use Stylish named addon and tried and with this style;
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://megacorp.io/") {
body,html,div{
background-image: none !important; /* nice planet image away... */
background-color: white !important; /* make sure everythings white */
color:black !important; /* text to black */
}
}
---