Also just wanted to add that mute=true will mute all noise, not just music. So gunshots and whatnot. I think that includes pings though
Oh nice. I just resorted to using a cookie editor, I was originally planning on using tampermonkey but I haven't used it for cookies before so I decided to be lazy. I will switch to using that now. Good stuff!
// ==UserScript==
// @name In-game boxes
// @namespace Prevail
// @match
https://epicmafia.com/*// @version 1
// @grant none
// ==/UserScript==
document.cookie='acronym=true';
document.cookie='emoticons=true';
document.cookie='fullscreen=true';
document.cookie='mutemusic=true';
document.cookie='timestamp=true';
document.cookie='voting=true';