Helps stop white flash while using duckduckgo.
duckduckgo - stopflashing by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categoryduckduckgo
Created
Updated
Size380 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 duckduckgo.com - 05/02/2023, 10:59:46 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description stop flashing
@author thermalzombie
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
/* Insert code here... */
html, body
{
background: #1c1c1c !important;
}
}