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 Fastmail Hide Compose Button | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-04-24 | |
// @description Hides the compose button if not within Inbox/<Label> | |
// @author ad-on-is | |
// @match *://*.app.fastmail.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=fastmail.com | |
// @grant GM_addStyle | |
// ==/UserScript== |
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
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Adis Durakovic", | |
"label": "Full-Stack Developer", | |
"image": "https://avatars.githubusercontent.com/u/9553253?v=4", | |
"email": "[email protected]", | |
"phone": "+43660 59 55 120", |