Hides "Alpha Supporter" and "GamerSafer" badges on findmcserver.com (The Official Minecraft Server List).
Hide paid badges for findmcserver.com by Madis0

Details
AuthorMadis0
LicenseCC0
Categoryfindmcserver.com
Created
Updated
Code size561 B
Code checksumd686928c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Because paying for the site's products or being an early user has no indication on a server's quality...
Source code
/* ==UserStyle==
@name Hide paid badges on findmcserver.com
@namespace Madis0
@version 1.0.0
@license CC0
@description Hides "Alpha Supporter" and "GamerSafer" badges on findmcserver.com (The Official Minecraft Server List).
@author Madis0
==/UserStyle== */
@-moz-document domain("findmcserver.com") {
img[alt="GamerSafer Badge"], img[alt="Alpha Supporter Badge"], img[alt="Alpha Supporter"], img[alt="GamerSafer Iron I"], img[alt="GamerSafer Gold I"], img[alt="GamerSafer Diamond I"] {
display: none !important;
}
}