Skip to content

Instantly share code, notes, and snippets.

@fabiofidanza
Created November 22, 2023 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiofidanza/e2a0dae083c43bb896d373488359b17f to your computer and use it in GitHub Desktop.
Save fabiofidanza/e2a0dae083c43bb896d373488359b17f to your computer and use it in GitHub Desktop.
Blur Google calendar
document.querySelectorAll('*[data-eventchip]').forEach( (e) => {
e.style.filter="blur(4px)";
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment