「Twitter」の版間の差分
Notion-MW |
Notion-MW |
||
338行目: | 338行目: | ||
/*不要? display:none*/ | /*不要? display:none*/ | ||
} | } | ||
/*「さらに表示」があるツイート*/ | |||
/*article[data-testid="tweet"]:has(> div > div > div > div > div > div[data-testid="tweet-text-show-more-link"]),*/ | |||
/*AdBlock*/ | |||
article[data-testid="tweet"]:has(> div > div > div > div > div:nth-child(5) > div > svg){ | |||
display:none | |||
} | |||
/*「ホーム」ではなくツイート単独ページ(https://twitter.com/###/status/#########?s=20)用。nth-child(3)がないとTL上の画像にも適用されてしまう*/ | /*「ホーム」ではなくツイート単独ページ(https://twitter.com/###/status/#########?s=20)用。nth-child(3)がないとTL上の画像にも適用されてしまう*/ |