Legacy Outlines for diep

the outline arond things

  1. // ==UserScript==
  2. // @name Legacy Outlines for diep
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description the outline arond things
  6. // @author iiiiop
  7. // @match https://diep.io/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. var setColor=setInterval(()=>{
  12. if(document.getElementById("loading").innerText===""){
  13. input.set_convar("ren_stroke_soft_color", false);
  14. clearInterval(setColor);
  15. }
  16. },1000);

QingJ © 2025

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