Skip to content

Instantly share code, notes, and snippets.

@nckltcha
Created August 15, 2012 15:33
Show Gist options
  • Select an option

  • Save nckltcha/3361054 to your computer and use it in GitHub Desktop.

Select an option

Save nckltcha/3361054 to your computer and use it in GitHub Desktop.
Get Bit.ly Short URL in Pop-Up Window
javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('http://api.bit.ly/shorten?version=2.0.1&login=USERNAME&apiKey=APIKEY&format=text&longUrl='+encodeURIComponent(q)+''));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment