Skip to content

Instantly share code, notes, and snippets.

View zatokaa's full-sized avatar
:octocat:
Working from home

Jennifer Newman zatokaa

:octocat:
Working from home
  • Zatoka inc
  • Florida,USA
  • Instagram zatokaa
View GitHub Profile
@zatokaa
zatokaa / filter-gmail-unread.user.js
Created October 25, 2024 07:52 — forked from jackcarey/filter-gmail-unread.user.js
Adds buttons to Gmail to quickly toggle the unread filter on the current view. Appears left of the search text input.
// ==UserScript==
// @name Filter Gmail to unread
// @namespace http://tampermonkey.net/
// @version 1.1.1
// @description Adds a button to Gmail to quickly toggle the unread filter on the current view.
// @author jackcarey
// @match https://mail.google.com/mail/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant none
// @run-at document-idle