Skip to content

Instantly share code, notes, and snippets.

@micmath
Created January 10, 2011 13:39
Show Gist options
  • Save micmath/772774 to your computer and use it in GitHub Desktop.
Save micmath/772774 to your computer and use it in GitHub Desktop.
drop the selected text into codebox
javascript:var%20d=document,c=d.selection?d.selection.createRange().text:d.getSelection();d.location.href='codebox:add?code='+encodeURIComponent(c)+'&relatedurl='+encodeURIComponent(d.location.href)+'&name='+encodeURIComponent(d.title);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment