// ==UserScript== // @name Brainly Plus Brazil // @version 1.0 // @description Desbloqueie perguntas do Brainly. // @author Luan. Credits//Usa version: ExtraTankz & Gradyn Wursten // @match https://brainly.com.br/tarefa/* // @grant none // @namespace https://greasyfork.org/users/789331 // @downloadURL none // ==/UserScript== (function() { 'use strict'; localStorage.clear() window.onload = function () { document.getElementsByClassName("brn-expanded-bottom-banner")[0].remove() document.getElementsByClassName("brn-brainly-plus-box")[0].remove() document.getElementsByClassName("brn-fullscreen-toplayer")[0].remove() document.getElementsByClassName("sg-overlay sg-overlay--dark")[0].remove() } })();