Skip to content

Instantly share code, notes, and snippets.

@jackysee
Created October 19, 2017 02:14
Show Gist options
  • Save jackysee/836de12832df21496f67a60ee31495e2 to your computer and use it in GitHub Desktop.
Save jackysee/836de12832df21496f67a60ee31495e2 to your computer and use it in GitHub Desktop.
twitter bookmarklet minimal
javascript:void(function(){var%20F=document,E=encodeURIComponent;window.open(`https://twitter.com/intent/tweet?text=${E(F.title)}&url=${E(F.location.href)}`);}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment