Reset opacity and scroll only!
/* ==UserStyle==
@name tezeusz.pl on XP
@namespace github.com/openstyles/stylus
@version 1.0.18
@description Reset opacity and scroll only!
@author krystian3w
@license CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
// @compatible firefox Firefox 52 and forks
// @compatible chrome Chrome 49
==/UserStyle== */
@-moz-document domain("tezeusz.pl") {
body, html { overflow: hidden visible !important }
body, header, main, footer { opacity: 1 !important }
}