Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Purse/tracking-bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This was developed due to changes with how Amazon presents tracking information.

Visit our support docs for more info.

How to

  1. Simply drag this link to your bookmarks bar: Get Tracking Number
  2. 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.

Video instructions

BookmarkletHow2

Manual Installation Method

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:

Source Code

You can review the Source Code for this bookmarklet here: https://github.com/Purse/tracking-bookmarklet/blob/main/bookmarklet.js

Script Blockers

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.

About

A simple bookmarklet for grabbing tracking numbers from amazon tracking pages

Resources

Stars

Watchers

Forks

Packages

No packages published