Removes the forum reaction icons.
Remove reactions by kuzurreesh
Details
Authorkuzurreesh
LicenseNo License
Categoryhattrick.org
Created
Updated
Size228 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 Remove reactions
@version 20240313.14.13
@namespace ?
==/UserStyle== */
@-moz-document domain("hattrick.org") {
hattrick-reactions[class*="hydrated"] {
display: none !important;
}
}