Brainly++

Remove the limitation of viewing answers in Brainly

当前为 2021-08-04 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Brainly++
  3. // @namespace https://github.com/sirmonteiro
  4. // @version 1.0.1
  5. // @description Remove the limitation of viewing answers in Brainly
  6. // @description:pt-BR Remove a limitação de ver respostas no Brainly
  7. // @author SirMonteiro
  8. // @icon https://i.imgur.com/RnMZuyj.png
  9. // @match *://*brainly.in/*
  10. // @match *://*brainly.com/*
  11. // @match *://*brainly.it/*
  12. // @match *://*brainly.co.id/*
  13. // @match *://*brainly.ro/*
  14. // @match *://*brainly.ph/*
  15. // @match *://*brainly.lat/*
  16. // @match *://*brainly.pl/*
  17. // @match *://*brainly.com.br/*
  18. // @grant GM.addStyle
  19. // ==/UserScript==
  20. GM.addStyle(`
  21. .js-react-bottom-banner, .js-react-brainly-plus-box-aside, .sg-overlay, .brn-cookie-policy-wrapper, .section--3Yobl {
  22. display: none;
  23. }
  24.  
  25. .brn-qpage-layout--aligned, .brn-qpage-layout {
  26. grid-template-columns: 700px;
  27. }
  28. `);
  29.  
  30. localStorage.setItem("flexible-funnel-last-access-data", 0);
  31. localStorage.setItem("flexible-funnel-cycle-start", 0);