优化推特阅读页面,优化字体,解决windows电脑自带字体样式不好看,发虚的问题。优化行高,隐藏右侧面板,增加正文宽度,让阅读更舒适,更适合中国宝宝的推特阅读体验
推特阅读优化 Twitter reading optimization by wttzzz
Details
Authorwttzzz
Licensewttzzz
Categoryhttps://twitter.com/
Created
Updated
Size619 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
优化推特阅读页面,优化字体,解决windows电脑自带字体样式不好看,发虚的问题。优化行高,隐藏右侧面板,增加正文宽度,让阅读更舒适,更适合中国宝宝的推特阅读体验
Source code
/* ==UserStyle==
@name 推特阅读优化
@version 20230805.09.33
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com/") {
.r-poiln3{
font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif!important;
font-size: 16px;
line-height: 28px;
word-break: normal;
word-wrap: break-word;
}
.r-1h3ijdo {
height: 18px;
}
.r-x572qd,.r-ttdzmv {
display: none;
}
.r-i023vh {
padding-right: 16px;
min-width: 700px;
}
/* .r-13qz1uu {
min-width: 832px;
} */
.r-1ye8kvj {
max-width: 740px;
}
}