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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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%2C251
Working URL:
https://www.amazon.com/s?k=iphone+16+pro+512gb&sprefix=iphone+16+pro+512gb%2Caps%2C251
Note the ampersand before
sprefix
.