NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Lolz redesign by InnoCoffee // @namespace http://tampermonkey.net/ // @version 0.2 // @description My version of lolz redesign. Imho // @author innocoffee // @license MIT // @match https://lolz.guru/* // @grant none // ==/UserScript== document.head.innerHTML += '<link rel="stylesheet" href="https://innocoffee.ru/lolz.css?time=' + Date.now() + '">';