mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-08-11 09:16:23 -04:00
Use alternate USPS link for package tracking [skip ci] (#1191)
The previous tracking link would sometimes lead to a blank page
This commit is contained in:
parent
1b9f7990b6
commit
a8205c3043
@ -16,7 +16,7 @@ const checkForTracking = () => {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"usps": {
|
"usps": {
|
||||||
"link": `https://tools.usps.com/go/TrackConfirmAction?tLabels=${query}`,
|
"link": `https://tools.usps.com/go/TrackConfirmAction_input?origTrackNum=${query}`,
|
||||||
"expr": [
|
"expr": [
|
||||||
/(\b\d{30}\b)|(\b91\d+\b)|(\b\d{20}\b)/,
|
/(\b\d{30}\b)|(\b91\d+\b)|(\b\d{20}\b)/,
|
||||||
/^E\D{1}\d{9}\D{2}$|^9\d{15,21}$/,
|
/^E\D{1}\d{9}\D{2}$|^9\d{15,21}$/,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user