Skip to content

Ghost Admin: Hide Ads by steffospieler

Mirrored from https://git.steffo.dev/SteffoSpieler/userstyles/src/branch/master/ghost/admin-no-ads.user.css

Details

Authorsteffospieler

LicenseMIT

Categoryghost blog

Created

Updated

Size699 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Stop showing all the bloats in the ghost homepage.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Ghost Admin: Hide Ads
@namespace      SteffoSpieler
@version        1.0.0
@description    Stop showing all the bloats in the ghost homepage.
@author         SteffoSpieler (https://steffo.dev)
@homepageURL    https://git.steffo.dev/SteffoSpieler/userstyles
@license        MIT
==/UserStyle== */

@-moz-document regexp(".*\/ghost(.+)$") {
    .gh-app .gh-nav-list li.relative:has(a[data-test-nav="explore"]),
    .gh-app .gh-dashboard-split:has(.gh-dashboard-community),
    .gh-app .gh-dashboard-split:has(.gh-dashboard-resources),
    .gh-app .gh-dashboard-explore-feed,
    .gh-app .gh-main-section.gh-members-help {
        display: none;
    }
}

Reviews

No reviews yet.