A simple userstyle to delete the scanline effect across the screen.
fishtank.live - Scanline delete by eth0ws
Details
Authoreth0ws
LicenseNo License
Categoryfishtank.live
Created
Updated
Size324 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name fishtank.live - Scanline Delete
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove the scanline effect on the screen.
@author Me
==/UserStyle== */
@-moz-document domain("fishtank.live") {
body:after {
background-image: none;
}
}