Skip to content

Tuck Away the Ads by GhostIsBeHere

Screenshot of Tuck Away the Ads

Details

AuthorGhostIsBeHere

LicenseCC-BY-SA-4.0

Categorymodrinth

Created

Updated

Size501 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide Modrinth's new ads while still supporting!

Notes

Hides Modrinth's new ads by tucking them under the sidebar. 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         Tuck Away the Ads
@namespace    tuck-away-ads
@version      1.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") {
    .ad-parent {
        height: 0;
        margin-bottom: 0;
    }
    .ad-parent>.absolute {
        border-radius: 2rem;
        height: 3rem
    }
}

Reviews

No reviews yet.