This very simple style prevents the RSI site from flashing white when navigating through different pages. =) This is especially good for people who care about their eyes^^ Enjoy! <3
RSI - Anti White Flash by vxlentiine
Details
Authorvxlentiine
LicenseNo License
Categoryrobertsspaceindustries
Created
Updated
Size504 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 RSI - Anti White Flash
@version 20211215.04.47
@namespace userstyles.world/user/vxlentiine
@description This very simple style prevents the RSI site from flashing white when navigating through different pages. =) *This is especially good for people who care about their eyes^^* Enjoy! <3
@author vxlentiine
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://robertsspaceindustries.com") {
.async-hide {
opacity: 1 !important;
}
}