Skip to content

Instantly share code, notes, and snippets.

@sean3z
Last active November 1, 2021 12:28
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 sean3z/28f68d3a2478cb7891c626489d25f7ec to your computer and use it in GitHub Desktop.
Save sean3z/28f68d3a2478cb7891c626489d25f7ec to your computer and use it in GitHub Desktop.
Get around Quizlet paywall
let terms = document.querySelectorAll('.SetPageTerm.has-definitionText, .SetPageTerms-termsList');
for (let term of terms) term.classList.add('is-showing');
document.querySelector('.SignupWallInline').style.display = 'none';
@colorfishbob
Copy link

After I threw it into the dev, it replied "VM228:3 Uncaught TypeError: Cannot read properties of null (reading 'style')
at :3:44 " , I would like to ask that if I got wrong setting or this code doesn't work anymore.

@mohammdreza-ui
Copy link

I got the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment