Greasy Fork is available in English.

Legacy Outlines for diep

the outline arond things

// ==UserScript==
// @name         Legacy Outlines for diep
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  the outline arond things
// @author       iiiiop
// @match        https://diep.io/
// @grant        none
// ==/UserScript==

var setColor=setInterval(()=>{
    if(document.getElementById("loading").innerText===""){
        input.set_convar("ren_stroke_soft_color", false);
        clearInterval(setColor);
    }
},1000);