Skip to content

Instantly share code, notes, and snippets.

@BinaryKitten
Created February 7, 2013 12:00
Show Gist options
  • Save BinaryKitten/4730502 to your computer and use it in GitHub Desktop.
Save BinaryKitten/4730502 to your computer and use it in GitHub Desktop.
var shortUrl = window.location.href.replace('@itm/./@gi','itm/');
$('<a>', { href: shortUrl, 'text': shortUrl }).insertAfter('#itemTitle');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment