Skip to content

Instantly share code, notes, and snippets.

@joaoqalves
Created June 27, 2024 15:06
Show Gist options
  • Save joaoqalves/04736ad30461ab835f6d9fc5e5468719 to your computer and use it in GitHub Desktop.
Save joaoqalves/04736ad30461ab835f6d9fc5e5468719 to your computer and use it in GitHub Desktop.
Fix annoying Gmail red bubble
// ==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