// ==UserScript== // @name CustomLootlog // @version v1.1 // @author Xaller // @match https://*.margonem.pl // @grant none // ==/UserScript== (function() { 'use strict'; if (getCookie('interface') === 'ni'){ $(``).appendTo('head'); } })();