Created
October 19, 2017 02:14
-
-
Save jackysee/836de12832df21496f67a60ee31495e2 to your computer and use it in GitHub Desktop.
twitter bookmarklet minimal
This file contains hidden or 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: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