speeds up rendering of sftools background on firefox by removing background-blend-mode:overlay
speedy sftools background by radimous
Details
Authorradimous
LicenseMIT
Categoryhttps://sftools.mar21.eu/
Created
Updated
Size637 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 speedy sftools background
@version 20240530.20.03
@namespace https://userstyles.world/user/radimous
@description speeds up rendering of sftools background on firefox by removing background-blend-mode:overlay
@author radimous
@license MIT
==/UserStyle== */
@-moz-document url("https://sftools.mar21.eu/index.html"), url("https://sftools.mar21.eu/"), url("https://sftools.mar21.eu/request.html") {
body {
background-image: linear-gradient(rgba(0, 0, 0, 0.845), rgba(0, 0, 0, 0.845)), url('../../res/backgrounds/request.webp') !important;
background-blend-mode: normal !important;
}
}