Last active
July 7, 2024 17:03
-
-
Save overestimate/4fd451b2e02101da21d26fc5ca0289cf to your computer and use it in GitHub Desktop.
ClearVision Watermark Removal
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
.typeWindows-2-g3UY > .wordmark-2u86JB:before, | |
.typeWindows-2-g3UY > .wordmark-2u86JB:after { | |
display: none; | |
content: initial; | |
} | |
.container-YkUktl { | |
margin-bottom: 0px; | |
} | |
.container-YkUktl:before, | |
.container-YkUktl:after, | |
.container-YkUktl:hover:before, | |
.container-YkUktl:hover:after { | |
display: none; | |
content: initial; | |
} | |
.typeMacOS-3V4xXE:before, | |
.typeMacOS-3V4xXE:after { | |
display: none; | |
content: initial; | |
} |
yeah, find the classes yourself with inspect element and update them
use openasar for css injection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
doesn't work anymore. any alternatives?