Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[site] fbclid #376

Open
KamiyaMinoru opened this issue Nov 27, 2023 · 1 comment
Open

[site] fbclid #376

KamiyaMinoru opened this issue Nov 27, 2023 · 1 comment

Comments

@KamiyaMinoru
Copy link

KamiyaMinoru commented Nov 27, 2023

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

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.

@tillcash
Copy link

tillcash commented Jan 9, 2024

@KamiyaMinoru

image

even though i suggest ublock origin with rule *$removeparam=fbclid

for more https://letsblock.it/filters/url-param-remover

@Gitoffthelawn Gitoffthelawn changed the title fbclid [site] fbclid Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants