ReadInLib

Style online library

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

// ==UserScript==
// @name        ReadInLib
// @author      bigvik
// @namespace   bigvik
// @include     http://lib.ru/*.txt
// @version     0.1
// @description Style online library
// ==/UserScript==

style = "body{background-color:#CBC6AB}\
	pre{width:1280px;margin: 0 auto;font-size:22px;font-family: Arial;color:#0E1D1B}";
GM_addStyle(style);