Skip to content

Bannerless by ButterDebugger

Details

AuthorButterDebugger

LicenseMIT

Categoryground.news

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes banners for non subscribed users and other page clutter

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ground.news
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes banners for non subscribed users and other page clutter
@author         ButterDebugger
@license        MIT
==/UserStyle== */

@-moz-document domain("ground.news") {
    /* Disable Daily Limit */
    body {
        overflow: visible !important;
    }
    
    /* Get Started Banners */
    .sticky.top-0.z-1000.mdd\:hidden > .text-dark-primary.bg-focus.z-1000.top-0.items-center.tablet\:h-auto.h-6.sticky.flex.hideElementSiteWide > .justify-center.items-center.py-1.tablet\:text-18.text-16.text-dark-primary.bg-focus.tablet\:gap-1.gap-2.font-bold.flex.w-full,
    .sticky.top-0.tablet\:hidden > .text-dark-primary.bg-focus.z-1000.top-0.items-center.tablet\:h-auto.h-6.sticky.flex.hideElementSiteWide,
    /* Subscribe Banner */
    .space-y-1.text-20.py-1.px-marginmobile.tablet\:py-2.tablet\:px-margintablet.desktop\:px-margindesktop,
    /* Ground New Article Assistant */
    .text-dark-primary.cursor-pointer.p-1_6.bg-tertiary-light.justify-between.gap-2.flex-col.flex.relative {
        display: none;
    }
}

Reviews

No reviews yet.