おすすめCSS
otherの配布物です
思想です
stylusを使っています
https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=ja
chrome storeではまだstylishのほうが使ってる人多いんだ
以前問題が発覚してから使っていないけど多分今は大丈夫なんだろうな 多分
https://forest.watch.impress.co.jp/docs/news/1131143.html
https://forest.watch.impress.co.jp/docs/news/1131353.html
stylus使ってる人はこれで一括インポートできる
stylus-2023-11-01.json
ドメイン上の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
data-testid="tweetText" span.r-b88u0q,
data-testid="tweetText" span.r-36ujnk
{
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;
}
.chat-badgealt="映像なしで視聴中",
.chat-badgealt="音声のみ",
.chat-badgealt="音声なしで視聴中",
.chat-badgealt="Prime Gaming",
.chat-badgealt="Listening only"
{
display: none;
}
ドメイン上のURL: vimeo.com
code:better vimeo.css
.topnav_menu_desktop_main, .huuWTP{
display: none;
}
/*feedとかのページのとき検索バーが左に行くのを防ぐ*/
#topnav_menu_search_omnisearch{
order: 3;
}
次で始まるURL: https://vimeo.com/home/feed
code:better vimeo feed.css
#content{
width: 1060px;
}
.col_small{
display:none;
}
#cols .col_large{
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
atitle="探索",
atitle="Explore",
atitle="ショート",
atitle="Shorts",
atitle="Originals",
atitle="YouTube Music"
{
display: none !important;
}
div#header.style-scope.ytd-rich-grid-renderer{
display: none;
}
ytd-watch-metadataclickable-descriptiondescription-collapsed #description.ytd-watch-metadata{
background: var(--yt-spec-badge-chip-background);
}
ytd-watch-metadatamodern-metapanel #description.ytd-watch-metadata{
background: unset;
}
ytd-grid-video-renderer:has(ytd-thumbnail-overlay-time-status-rendereroverlay-style="SHORTS"){
display: none !important;
}
ytd-watch-flexyrounded-player-largedefault-layout #ytd-player.ytd-watch-flexy{
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
.column-linkhref="/web/timelines/public",
.column-linkhref="/web/accounts/2",
.column-linkhref="/web/timelines/tag/fedibird",
.column-linkhref="/web/group_directory",
.column-linkhref="/web/directory",
.column-linkhref="/web/circles",
.column-linkhref="/web/suggestions"
{
display: none;
}
.reactions-bar{
display: none;
}
ドメイン上のURL: godfield.net
code:better godfield.css
#container{
margin: unset;
width: 100%;
}
#main{
left: unset;
position: relative !important;
margin: 0 auto !important;
}
ドメイン上のURL: togetter.com
/shokai/togetterの文字装飾を消すUser Stylesheetを元にその他の部分の強調もなくした
code:better togetter.css
p.tweet > span {
font-size: 1em !important;
font-weight: normal !important;
color: #000 !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;
}