Swat's krunker cookie icon remover

hides the cookie icon on krunker.

// ==UserScript==
// @name         Swat's krunker cookie icon remover
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  hides the cookie icon on krunker.
// @author       Swat
// @match        *://krunker.io/*
// @grant        GM_addStyle
// @run-at       document-start
// ==/UserScript==

GM_addStyle (`.ot-floating-button__front {display:none}`);