remover anúncio

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://greasyforks.org/pt-BR/users/854623
// @license      MIT
// @version 0.0.1.20211217195243
// ==/UserScript==/////////

document.querySelector('.rightbar').style.display = 'none'
长期地址
遇到问题?请前往 GitHub 提 Issues。