// ==UserScript== // @name motyw xaler // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author xaller // @match https://thantos.margonem.pl/ // @icon https://www.google.com/s2/favicons?sz=64&domain=margonem.pl // @grant none // ==/UserScript== (function() { 'use strict'; if (getCookie('interface') === 'ni'){ $(``).appendTo('body'); } })();