Skip to content

Twitterの "もっと見る" メニューの「広告」を消す! by menndouyukkuri

Details

Authormenndouyukkuri

LicenseCC0

Categorytwitter.com

Created

Updated

Size453 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Twitterの "もっと見る" メニューの「広告」を消します。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Twitterの "もっと見る" メニューの「広告」を消す!
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Twitterの "もっと見る" メニューの「広告」を消します。
@author         menndouyukkuri
==/UserStyle== */

@-moz-document domain("twitter.com") {
    div.css-175oi2r.r-1awozwy.r-18u37iz:has(a[href*="ads.twitter.com"]) {
        display: none;
    }
}

Reviews

No reviews yet.