Remove "Donate", "Steam" on lztmarket

VSEMPRIVETKOGONEVIDEL

// ==UserScript==
// @name         Remove "Donate", "Steam" on lztmarket
// @namespace    http://tampermonkey.net/
// @version      2024-08-19
// @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        GM_addStyle
// @run-at       document-start
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    GM_addStyle(".header_market_info_group { display: none !important }")
})();