Skip to content

Instantly share code, notes, and snippets.

@hasantayyar
Created December 10, 2011 18:14
Show Gist options
  • Save hasantayyar/1455825 to your computer and use it in GitHub Desktop.
Save hasantayyar/1455825 to your computer and use it in GitHub Desktop.
url encoder bookmarklet
javascript:void(prompt('Encoded:',encodeURIComponent(prompt('Stringtoencode:'))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment