Skip to content

Instantly share code, notes, and snippets.

@moogoo78
Created June 2, 2014 05:32
Show Gist options
  • Save moogoo78/5e7842bddadf928a09a7 to your computer and use it in GitHub Desktop.
Save moogoo78/5e7842bddadf928a09a7 to your computer and use it in GitHub Desktop.
markdown link bookmarklet
javascript:(function(){t='['+decodeURIComponent(document.title)+']('+decodeURIComponent(window.location.href)+')';win=window.open('','_new','location=no,links=no,scrollbars=no,toolbar=no,width=550,height=150');win.document.write('<form><textarea%20name="a"%20rows="5"%20cols="50"%20onClick="javascript:this.form.a.focus();this.form.a.select();">'+t+'</textarea></form>');})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment