Skip to content

Instantly share code, notes, and snippets.

@e-volusian
e-volusian / fastmail-smart-schedule.user.js
Last active August 10, 2026 00:42
Fastmail userscript to add events to calendar
// ==UserScript==
// @name Fastmail Smart Schedule
// @namespace fastmail-improver
// @version 1.13.0
// @description Detect appointment phrases in the open email and add them to your calendar
// @match https://app.fastmail.com/*
// @match https://betaapp.fastmail.com/*
// @run-at document-idle
// @grant none
// @noframes
@e-volusian
e-volusian / fastmail-notes-sidebar.js
Created August 6, 2026 02:56
Fastmail - put notes in the right sidebar
// ==UserScript==
// @name Fastmail Notes Sidebar
// @namespace fastmail-notes-sidebar
// @version 1.0.4
// @description Read/write Fastmail Notes from the mail right sidebar
// @match https://app.fastmail.com/*
// @run-at document-idle
// @grant none
// @noframes
// ==/UserScript==
@e-volusian
e-volusian / surfingkeys_rc.js
Last active July 3, 2019 19:52
surfingkeys config
// ================================================== Hint styles
var hints_css = `
border: 2px solid black;
background: initial;
background-color: red; /* test */
color: black;
padding-top: 2px;
padding-right: 3px;
padding-left: 3px;
letter-spacing: 1px;
#!/bin/sh
#
# xfce4
#
# Copyright (C) 1996-2003 Olivier Fourdan (fourdan@xfce.org)
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.