Generals Killer

Generals滚粗 我要专心写代码

  1. // ==UserScript==
  2. // @name Generals Killer
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.1
  5. // @description Generals滚粗 我要专心写代码
  6. // @author VitamineC
  7. // @match https://generals.io/
  8. // @match https://generals.io/games/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict'
  14. var buttons=document.getElementsByTagName('button');
  15. for(var i=0;i<buttons.length;i++){
  16. buttons[i].parentNode.removeChild(buttons[i]);
  17. }
  18. })();

QingJ © 2025

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