ReadInLib

Style online library

Pada tanggal 24 Agustus 2014. Lihat %(latest_version_link).

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