Skip to content

Instantly share code, notes, and snippets.

@JasonKleban
Created August 2, 2025 14:53
Show Gist options
  • Select an option

  • Save JasonKleban/443622bb6bd85706d1bf91982b66eeb1 to your computer and use it in GitHub Desktop.

Select an option

Save JasonKleban/443622bb6bd85706d1bf91982b66eeb1 to your computer and use it in GitHub Desktop.
Bookmarklet for hiding ads in my mail
javascript:(function (el) { el.innerHTML = '#MailList .customScrollBar [data-animatable]>*:not([data-convid]) { opacity: 20%; } #MainModule>div>div>:last-child { opacity: 20% }'; document.head.appendChild(el); })(document.createElement('style'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment