Skip to content

Instantly share code, notes, and snippets.

@akuhn
Created July 24, 2015 23:28
Show Gist options
  • Save akuhn/e98c9d1f6bb95a56dd15 to your computer and use it in GitHub Desktop.
Save akuhn/e98c9d1f6bb95a56dd15 to your computer and use it in GitHub Desktop.
// ==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