Greasy Fork

cnbeta better

make cnbeta better

目前为 2019-07-03 提交的版本。查看 最新版本

// ==UserScript==
// @name         cnbeta better
// @namespace    http://www.netroby.com/
// @version      0.1
// @description  make cnbeta better
// @author       www.netroby.com
// @match        https://m.cnbeta.com/*
// @grant        GM_addStyle 
// @run-at document-idle
// ==/UserScript==
// 

(function() {
GM_addStyle(`
.container {margin: 0 15%;  padding: 24px 48px;    background: #FCFCFC;  } 
body,html {   background-color: #345 !important;  }
`);
})();