Conversion of bit.ly sidebar bookmarklet; slides out to shorten your long link, then shows Traffic, Conversations, and History.
See blog post for more details.
CmdUtils.makeBookmarkletCommand({
name: "bit.ly sidebar slideout",
icon: "http://bit.ly/static/images/favicon.png",
description: "Conversion of bit.ly sidebar bookmarklet; slides out to shorten your long link, then shows Traffic, Conversations, and History.",
homepage: "http://justinribeiro.com/projects/ubiquity/bitly-sidebar-slideout.html",
author: {name: "Justin Ribeiro", email: "justin@justinribeiro.com"},
license: "GPL",
url: "javascript:var%20e=document.createElement('script');e.setAttribute('language','javascript');e.setAttribute('src','http://bit.ly/bookmarklet/load.js');document.body.appendChild(e);void(0);"
});