You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fbclid appears everywhere.
I tried to write below rule
Redirect: https://([\w\.\/]+)\?fbclid=
to: http://$1
Example: https://twitter.youtube.facebook.com/123abc/status/abc123/?fbclid=xyz789 → http://twitter
Applies to: Main window (address bar), HistoryState
fbclid appears everywhere.
I tried to write below rule
It does help to remove fbclid param behind ALL sites
i.e. https://store.saneibd.com/lookbook/proportionbodydressing/20231124_pbd_look.html?utm_source=IG&utm_medium=story&utm_campaign=story&fbclid=PAAaYox6fSgxbN9RG_ymN5PublwMHws53viYqyBl4xLFljGQEtxnY4gFxYREQ
Anyway I am not sure if this impacts the performance of my browser/extension work
Currently, I have modified it to
https://(**twitter|youtube|facebook**)([\w\.\/]+)\?fbclid=
Limited it to work on those often-seen sites.
Do you think the 1st rule is good (not cause heavy loading),
or suggest me use unlock origin for this kind of problem?
p.s.
I prefer Redirector because it help me to remove all params AFTER fbclid
which means I don't need to write a dozen of $removeparam= on ubo
Thanks.
The text was updated successfully, but these errors were encountered: