bit.ly Transparent Overlay JavaScript Bookmarklet


/ Published in: JavaScript
Save to your folder(s)

Add this bookmarklet to get a transparent overlay for generating bit.ly shortened links.


Copy this code and paste it in your HTML
  1. javascript:var%20e=document.createElement('script');e.setAttribute('language','javascript');e.setAttribute('src','http://bit.ly/bookmarklet/load.php');document.body.appendChild(e);void(0);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.