Skip to content

Instantly share code, notes, and snippets.

@mkanenobu
Last active October 15, 2018 05:45
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 mkanenobu/f60087a086510cecd17aab4bf48176ab to your computer and use it in GitHub Desktop.
Save mkanenobu/f60087a086510cecd17aab4bf48176ab to your computer and use it in GitHub Desktop.
javascript:(function(){let url=location.href;let title=document.title;url=encodeURIComponent(url);title=encodeURIComponent(title);window.open('https://twitter.com/intent/tweet?url='+url+'&text='+title,'_blank');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment