Created
August 2, 2025 14:53
-
-
Save JasonKleban/443622bb6bd85706d1bf91982b66eeb1 to your computer and use it in GitHub Desktop.
Bookmarklet for hiding ads in my mail
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
| 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