Lets you hide the annoying pulse animation on the "More apps" button.
Hide pulse animation by berzi
Details
Authorberzi
LicensePublic domain
Categorymiro.com
Created
Updated
Size390 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 Hide pulse animation
@version 20240802.09.55
@namespace https://userstyles.world/user/berzi
@description Lets you hide the annoying pulse animation on the "More apps" button.
@author berzi
@license Public domain
==/UserStyle== */
@-moz-document domain("miro.com") {
[class*=' pulse'], [class^='pulse'] {
display: none !important;
}
}