Skip to content

Instantly share code, notes, and snippets.

@SeanHood
Last active February 20, 2019 08:08
Show Gist options
  • Save SeanHood/20e95fc5de261046f493b74985cf3d15 to your computer and use it in GitHub Desktop.
Save SeanHood/20e95fc5de261046f493b74985cf3d15 to your computer and use it in GitHub Desktop.
eBay link prettifier bookmarklet

eBay bookmarklet

javascript:(function(s){var loc = /(.*ebay\..*itm.).*\/(\d+).*/.exec(location); prompt('Short URL', loc[1]+loc[2])})()

Changes a url like: https://www.ebay.co.uk/itm/10TB-Seagate-ST10000NM0086-Exos-X10-3-5-Enterprise-HDD-SATA-III-6Gb-s-7200/132918338972 to https://www.ebay.co.uk/itm/132918338972

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment