Skip to content

Instantly share code, notes, and snippets.

@AleksandrHovhannisyan
Created October 30, 2022 19:43
Show Gist options
  • Save AleksandrHovhannisyan/622ccd7d26fd30b6f755be389fa038fd to your computer and use it in GitHub Desktop.
Save AleksandrHovhannisyan/622ccd7d26fd30b6f755be389fa038fd to your computer and use it in GitHub Desktop.
CSS to bypass Quizlet paywalls
[data-testid="PayWallOverlay"] {
display: none;
}
* {
filter: none !important;
}
@AleksandrHovhannisyan
Copy link
Author

Friendly reminder to not gate your content on the client side with JavaScript 😉

Before:

image

After:

image

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