ReadInLib

Style online library

2014-08-24 기준 버전입니다. 최신 버전을 확인하세요.

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

style = "body>pre>pre{margin: 0 auto}";
GM_addStyle(style);