cnbeta better

make cnbeta better

  1. // ==UserScript==
  2. // @name cnbeta better
  3. // @namespace http://www.netroby.com/
  4. // @version 0.6
  5. // @description make cnbeta better
  6. // @author www.netroby.com
  7. // @match https://m.cnbeta.com.tw/*
  8. // @grant GM_addStyle
  9. // @run-at document-start
  10. // ==/UserScript==
  11. //
  12.  
  13. (function() {
  14. GM_addStyle(`
  15. .container {margin: 0 auto; max-width:960px; padding: 24px 48px; background: #FCFCFC; }
  16. body,html { background-color: #345 !important; font-size:16px; }
  17. p,div {font-size:16px}
  18. div.cbv,div.cbimage-fixed {display:none}
  19. `);
  20. })();