ClearURLs / Addon

ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
http://docs.clearurls.xyz
GNU Lesser General Public License v3.0
4.03k stars 111 forks source link

[Bug] '?' turned into '#' after cleaning, makes the URL unusable #211

Open maidmeow4 opened 2 years ago

maidmeow4 commented 2 years ago

For instance, a very long URL like this one: https://detail.tmall.com/item.htm?id=668220853378&ali_refid=a3_430582_1006:1183650004:N:T3/2j/EPIar3Ldh78IZaRg==:c03093cf2442ed81c2a976fdf5e0abe3&ali_trackid=1_c03093cf2442ed81c2a976fdf5e0abe3&spm=a230r.1.14.8&skuId=4987251131297#

Paste above URL into clean tool page, or just copy cleaned URL from right click menu, the URL turned into this: https://detail.tmall.com/item.htm#id=668220853378&skuId=4987251131297 Notice that # after item.htm, it should be ?.

maxxyme commented 2 years ago

Please check this issue, I think it's related: https://github.com/ClearURLs/Addon/issues/193