General URL Cleaner Revived

Cleans URLs from various popular sites and removes tracking parameters

< 腳本General URL Cleaner Revived的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於:2025-10-11

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.

§
發表於:2025-10-11

I just noticed the same thing breaks other URLs, like this store URL linked from a product page:

Broken URL:

https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?node=12653393011field-lbr_brands_browse-bin=Amazon+Renewed

Working URL:

https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed

Note the ampersand before the field parameter of the querystring. So something isn't re-concatenating the querystring properly.

發表回覆

登入以回覆