Diep.io no Privacy settings button

Removes the weird button Zeach added

  1. // ==UserScript==
  2. // @name Diep.io no Privacy settings button
  3. // @version 1.1
  4. // @description Removes the weird button Zeach added
  5. // @author shadaman
  6. // @match https://diep.io
  7. // @icon https://www.google.com/s2/favicons?domain=diep.io
  8. // @grant none
  9. // @namespace https://gf.qytechs.cn/users/719520
  10. // ==/UserScript==
  11.  
  12. setInterval(function() {
  13. let a = document.getElementById("qc-cmp2-persistent-link");
  14. if(a != null) {
  15. a.parentElement.removeChild(a);
  16. }
  17. }, 100);

QingJ © 2025

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