/* ==UserStyle==
@name Zen Togetter
@namespace junjo-ponpo.com
@author BlueRayi
@version 1.0.0
@preprocessor Stylus
==/UserStyle== */
@-moz-document domain("togetter.com") {
/* 全体 */
/* 画面右の新着まとめや新着コメントを消す */
aside.right {
display: none;
}
/* 隙間が空いたのでまとめ部分を中央に */
div.left {
float: none !important;
margin-left: auto;
margin-right: auto;
}
/* 閲覧数・コメント数を消す*/
header > div.info_status_box:nth-child(2) > ul.info_status > li:nth-child(n+2):nth-child(-n+3) {
display: none;
}
/* タイトル下のシェアボタンのカウントを消す */
a.lite_share {
font-size: 0;
}
/* お気に入りにしたユーザおよびお気に入りされた数を消す */
div.favorite_box {
.user_icons,
.fav_count {
display: none;
}
}
/* 「あわせて読みたい」を消す */
div.related_list_box {
display: none;
}
/* サムネイル付き別まとめへのリンクを消す */
div.thumb_list_box {
display: none;
}
/* コメントを消す */
#comment-box-portal {
.css-nthydw,
.css-zl1inp,
.css-nthydw {
display: none;
}
}
/* Twitterシェアカウントを消す */
div.twitter_button div.count-o {
display: none;
}
/* facebookシェアカウントを消す */
a.facebook_btn > span > span {
display: none;
}
/* Pocketボタンの表示がおかしいし消す てか使う人いる?これ */
div.social_floating_box > ul > li:nth-child(4) {
display: none;
}
/* ページ下部のシェア数、お気に入り数、コメント数を消す */
#fixed_social_footer > div.left a > span {
display: none;
}
#fixed_social_footer > div.right button > span {
display: none;
}
/* 特集タグを消す */
#footer div.inner h4:nth-of-type(4) {
&, + ul {
display: none;
}
}
}
@-moz-document domain("togetter.com") {
/* スマホ向け */
/* ランキングを消す */
#real-time-ranking-portal {
display: none;
}
/* 急上昇したワードを消す */
#popular-tag-portal {
display: none;
}
/* みんなのコメントを消す */
#comments-summary-portal {
display: none;
}
/* オススメまとめを消す */
#side-recommend-matomes-portal {
display: none;
}
}
@-moz-document domain("b.hatena.ne.jp") {
/* iframe-はてなブックマーク */
/* はてブカウントを消す */
html div.btn-standard.show-count a.count[href^="https://b.hatena.ne.jp/entry/s/togetter.com/"] {
display: none;
}
}