Exactly what it says on the tin. The purpose of this style is to help reduce the likelihood of someone accidentally discarding their entire freezer.
Hide Discard All Vials Button by nagapie

Details
Authornagapie
LicenseCC0 1.0 Universal
CategoryHorse Reality
Created
Updated
Code size428 B
Code checksumaded5c78
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
The discard all button may still occasionally show itself for fractions of a second on Freezer page load because of how styles are applied.
Source code
/* ==UserStyle==
@name Hide Discard All Vials Button
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides discard all vials button on the freezer page
@author Nagapie
@license CC0 1.0 Universal
==/UserStyle== */
@-moz-document url-prefix("https://v2.horsereality.com/freezer") {
button[id="deleteAllFreezerItems"] {
visibility: hidden;
}
}