ebay_shorturl.js
· 306 B · JavaScript
Raw
// javascript:(prompt("Your shortened URL is", "http://www.ebay.com/itm/" + document.getElementsByClassName('sw_email')[0].getAttribute("data-itemid")))()
prompt("Your shortened URL is",
"http://www.ebay.com/itm/" + document.getElementsByClassName('sw_email')[0].getAttribute("data-itemid")
)
| 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 | ) |