Search Params Remover
a browser extension helps you surf without utm_source and fbclid
Copy a URL without tracking information (query string).
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
A Chrome extension for quickly copying page URLs without the query string. Ideal for sharing shorter links by removing tracking information from them (Looking at you, Amazon).
Please note that this may break some links, such as Google search URLs.
Credit:
Styled using Bulma.
Icons courtesy of Heroicons.
Inspect the latest comments and rating distribution.
Store average score: 3.5. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
a browser extension helps you surf without utm_source and fbclid
Copy a url, without any tracking and obfuscation
Copy the current URL without tracking parameters
Copy a link without the query parameters
Copy any URL without UTM parameters
Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Works as expected, but why does it need two clicks to perform the task where one would do?
Would be better to fetch the canonical link from the code. There is a fantastic chrome extension that did this but Google has marked it as no longer supported. Also, would have been great if I did not need to use mouse to copy the link.
Does the job by removing the part after the "?" in the URL. However, two issues: 1. it won't go an extra mile to remove unnecessary parts that are before "?", such as "ref=...". This is understandable as this is not safe in general, and depends on how the website uses such extra information. But it could still remove those parts by having extra patterns pre-registered for the most famous websites, and maybe even let the user define their own patterns for lesser known websites (I understand that would require a higher development budget though). The other extension https://chrome.google.com/webstore/detail/clean-copy/feafcnldgdkaeielkndolgflbegokjkb/ has pre-registered and user patterns, unfortunately it is 10 years old and doesn't work anymore (I don't see any button to Clean Copy). 2. no shortcut to quick copy. I can add a shortcut in chrome://extensions/shortcuts to Activate the extension, but it just opens the popup as if clicking on the extension button: I must still click on the Copy button afterward. I copy a *lot* of Amazon URLs so a shortcut to Clean Copy the current URL would really help.