Skip to content

Instantly share code, notes, and snippets.

@fmarier
Last active August 24, 2022 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmarier/c44d5ef746772b87ea2b28b4e7ad5368 to your computer and use it in GitHub Desktop.
Save fmarier/c44d5ef746772b87ea2b28b4e7ad5368 to your computer and use it in GitHub Desktop.
Sample list for the copy clean URLs feature
[
{
"include": [
"*://*.twitter.com/*"
],
"exclude": [
],
"params": [
"t"
]
},
{
"include": [
"*://*/*"
],
"exclude": [
],
"params": [
"utm_ad",
"utm_affiliate",
"utm_brand",
"utm_campaign",
"utm_campaignid",
"utm_channel",
"utm_cid",
"utm_content",
"utm_emcid",
"utm_emmid",
"utm_id",
"utm_keyword",
"utm_medium",
"utm_name",
"utm_place",
"utm_product",
"utm_pubreferrer",
"utm_reader",
"utm_referrer",
"utm_serial",
"utm_session",
"utm_siteid",
"utm_social",
"utm_social-type",
"utm_source",
"utm_supplier",
"utm_swu",
"utm_term",
"utm_umguk",
"utm_userid",
"utm_viz_id"
]
},
{
"include": [
"https://dev-pages.bravesoftware.com/clean-urls/*"
],
"exclude": [
"https://dev-pages.bravesoftware.com/clean-urls/exempted/*"
],
"params": [
"brave_testing1",
"brave_testing2"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment