¯\_(ツ)_/¯
Jan 04, 2016
I got tired of typing the emoji shrug by googling it and copying the first result, so I wrote a bookmarklet to inject it into the active input field.
You can also drag this hyperlink to your bookmarks bar, and click it when you’re focused in a textbox you want to inject it into: [¯_(ツ)_/¯][2]
Doesn’t work on facebook comments because they’re actually editable
s and not inputs with a grabbable value but this was a 30 second project so ¯_(ツ)_/¯
[2]: javascript:(function() {document.activeElement.value = document.activeElement.value + ‘%C2%AF\(%E3%83%84)/%C2%AF’;})();