Skip to content

Instantly share code, notes, and snippets.

@BinaryKitten
Last active December 12, 2015 06:38
Show Gist options
  • Save BinaryKitten/4730409 to your computer and use it in GitHub Desktop.
Save BinaryKitten/4730409 to your computer and use it in GitHub Desktop.
var shortUrl = window.location.href.replace('@itm/./@gi','itm/');
var item = jQuery('<tr><td class="vi-Vr-itemattrTh"><div class="itm_num_lbl">Shorter URL</div></td><td></td><td width="100.0%">&nbsp;</td></tr>');
item.find('td').eq(1).append($('<a>', { href: shortUrl, 'text': shortUrl }));
item.appendTo('#itemAttrCntr table');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment