Created
October 1, 2022 00:51
-
-
Save fm1randa/a7ead1bfdddbf51f2be2e13731a41230 to your computer and use it in GitHub Desktop.
Passei Direto Blur Remover
This file contains hidden or 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
| document.querySelector(".hidden-content").classList.remove("hidden-content"); | |
| document.querySelector(".full-hidden-content").classList.remove("full-hidden-content"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment