Better TweetDeck CustomCSS
code:カラム間のマージンを戻す
.js-column.column.will-animate {
margin-right: 0px !important;
margin-left: 6px !important;
}
Better TweetDeck入れる前のマージンサイズに戻す
code:Twitter Blue加入アイコンを非表示
.btd-loadedbtd-verified-blue-badge='blue' {
--blueVerifiedImage: none !important;
}
興味ない、拡張機能側で用意されているShow iconをoffにしても効力がなかったので
code:絵文字の後ろにリンク切れの画像が入るの防止
imgsrc="" {
display: none;
}
https://scrapbox.io/files/681d9d3adcacf26b789381fe.png
なんでー、これを直すよ
#UserCss #Xwitter