Brainly Unlocker

Bypass brainly paywall, updated by ExtraTankz

  1. // ==UserScript==
  2. // @name Brainly Unlocker
  3. // @namespace https://gradyn.com
  4. // @version 1.1
  5. // @description Bypass brainly paywall, updated by ExtraTankz
  6. // @author ExtraTankz & Gradyn Wursten
  7. // @match https://brainly.com/question/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. localStorage.clear()
  14. window.onload = function () {
  15. document.getElementsByClassName("brn-expanded-bottom-banner")[0].remove()
  16. document.getElementsByClassName("brn-brainly-plus-box")[0].remove()
  17. document.getElementsByClassName("brn-fullscreen-toplayer")[0].remove()
  18. document.getElementsByClassName("sg-overlay sg-overlay--dark")[0].remove()
  19. }
  20. })();
  21.  

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址