Skip to content

washinggtonpost.com - hide mid-article promo links by danielrozenberg

Details

Authordanielrozenberg

LicenseNo License

Categorywashingtonpost

Created

Updated

Size317 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides various unrelated promotion links (the "share this article"s and "subscribe to our newsletter"s) in the middle of articles

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         washinggtonpost.com - hide mid-article promo links
@version      20231111.23.07
@namespace    ?
==/UserStyle== */

@-moz-document domain("washingtonpost.com") {
.article-body:has(a[data-qa="interstitial-link"], > [data-qa="subscribe-promo"], > #gift-share-inline) {
  display: none;
}
}

Reviews

No reviews yet.