微博极简
微博极简 by scturtle
Details
Authorscturtle
LicenseNo License
Categoryweibo
Created
Updated
Size592 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 微博极简
@namespace scturtle
@author scturtle
@description 微博极简
@version 1.0
@license NO-REDISTRIBUTION
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("weibo.com") {
/* 去掉右栏 */
[class^="Main_side_"] {
display: none;
}
/* 输入框 */
#homeWrap > div:not([class^="Home_feed"]) {
display: none;
}
/* 微博宽度 */
[class^="Main_full_"] {
width: 800px;
padding-right: 100px;
}
}