Disable intrusive animations and such
Disable animations by banaanihillo
Details
Authorbanaanihillo
LicenseGPL-3.0-or-later
Categoryuserstyles
Created
Updated
Size336 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 disableAnimation
@version 2024-10-24
@namespace userstyles.world
@description Disable animations on specific sites
@author banaanihillo
@license GPL-3.0-or-later
==/UserStyle== */
@-moz-document domain("breezewiki.com") {
.bw-top-banner-rainbow {
animation: none;
}
}