Skip to content

Instantly share code, notes, and snippets.

@bnb
Created March 13, 2014 02:27
Show Gist options
  • Save bnb/9520877 to your computer and use it in GitHub Desktop.
Save bnb/9520877 to your computer and use it in GitHub Desktop.
Broken bookmarklet
javascript:(function() {
javascript:location.href='http://cupcake.io/?textarea='
+encodeURIComponent(location.href)
+'&title='+encodeURIComponent(document.title)
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment