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 GMAIL Boost | |
| // @version 2025-09-17 | |
| // @description some GMAIL stuff i need (auto pop3 refresh on page load, unread mail badge icon support, dark header for pwa, css ui enhancements) | |
| // @author Natrim / tomassibek | |
| // @match https://mail.google.com/* | |
| // @icon https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://mail.google.com&size=64 | |
| // @grant GM_addStyle | |
| // ==/UserScript== |