ReadInLib

Style online library

目前为 2014-08-24 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name ReadInLib
  3. // @author bigvik
  4. // @namespace bigvik
  5. // @include http://lib.ru/*.txt
  6. // @version 0.1
  7. // @description Style online library
  8. // ==/UserScript==
  9.  
  10. style = "body{background-color:#CBC6AB}\
  11. pre{width:1280px;margin: 0 auto;font-size:22px;font-family: Arial;color:#0E1D1B}";
  12. GM_addStyle(style);