Last active 1453857643

ebay_shorturl.js Raw
1// javascript:(prompt("Your shortened URL is", "http://www.ebay.com/itm/" + document.getElementsByClassName('sw_email')[0].getAttribute("data-itemid")))()
2
3prompt("Your shortened URL is",
4 "http://www.ebay.com/itm/" + document.getElementsByClassName('sw_email')[0].getAttribute("data-itemid")
5 )