remove shapka

Remove specific line with class "svgIcon nyCapIcon"

// ==UserScript==
// @name         remove shapka
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Remove specific line with class "svgIcon nyCapIcon"
// @author       You
// @match        https://zelenka.guru/*
// @match        https://lzt.market/*
// @match        https://lolz.guru/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

 var elementToRemove = document.querySelector('div.tournament-block');
    if (elementToRemove) {
        elementToRemove.remove();
    	    }
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址