Last active 1453857643

Steven Smith revised this gist 1453893643. Go to revision

1 file changed, 5 insertions

ebay_shorturl.js(file created)

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