ReadInLib

Style online library

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

  1. // ==UserScript==
  2. // @name ReadInLib
  3. // @namespace bigvik
  4. // @include http://lib.ru/*.txt
  5. // @version 0.1
  6. // @description Style online library
  7. // ==/UserScript==
  8.  
  9. style = "body>pre>pre{margin: 0 auto}";
  10. GM_addStyle(style);