// ==UserScript== // @name LZTSuetaFavicon // @namespace MeloniuM/LZT // @version 0.1 // @description Sueta // @author MeloniuM // @license MIT // @match https://zelenka.guru/* // @match https://lolz.live/* // @match https://lzt.marker/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; $('link[rel="shortcut icon"]').remove(); $('head').append($('\ \ \ ')); })();