simplify weibo HTML5

simplify weibo html5 m.weibo.cn/beta

Versione datata 24/03/2018. Vedi la nuova versione l'ultima versione.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name         simplify weibo HTML5
// @namespace    https://greasyfork.org
// @url          https://greasyfork.org/scripts/39878
// @version      0.3
// @description  simplify weibo html5 m.weibo.cn/beta
// @author       chaosky
// @match        https://m.weibo.cn/beta
// @match        https://m.weibo.cn/detail/*
// @grant        GM_log
// @grant        GM_addStyle
// ==/UserScript==
/*jshint multistr: true */

(function() {
    'use strict';

    GM_addStyle(".weibo-text { font-size: 0.75rem !important; line-height: 1.4 !important; } \
.f-weibo>.card-wrap { padding-top: 0.25rem; } \
.f-weibo .weibo-og { padding: 0.125rem 0 0 .25rem !important; } \
.m-text-box h3 { font-size: 0.75rem !important; } \
.weibo-rp { margin-top: 0.1rem !important; padding: 0.25rem !important; } \
.f-footer-ctrl { height: auto !important; \
                 padding: 0.2rem 0.075rem 1rem 0 !important; \
                 margin: 0.2rem 0.75rem !important; \
                 font-size: 0.75rem !important; \
} \
.m-diy-btn h4 { font-size: 0.725rem !important; } \
.lite-iconf { font-size: 0.75rem !important; } \
.m-icon { display: none !important;} \
\
.lite-page-tab { height: auto !important; \
                 line-height: normal !important; \
                 padding: 0.2rem .75rem !important; \
                 margin-top: 0.2rem !important; \
                 font-size: 0.75rem !important; } \
.m-text-box h4 { \
    font-size: .75rem !important; \
    line-height: normal !important; \
} \
.comment-content .m-text-box h4 { color: #999 !important; } \
.comment-content .card-main { padding: 0.25rem 0 !important; } \
.comment-content .cmt-sub-txt { font-size: .75rem !important; \
                                line-height: normal !important; \
                                padding: 0.2rem .625rem !important; } \
.comment-content .lite-line { margin: 0 !important; padding: 0 !important; } \
.comment-content .m-img-box { width: 1.5rem !important; height: 1.5rem !important; } \
\
.m-box .lite-bot-link { font-size: .75rem !important; } \
");
})();