Skip to content

Instantly share code, notes, and snippets.

@franckverrot
Created February 10, 2013 13:57
Show Gist options
  • Save franckverrot/4749663 to your computer and use it in GitHub Desktop.
Save franckverrot/4749663 to your computer and use it in GitHub Desktop.
Remove emojis front GitHub's textareas.
//Paste the line below in your URL address bar to disable emojis
// This line only works on new Issues.
javascript:;jQuery('#issue_body').replaceWith($('<div name="issue[body]"/>').html('')); jQuery('[name="issue[body]"]').replaceWith($('<textarea name="issue[body]"/>').html(''));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment