Last active
August 26, 2019 14:56
-
-
Save jkingsman/1bcedf332c87b6241368 to your computer and use it in GitHub Desktop.
Shrug Emoji Bookmarklet
This file contains 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
javascript:(function(){document.activeElement.value=document.activeElement.value+'¯\\_(ツ)_/¯';})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ¯_(ツ)_/¯