Greasy Fork is available in English.
VSEMPRIVETKOGONEVIDEL
当前为
// ==UserScript==
// @name Remove "Donate", "Steam" on lztmarket
// @namespace http://tampermonkey.net/
// @version 2024-08-18
// @description VSEMPRIVETKOGONEVIDEL
// @author x5839
// @match https://lzt.market/*
// @match https://lzt.market
// @match https://lolz.market
// @match https://lolz.market/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @grant none
// @run-at document-start
// @license MIT
// ==/UserScript==
(function() {
'use strict';
GM_addStyle(".header_market_info_group { display: none !important }")
})();