make cnbeta better
当前为
// ==UserScript==
// @name cnbeta better
// @namespace http://www.netroby.com/
// @version 0.4
// @description make cnbeta better
// @author www.netroby.com
// @match https://m.cnbeta.com/*
// @grant GM_addStyle
// @run-at document-start
// ==/UserScript==
//
(function() {
GM_addStyle(`
.container {margin: 0 15%; padding: 24px 48px; background: #FCFCFC; }
body,html { background-color: #345 !important; }
div.cbv,div.cbimage-fixed {display:none}
`);
})();