NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Feuerlöscher Test // @namespace Feuerlöscher Test // @description Feuerlöscher Test // @include *feuerloescher-tests.de* // @version 1 // @grant GM_addStyle // ==/UserScript== // Make all links blue GM_addStyle("a { color: blue; }");