Disables the glowing animation of augmenting Start-button
Augmenting button off by jonsbe
Details
Authorjonsbe
LicenseNo License
Category*idlescape.com
Created
Updated
Size211 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 Augmenting button off
@version 20230217.12.27
@namespace ?
==/UserStyle== */
@-moz-document domain("idlescape.com") {
.augmenting-glowing-button {
animation: none;
}
}