Search Params Remover
a browser extension helps you surf without utm_source and fbclid
Copy a URL without tracking information (query string).
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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.
查看最近评论和评分分布。
商店综合星级:3.5。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
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.