Greasy Fork is available in English.

woomy.arras.io no respawn cooldown

read the title

// ==UserScript==
// @name        woomy.arras.io no respawn cooldown
// @namespace   http://bzzzzdzzzz.blogspot.com/
// @description read the title
// @author      BZZZZ
// @include     /^https?\:\/\/woomy\.arras\.io\/([?#]|$)/
// @version     0.2
// @grant       none
// @run-at      document-start
// ==/UserScript==

(function(){
var a=document.createElement("div");
a.setAttribute("onclick","var r=()=>0;Object.defineProperty(Object.prototype,'diedAt',{'get':r,'set':r});");
a.click();
})();