Skip to content

Instantly share code, notes, and snippets.

@jkingsman
Last active August 26, 2019 14:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkingsman/1bcedf332c87b6241368 to your computer and use it in GitHub Desktop.
Save jkingsman/1bcedf332c87b6241368 to your computer and use it in GitHub Desktop.
Shrug Emoji Bookmarklet
javascript:(function(){document.activeElement.value=document.activeElement.value+'¯\\_(ツ)_/¯';})();
@jkingsman
Copy link
Author

Doesn't work on facebook comments because they're actually editable divs and not inputs with a grabbable value but this was a 30 second project so ¯_(ツ)_/¯

@lachancechristophe
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment