This was developed due to changes with how Amazon presents tracking information.
Visit our support docs for more info.
- Simply drag this link to your bookmarks bar: Get Tracking Number
- When viewing an amazon tracking page, click the bookmarklet and it will grab the tracking number and automatically assign it to the corresponding purse order.
If you're unable to drag the bookmarklet link to install(For instance, if you're installing on a mobile browser), then you can manually create a bookmark with the following code. This is a slightly more advanced way to install a bookmarklet, but with the help of the tutorials below you should be able to get it working easy enough:
<textarea readonly cols="40" rows="7"> javascript:(function()%7Bvar jsCode%3Ddocument.createElement(%27script%27)%3BjsCode.setAttribute(%27src%27,%27https://purse.github.io/tracking-bookmarklet/bookmarklet.js%27)%3Bdocument.body.appendChild(jsCode)%3B%7D())%3B </textarea>Some example tutorials can be found here:
- https://www.cultofmac.com/500532/how-to-add-bookmarklet-mobile-iphone-safari/
- https://www.howtogeek.com/189358/beginner-geek-how-to-use-bookmarklets-on-any-device/
You can review the Source Code for this bookmarklet here: https://github.com/Purse/tracking-bookmarklet/blob/main/bookmarklet.js
If you run a script blocker (like umatrix) then you'll need to allow this script (from purse.github.io) to run on amazon.com in order for the bookmarklet to work. otherwise, you will need to hack up your own bookmarklet from the source code. but keep in mind if you go this route, then you'll need to manually apply any updates if we (Purse.io) make changes or improvements to the bookmarklet.