Skip to content

Instantly share code, notes, and snippets.

@estevecastells
Last active February 9, 2024 04:43
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 estevecastells/333969653e2a5463f17d6c0677afb138 to your computer and use it in GitHub Desktop.
Save estevecastells/333969653e2a5463f17d6c0677afb138 to your computer and use it in GitHub Desktop.
javascript: (function () { var titulos = document.querySelectorAll(".FAxxKc, .yzifAd, .WBi6vc"); titulos.forEach(titulo => { titulo.parentElement.parentElement.style.filter = 'blur(5px)'; });})();
@brunoramoslara
Copy link

@estevecastells Parece que ya no funciona en la vista de Mes, en el resto sí (Día, Semana)

@estevecastells
Copy link
Author

Le echo un vistazo! Habrán cambiado el nombre de la clase 👍

@estevecastells
Copy link
Author

Fixed :)

@brunoramoslara
Copy link

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment