Created
July 24, 2015 23:28
-
-
Save akuhn/e98c9d1f6bb95a56dd15 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 Github Large Emoji | |
// @namespace example | |
// @include https://github.com/* | |
// @version 1.0 | |
// @grant GM_addStyle | |
// ==/UserScript== | |
GM_addStyle('img.emoji { width: 64px; height: 64px }'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment