Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Created December 16, 2019 20:34
Show Gist options
  • Save schalkburger/a34e411de0552469a350e397fca809ad to your computer and use it in GitHub Desktop.
Save schalkburger/a34e411de0552469a350e397fca809ad to your computer and use it in GitHub Desktop.
Share Website Twitter Bookmarklet
javascript:(function(){n=getSelection().anchorNode;t=n.nodeType===3?n.data:n.innerText;t='“'+t+'” – ';window.open(`https://twitter.com/intent/tweet?text=${encodeURIComponent(t)}${document.location.href}`)})()
@schalkburger
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment