Skip to content

Instantly share code, notes, and snippets.

@blha303
Created January 27, 2016 11:20
Show Gist options
  • Select an option

  • Save blha303/eb4c8937b646f89c299a to your computer and use it in GitHub Desktop.

Select an option

Save blha303/eb4c8937b646f89c299a to your computer and use it in GitHub Desktop.
// 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")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment