User Tools

Site Tools


blackweb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
blackweb [2016-01-19 13:08:35]
blackweb [2019-08-12 15:41:06]
127.0.0.1 external edit
Line 1: Line 1:
 +====== Blackweb, or how to fix unreadable web pages ======
  
 +OMFG, almost all websites have long text gray on white with reduced thickness. This is unreadable with my eyes on my displays.
 +
 +I personally use [[https://​addons.mozilla.org/​cs/​firefox/​addon/​stylish/​|Stylish]] Firefox addon to apply custom styles to webpages. However, you can also put it to chrome/​userContent.css [[https://​ffeathers.wordpress.com/​2013/​03/​10/​how-to-override-css-stylesheets-in-firefox/​|according to this article]].
 +
 +Btw. there [[https://​en.wikipedia.org/​wiki/​Stylish#​Privacy_issues|is a backdoor in Stylish]], use Stylus instead.
 +
 +<code css>
 +@namespace url(http://​www.w3.org/​1999/​xhtml);​
 +
 +body { font-feature-settings:​ "​liga"​ 0 !important; }
 +
 +/* firefox reader */
 +body.light {
 +  color: #000 !important;
 +}
 +
 +@-moz-document domain("​prahounakole.cz"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​blog.cryptographyengineering.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​blog.erratasec.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​www.copenhagenize.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +@-moz-document domain("​news.bbc.co.uk"​) {
 +  #blq-main {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​www.itbiz.cz"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​dinosaurusblog.wordpress.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​citizenlab.org"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​blisty.cz"​) {
 +  p {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​liberland.org"​) {  ​
 +  .posttext {
 +    color: #000;
 +    font-weight:​ normal;
 +  }
 +}
 +
 +@-moz-document domain("​nature.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​theguardian.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​www.lekari-bez-hranic.cz"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​copenhagenize.com"​) {
 +  .post span {
 +    color: #000 !important;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​cyklistesobe.cz"​) {
 +  #map {
 +    height: 700px !important;
 +  }
 +}
 +
 +@-moz-document domain("​practicalcryptography.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​wikipedia.org"​) {
 +  .mw-body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​wikibooks.org"​) {
 +  .mw-body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​is.muni.cz"​) {
 +  div.chapter,​ div.sect1, div.book, div.preface,​ div.appendix,​ div.index, div.bibliography,​ div.glossary {
 +    height: 800px !important;
 +  }
 +}
 +
 +@-moz-document domain("​github.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +  }
 +}
 +
 +@-moz-document domain("​blog.xkcd.com"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +    font-weight:​ normal;
 +    line-height:​ 1.2;
 +  }
 +}
 +
 +@-moz-document domain("​www.qubes-os.org"​) {
 +  body {
 +    color: #000 ;
 +    background-color:​ #fff;
 +    font-weight:​ normal;
 +    line-height:​ 1.2;
 +  }
 +}
 +
 +@-moz-document domain("​www.lupa.cz"​) {
 +  .urs {
 +    color: #000 !important;
 +  }
 +}
 +* {
 +  animation-iteration-count:​ 2 !important;
 +}</​code>​
blackweb.txt ยท Last modified: 2021-08-17 03:54:31 by jenda