Smile4ever / firefoxaddons

Extend the functionality of Firefox with cool addons
82 stars 20 forks source link

[Net URL for Chrome]can not remove sku_properties parameter from *.tmall.com #138

Closed weigaow closed 6 years ago

weigaow commented 6 years ago

for example the URL https://detail.tmall.com/item.htm?id=557759288520&pid=mm_25282911_3455987_122436732&sku_properties=10004:1617715035;5919063:6536025&t=ca_fx_75-23&tag=ca_fx_75-23&cu=true&utm_source=www.linkstars.com&utm_medium=tuiguang&utm_campaign=t_1000089893_156_0_184__0320a96bcff2148f&utm_term=b610b574e10f4b7aafbeddb4bf9be2df

finally, I got https://detail.tmall.com/item.htm?id=557759288520&sku_properties=10004:1617715035;5919063:6536025 with the rules pid, sku_properties, t, tag, cu@*.tmall.com

Smile4ever commented 6 years ago

The link is changed after it is cleaned by Neat URL. You can see this behaviour when going to the clean link https://detail.tmall.com/item.htm?id=557759288520

It rewrites the URL to https://detail.tmall.com/item.htm?id=557759288520&sku_properties=10004:1617715035;5919063:6536025

This is not something I can fix, since it would introduce a never ending loop going:

Closing this, since it's not possible to fix. You might be able to block the JavaScript file that causes this behaviour on this site though.