Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am captainsubtle on github.
  • I am cookie (https://keybase.io/cookie) on keybase.
  • I have a public key whose fingerprint is D41D A4A0 C5C5 3203 71FB 94AA 212C 8C3C 98CD AE7D

To claim this, I am signing this object:

use strict;
use warnings;
# {{{ DOCUMENTATION
#####
# A lot of code borrowed from the prowlnotify.pl script at
# http://www.denis.lemire.name/2009/07/07/prowl-irssi-hack/
# and pushovernotify.pl (Daniel Johansson <donnex@donnex.net>)
# and http://www.geekfarm.org/wu/muse/scripts/growl-notify.txt
#
@captainsubtle
captainsubtle / fastmail-custom-styles.css
Last active March 11, 2020 00:40
stylus custom styles for fastmail.com following their awful March 2020 UI update
/* fix the abortion of the new web UI introduced by Fastmail in March 2020 */
body {
font-family: sans-serif !important;
font-size: 13px;
background-color: #ddd;
}
.v-PageHeader .v-Button {
background-image: none !important;
background-color: rgba(255, 255, 255, 0.1);