Skip to content

Instantly share code, notes, and snippets.

@akuhn
Created June 17, 2016 23:25
Show Gist options
  • Save akuhn/4d8f23d23d06440b5b455df2400bea27 to your computer and use it in GitHub Desktop.
Save akuhn/4d8f23d23d06440b5b455df2400bea27 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Readable emails
// @namespace http://example.com
// @author [email protected]
// @match https://mail.google.com/*
// @version 1.0
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle('.ii { font: 160% Serif !important; }');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment