Created
June 18, 2025 06:47
-
-
Save tycoi2005/20e51dd2f116971f4d1c03b2e31f56b7 to your computer and use it in GitHub Desktop.
remove blur
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.head.appendChild(Object.assign(document.createElement('style'), { | |
textContent: '*:after,*:before{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.vstacks.blurred-content>*{filter:none!important}' | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment