Skip to content

twitterの表示回数を非表示にするスクリプト by aoi751

Screenshot of twitterの表示回数を非表示にするスクリプト

Details

Authoraoi751

LicenseNo License

Categorytwitter

Created

Updated

Size889 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

twitterに追加されたツイートの表示回数がモバイルアプリ版はリプの左横なのに対し、Web版はいいねと共有の間とかいう意味不明な配置なので存在ごと消し去ってやろうという意思で作ったスタイルです。
このスタイルはTLとツリーに表示される表示回数を非表示にしています。
※モバイル版の表示(mobile.twitter.com)について、Twitterの仕様でTLの方では最初から表示されないようですが画面サイズが大きい(PC版と同じUIになる)と表示されるようになります。ブラウザ版はPCでしか使わない(偏見)ので修正はしません。

-English-

The view of times tweets added to Twitter are displayed on between the "Likes" and "Shares" tabs on the web version, which makes no sense at all.
This style is hiding count of times it is displayed in the TL and tree.
*About the display of the mobile version (mobile.twitter.com), it seems that the TL’s it is not displayed from the beginning due to Twitter's specification, but it will be displayed when the screen size is large (the same UI as the PC version). The browser version is only used on PC (prejudice LOL), so I will not modify it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           twitterの表示回数を非表示にするスクリプト
@namespace      https://twitter.com/
@version        1.0.0
@description    twitterに追加されたツイートの表示回数が邪魔なので作りました。
@author         Aoi_Tomoe
==/UserStyle== */

@-moz-document domain("twitter.com") {
    /*TLでの表示回数*/
    a.css-4rbku5.css-18t94o4.css-1dbjc4n.r-1loqt21.r-1777fci.r-bt1l66.r-1ny4l3l.r-bztko3.r-lrvibr{
        display:none
    }
    svg.r-4qtqp9.r-yyyyoo.r-1xvli5t.r-dnmrzs.r-12c3ph5.r-bnwqim.r-1plcrui.r-lrvibr.r-1hdv0qi{
        display:none
    }
    /*ツリーでの表示回数*/
    span.css-901oao.css-16my406.r-1bwzh9t.r-1q142lx.r-poiln3.r-bcqeeo.r-s1qlax.r-qvutc0{
        display:none
    }
    span.css-901oao.css-16my406.r-1nao33i.r-poiln3.r-bcqeeo.r-qvutc0{
        display:none
    }
}

Reviews

No reviews yet.