NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name isas // @namespace isas // @include https://www.spsmb.cz/isas/* // @version 1 // @grant none // ==/UserScript== document.getElementsByTagName("link")[0].remove(); var link = window.document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'skins/simple-blue/simple-blue.css'; document.getElementsByTagName("HEAD")[0].appendChild(link);