ReadInLib

Style online library

Versión del día 24/08/2014. Echa un vistazo a la versión más reciente.

// ==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);