Created
June 17, 2016 23:25
-
-
Save akuhn/4d8f23d23d06440b5b455df2400bea27 to your computer and use it in GitHub Desktop.
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 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