Skip to content

Simple Slashdot - Hide Sponsored by nwatham

Imported and mirrored from https://github.com/morenathan/user-css-simple/raw/main/simple-slashdot-sponsored.user.css

Screenshot of Simple Slashdot - Hide Sponsored

Details

Authornwatham

LicenseBSD-2-Clause

Categoryslashdot.org

Created

Updated

Size519 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple, try to hide the sponsored "article"

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Simple Slashdot - Hide Sponsored
@namespace      github.com/morenathan/user-css-simple
@version        1
@description    Simple, try to hide the sponsored "article"
@author         Nathan Middleton <nathan@aplace.us>
@license        BSD-2-Clause
==/UserStyle== */

@-moz-document domain("slashdot.org") {
		article:has(div.ntv-sponsored-disclaimer),
		article:has(div.ntv-sponsored-disclaimer) header,
		article:has(div.ntv-preview-img-wrapper) div {
			display: none !important;
		}
}

Reviews

No reviews yet.