cnbeta网排版

cnbeta排版

// ==UserScript==
// @name         cnbeta网排版
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  cnbeta排版
// @author       foolmos
// @match        https://www.cnbeta.com.tw/articles/*
// @grant        GM_addStyle
// @license MIT
// ==/UserScript==
 
GM_addStyle(".cnbeta-side-box, .article-share-code { display:none !important;}");
GM_addStyle(".cnbeta-update { width:75% !important;margin-left:15% !important;}");
GM_addStyle("p { font-size:18px !important;margin:0 0 35px 0 !important;line-height:1.9 !important;}");

 
(function() {
    'use strict';
 
    // Your code here...
})();