Created
June 27, 2024 15:06
-
-
Save joaoqalves/04736ad30461ab835f6d9fc5e5468719 to your computer and use it in GitHub Desktop.
Fix annoying Gmail red bubble
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
// ==UserScript== | |
// @name Fix annoying Gmail red bubble | |
// @match https://mail.google.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
document.querySelector('.W9 > span:nth-child(1)').remove() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment