Cleans URLs from various popular sites and removes tracking parameters
< 腳本General URL Cleaner Revived的回應
I just noticed the same thing breaks other URLs, like this store URL linked from a product page:
Broken URL:
Working URL:
Note the ampersand before the field parameter of the querystring. So something isn't re-concatenating the querystring properly.
Amazon URL strings containing a search query are removing one of the ampersands in the querystring, which breaks the search results if you use your browser's back button.
Broken URL:
https://www.amazon.com/s?k=iphone+16+pro+512gbsprefix=iphone+16+pro+512gb%2Caps%2C251Working URL:
https://www.amazon.com/s?k=iphone+16+pro+512gb&sprefix=iphone+16+pro+512gb%2Caps%2C251Note the ampersand before
sprefix.