Skip to content

Ghost Admin: Hide Ads by steffospieler

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

Details

Authorsteffospieler

LicenseMIT

Categoryghost blog

Created

Updated

Code size738 B

Code checksum957b772e

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.1
@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,
    .gh-post-analytics-box.resources {
        display: none;
    }
}

Reviews

No reviews yet.