Remover anúncios do haxball.
// ==UserScript==
// @name remover anúncio
// @author aazin
// @match https://www.haxball.com/play*
// @description Remover anúncios do haxball.
// @namespace https://greasyfork.org/pt-BR/users/854623
// @license MIT
// @version 0.0.1.20211217195243
// ==/UserScript==/////////
document.querySelector('.rightbar').style.display = 'none'