Smile4ever / Neat-URL

Neat URL cleans URLs, removing parameters such as Google Analytics' utm parameters.
Other
631 stars 37 forks source link

Custom Rules malfunction #294

Closed xiaoshihou514 closed 1 year ago

xiaoshihou514 commented 2 years ago

Just trying to figure out how to make custom blocks. When I do a google search, the URL was:

https://www.google.com/search?q=test&source=hp&iflsig=AJiK0e8AAAAAYzPrS78R96T80-PRHSZp9nZiJFXyow2G&uact=5&oq=test&sclient=gws-wiz

So I added params in the Block parameters section

rsv_*@*.baidu.com
spm_id@*.bilibili.com
sclient@google.com
oq@google.com

But none of them seem to work. For google, I get

https://www.google.com/search?q=test&source=hp&iflsig=AJiK0e8AAAAAYzPruoMCsbRzjnxT20aQpwO16l9O4MmA&uact=5&oq=test&sclient=gws-wiz

despite the counter incremented it self. For other sites, I don't seem to observe any changes either.

baidu:
https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=test&fenlei=256&oq=test&rsv_pq=f3b3933400027903&rsv_t=73a7Soa7YgETBMmhXUXaM8g5zSGfboes0pP5amg25xgXDXnKA3hE9zUZVek&rqlang=cn&rsv_dl=tb&rsv_enter=0&rsv_btype=t&prefixsug=test&rsp=6

I have tried restarting the extension, restarting the browser and reinstalling the extension. Extension version: 5.0.0 Firefox: 105.0.1 (OS: windows 10) I have Don't track me on google installed, but disabling it I get

https://www.google.com/search?q=test&source=hp&iflsig=AJiK0e8AAAAAYzPsvFbJdUvsnYGGKhtT6NWevyF87JkW&uact=5&oq=test&sclient=gws-wiz

Hopefully it's helpful.