Hide Modrinth's new ads while still supporting!
Hide Modrinth Ads by GhostIsBeHere

Details
AuthorGhostIsBeHere
LicenseCC-BY-SA-4.0
Categorymodrinth
Created
Updated
Code size520 B
Code checksum730e96a5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Hides Modrinth's new ads by setting their size to .1 and disabling click events. This still loads the ads and still gives Modrinth and Modrinth's creators money, but you don't have to see it!
Source code
/* ==UserStyle==
@name Hide Modrinth Ads
@namespace hide-modrinth-ads
@version 2.0.1
@description Hide Modrinth's ads while still supporting!
@author GhostIsBeHere
@homepageURL https://github.com/GhostIsBeHere/userstyles
@license CC BY-NC-SA 4.0
==/UserStyle== */
@-moz-document domain("modrinth.com") {
#modrinth-rail-1 {
height: .1px;
margin: 0;
padding: 0;
pointer-events: none;
}
.ad-parent {
height: 0;
padding-left: 200vw
}
}