NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name маркет // @namespace http://tampermonkey.net/ // @version 0.1 // @description ыывыв // @author авыа // @match https://lolz.guru/market/* // @grant none // @license MIT // @copyright 2021, jasdkasdasdads (https://openuserjs.org/users/jasdkasdasdads) // ==/UserScript== $('body').append(`<style> .searchLinksContainer { display:none!important; } .marketIndexItem.sticky { display:none!important; } </style>`);