Skip to content

Instantly share code, notes, and snippets.

@tycoi2005
Created June 18, 2025 06:47
Show Gist options
  • Save tycoi2005/20e51dd2f116971f4d1c03b2e31f56b7 to your computer and use it in GitHub Desktop.
Save tycoi2005/20e51dd2f116971f4d1c03b2e31f56b7 to your computer and use it in GitHub Desktop.
remove blur
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