Remove FBclid and UTM 作成者: StevieB
Removes fbclid, gclid, and utm query parameters from URLs before they load. Simple add-on, no config, bare minimum permissions required.
Android™ 版 Firefox でも利用可能Android™ 版 Firefox でも利用可能
630 人のユーザー630 人のユーザー
Scan the QR code to open this extension in Firefox for Android
拡張機能メタデータ
この拡張機能について
Removes various tracking related query parameters from URLs before they load. Simple add-on, no config, bare minimum permissions required, open source.
This extension protects and respects your privacy. I do not - and will never - collect any of your usage data.
If you have any suggestions or complaints, please contact me on Github. Feel free to open an Issue or a PR.
- https://github.com/sbedell/web-extensions/tree/master/queryParamsRemover
Full list of parameters that are removed from URLs:
"fbclid"
"gclid"
"ysclid"
"utm_source"
"utm_medium"
"utm_campaign"
"utm_term"
"utm_content"
"utm_id"
"__cft__[0]"
"__tn__"
"si"
FBclid - Facebook Click Identifier. Been appended to all URLs posted to Facebook since 2018 or so (maybe because of GDPR laws?) - https://fbclid.com/
Gclid = Google click identifier.
Ysclid = Yandex click identifier.
utm - Urchin Tracking Module - https://en.wikipedia.org/wiki/UTM_parameters
cft and tn - Facebook tracking parameters.
This extension protects and respects your privacy. I do not - and will never - collect any of your usage data.
If you have any suggestions or complaints, please contact me on Github. Feel free to open an Issue or a PR.
- https://github.com/sbedell/web-extensions/tree/master/queryParamsRemover
Full list of parameters that are removed from URLs:
"fbclid"
"gclid"
"ysclid"
"utm_source"
"utm_medium"
"utm_campaign"
"utm_term"
"utm_content"
"utm_id"
"__cft__[0]"
"__tn__"
"si"
FBclid - Facebook Click Identifier. Been appended to all URLs posted to Facebook since 2018 or so (maybe because of GDPR laws?) - https://fbclid.com/
Gclid = Google click identifier.
Ysclid = Yandex click identifier.
utm - Urchin Tracking Module - https://en.wikipedia.org/wiki/UTM_parameters
cft and tn - Facebook tracking parameters.
30 人のレビュー担当者が 4.7 と評価しました
権限とデータ
詳しい情報
- アドオンリンク
- バージョン
- 1.3
- サイズ
- 10.54 KB
- 最終更新日
- 7ヶ月前 (2025年12月11日)
- 関連カテゴリー
- バージョン履歴
- コレクションへ追加
"webRequest",
"webRequestBlocking",
"http://*/*",
"https://*/*"
If you want to report a bug, you can file one on the Github page's issues section.