Skip to content

Instantly share code, notes, and snippets.

@overestimate
Last active July 7, 2024 17:03
Show Gist options
  • Save overestimate/4fd451b2e02101da21d26fc5ca0289cf to your computer and use it in GitHub Desktop.
Save overestimate/4fd451b2e02101da21d26fc5ca0289cf to your computer and use it in GitHub Desktop.
ClearVision Watermark Removal
.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;
}
@overestimate
Copy link
Author

overestimate commented Apr 5, 2022

Use by adding @import url('https://gistcdn.githack.com/overestimate/4fd451b2e02101da21d26fc5ca0289cf/raw/e2d04eaa150ea972a6fbf7aa9e7eff8fb2bb4dd4/remove.css'); after the ClearVision CSS import. (Updated June 04 2022 10:40 UTC)

@fentpusher
Copy link

doesn't work anymore. any alternatives?

@overestimate
Copy link
Author

overestimate commented Jul 7, 2024

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