Created
October 30, 2022 19:43
-
-
Save AleksandrHovhannisyan/622ccd7d26fd30b6f755be389fa038fd to your computer and use it in GitHub Desktop.
CSS to bypass Quizlet paywalls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[data-testid="PayWallOverlay"] { | |
display: none; | |
} | |
* { | |
filter: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Friendly reminder to not gate your content on the client side with JavaScript 😉
Before:
After: