// ==UserScript== // @name TW ingoreDenise // @namespace http://tampermonkey.net/ // @version 0.1 // @description ignore denise everywhere // @author You // @match https://*.the-west.de/game* // @grant none // @downloadURL none // ==/UserScript== async function init(){ await new Promise(r => setTimeout(r, 10000)); Chat.IgnoreButler.ignore("Denise6666"); Chat.IgnoreButler.ignore("Denise666"); } init();