dividedby / General-URL-Cleaner-Revived

Userscript to clean various URLs and remove tracking elements
https://greasyfork.org/en/scripts/432387-general-url-cleaner-revived
GNU General Public License v3.0
23 stars 8 forks source link

Amazon URLs stripped #14

Closed arogl closed 4 months ago

arogl commented 7 months ago

Browser: Windows 64 Version 121.0.6167.161 (Official Build) (64-bit) Tampermonkey: 5.1.6193 Script version: 4.1.9 Installed from GreasyFork

The following URL is stripped to become just the Amazon homepage

https://www.amazon.com/s/ref=dbs_m_mng_rwt_byln?_encoding=UTF8&field-author=Steven++Masters&search-alias=digital-text
https://www.amazon.com/

Without the script enabled, this becomes

https://www.amazon.com/s?i=digital-text&rh=p_27%3ASteven+Masters&_encoding=UTF8&ref=dbs_m_mng_rwt_byln
dividedby commented 4 months ago

For me, the URL you shared is cleaned to:

https://www.amazon.com/s/?field-author=Steven++Masters&search-alias=digital-text

Which Amazon changes into the below:

https://www.amazon.com/s?i=digital-text&rh=p_27%3ASteven++Masters

If you notice any other issues, please let me know!