This file contains 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 ProtonMail Unread Message Count in Favicon | |
// @version 2022.09.29 | |
// @author Tyler Childerhose | |
// @match https://mail.proton.me/* | |
// @run-at document-end | |
// @grant none | |
// ==/UserScript== | |
//Based on https://userscripts-mirror.org/scripts/show/39432 |