おすすめCSS
思想です
stylusを使っています
chrome storeではまだstylishのほうが使ってる人多いんだ
以前問題が発覚してから使っていないけど多分今は大丈夫なんだろうな 多分
stylus使ってる人はこれで一括インポートできる
ドメイン上のURL:scrapbox.io
code:display stream button on every scrapbox project.css
.navbar .navbar-menu>li.stream-btn,
.navbar .navbar-menu>li.stream-btn.hidden-xs
{ display: block !important; }
ドメイン上のURL: twitter.com
code:BetterTwitter.css
{
font-weight: unset;
font-style: unset;
}
次で始まるURL: https://www.twitch.tv
code:better twitch.css
.side-nav--expanded{
width: 19.9rem !important;
}
.lnnKUr{
display: none;
}
.side-nav__title{
display: none;
}
.brEaOE{
justify-content: unset !important;
}
.ijKhlK {
width: unset;
}
{
display: none;
}
ドメイン上のURL: vimeo.com
code:better vimeo.css
.topnav_menu_desktop_main, .huuWTP{
display: none;
}
/*feedとかのページのとき検索バーが左に行くのを防ぐ*/
order: 3;
}
次で始まるURL: https://vimeo.com/home/feed
code:better vimeo feed.css
width: 1060px;
}
.col_small{
display:none;
}
width: 100%;
}
.browse_videos_videos .data{
width: calc(100% - 86px);
}
.player_wrapper{
aspect-ratio: 16/9;
}
.faux_player{
width: 100% !important;
height: 100% !important;
max-height: unset !important;
}
すべて
code:DO NOT DISPLAY RECCOMANDED VIDEOS ON YOUTUBE EMBED.css
.ytp-expand-pause-overlay .ytp-pause-overlay{
display: none;
}
.Dropdown__Wrapper-sc-3wntxa-1, .PrimaryNavLink-oo28lm-0{
display: none;
}
.ssBtnDefault{
display: none;
}
ドメイン上のURL: youtube.com
code:better youtube.css
{
display: none !important;
}
div#header.style-scope.ytd-rich-grid-renderer{
display: none;
}
background: var(--yt-spec-badge-chip-background);
}
background: unset;
}
display: none !important;
}
border-radius: unset;
}
次で始まるURL: https://www.youtube.com/results?
code:better youtube search.css
ytd-reel-shelf-renderer.style-scope.ytd-item-section-renderer,
ytd-shelf-renderer.style-scope.ytd-item-section-renderer{
display: none;
}
ドメイン上のURL: www.tumblr.com
code:better tumlbr.css
/*remove tumblr live section in following tab*/
.So6RQ:has(.RAEnv){
display: none;
}
ドメイン上のURL: fedibird.com
code:better fedibird.css
{
display: none;
}
.reactions-bar{
display: none;
}
ドメイン上のURL: godfield.net
code:better godfield.css
margin: unset;
width: 100%;
}
left: unset;
position: relative !important;
margin: 0 auto !important;
}
ドメイン上のURL: togetter.com
code:better togetter.css
p.tweet > span {
font-size: 1em !important;
font-weight: normal !important;
}
.f13,
.f15,
.f17,
.f19,
.f20
{
font-weight: unset;
font-size: unset;
}
.c01,
.c02,
.c03,
.c04,
.c05,
.c06,
.c07,
.c08,
.c09,
.c10,
.c11,
.c12,
.c13,
.c14,
.c15,
.c16,
.c17,
.c18,
.c19,
.c20
{
color: unset;
}
ドメイン上のURL: forums.cockos.com
code:better reaper forum.css
body {
max-width: 1400px;
margin: 8px auto;
}
ドメイン上のURL:note.com
code:better note.css
strong{
font-weight: unset !important;
}