Created
January 27, 2016 11:20
-
-
Save blha303/eb4c8937b646f89c299a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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