Facebook
From kden, 4 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 601
  1. /* ツイートの下のリプライとかのボタン */
  2. ul.tweet-actions {
  3.     display:none !important;
  4. }
  5. /* 数字 */
  6. span.like-count {
  7.     display:none !important;
  8. }
  9. span.retweet-count {
  10.     display:none !important;
  11. }
  12.  
  13. /* RTした人の名前 */
  14. div.tweet.js-tweet > .padding-bs.txt-mute.txt-size-variable--12.tweet-context > .nbfc > a  {
  15.     display:none !important;
  16. }
  17. /* 「続きを見る」 */
  18. div.js-show-this-thread  {
  19.     display:none !important;
  20. }
  21. /* ツイート詳細画面でのRTやFav数 */
  22. .flex-wrap--wrap.flex-align--baseline.flex-row.flex.tweet-stats.js-stats-list  {
  23.     display:none !important;
  24. }
  25.  
  26. /* プロフィール画面のツイート数等 */
  27. .prf-stats{
  28.     display:none !important;
  29. }
  30.