Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bumpux
Created January 14, 2012 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bumpux/1609547 to your computer and use it in GitHub Desktop.
Save bumpux/1609547 to your computer and use it in GitHub Desktop.
Bookmarklet: MarkDress This
javascript: var _url = location.href.replace("http:\/\/",""); _url = "http://markdress.org/" + _url;location = _url
@bumpux
Copy link
Author

bumpux commented Jan 14, 2012

Create a bookmark with this value. Click to send the current page in your browser (e.g. an unformatted Markdown document) to Markdress. Nice!

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