Twitterで自分のフォロー/フォロワー数を隠すユーザースタイルシート

FirefoxStylishで自分が使っているやつ。この数字見るの好きじゃないので隠す。あとついでにリツイートとか固定されたツイートをちょっと目立たせるやつが入ってる。「kiwofusi」の部分は自分のアカウント名に要変更。

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("twitter.com") {
  div.context, div.ProfileTweet-context {
    background-color: #FFD700; 
  }
  .dashboard-left .ProfileCardStats-statValue {
    display:none;
  }
}

@-moz-document url-prefix("https://twitter.com/kiwofusi"),url("https://twitter.com/following"),url("https://twitter.com/followers"),url("https://twitter.com/favorites") {
  li.ProfileNav-item:nth-child(3) > :nth-child(1) > span:nth-child(2), li.ProfileNav-item:nth-child(2) > a:nth-child(1) > span:nth-child(2) {
    display:none;
  }

ついでにtwicli(ブラウザのTwitterクライアント)のやつも貼っておこ。

#tw2h #profile > b:nth-child(4) > a:nth-child(2)[href="https://twitter.com/kiwofusi/followers"], #tw2h #profile > b:nth-child(4) > a:nth-child(1)[href="https://twitter.com/kiwofusi/following"] { color: #fff; background-color: #fff; text-shadow: none; }