Skip to content

Tweetdeck Hide (Like,RT,Reply) by mitumine

Screenshot of Tweetdeck Hide (Like,RT,Reply)

Details

Authormitumine

LicenseNo License

CategoryTwitter

Created

Updated

Size654 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

なにこれ

Tweetdeckのツイート一覧のいいね数、RT数、返信数を非表示にします。
ツイート詳細欄の該当項目は非表示にされません、ごめんね。

Notes

2022/05/28: 公開

Source code

/* ==UserStyle==
@name         Tweetdeck Hide (Like,RT,Reply)
@version      20220528.15.09
@namespace    userstyles.world/user/mitumine
@description  # なにこれ
Tweetdeckの**ツイート一覧の**いいね数、RT数、返信数を非表示にします。
**ツイート詳細欄**の該当項目は非表示にされません、ごめんね。


@author       mitumine
@license      No License
==/UserStyle== */

@-moz-document domain("tweetdeck.twitter.com") {
/* ---------------- Tweetdeck ---------------- */
.js-like-count,
.like-count,
.js-retweet-count,
.retweet-count,
.js-reply-count,
.reply-count
{
    display: none !important;
}


}

Reviews

No reviews yet.