Skip to content

Instantly share code, notes, and snippets.

@KarolBarzowski
Created March 20, 2020 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KarolBarzowski/b01a8cec12ddff75d14010c0fb5ce6be to your computer and use it in GitHub Desktop.
Save KarolBarzowski/b01a8cec12ddff75d14010c0fb5ce6be to your computer and use it in GitHub Desktop.
Brainly odpowiedzi
// ==UserScript==
// @name Brainly
// @version 1.0.0
// @description Siema, dodatek daje ci dostep do odpowiedzi bez ogladania frajerskich reklam.
// @author Ja
// @match https://brainly.pl/*
// @grant GM_addStyle
// ==/UserScript==
window.localStorage.removeItem("flexible-funnel-cycle-data");
window.localStorage.setItem("flexible-funnel-previews", "[]");
GM_addStyle(`
.js-react-bottom-banner,
.js-answers-left-counter,
.brn-brainly-plus-box,
.js-react-answer-left-counter,
.js-brainly-plus-banner-react,
.brn-qpage-sticky-aside { display: none; }
.sg-layout__content { max-width: 100%; }
`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment