Karnage, remove delete clan button

Removes delete button

// ==UserScript==
// @name         Karnage, remove delete clan button
// @namespace    meatman2tasty
// @version      1.0
// @description  Removes delete button
// @author       Meatman2tasty
// @match        http://karnage.io/*
// @grant        none
// ==/UserScript==

var element = document.getElementById("loginButtonHolder.itemValueC");
element.parentNode.removeChild(element);

QingJ © 2025

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