Skip to content

微博极简 by scturtle

Screenshot of 微博极简

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;
    }
}

Reviews

No reviews yet.