A tiny patch that removes the annoying throb animation from the upload button.
screenshots.debian.net – No upload button anim. by PatchMixolydic
Details
AuthorPatchMixolydic
LicenseCC0 1.0
Categoryhttps://screenshots.debian.net/
Created
Updated
Size268 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 screenshots.debian.net – Disable upload button animation
@version 20230716.00.47
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://screenshots.debian.net") {
.uploadbutton {
animation: none;
}
}