Stop showing all the bloats in the ghost homepage.
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
Size738 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}