Easy copy URL without trackers

Uses alt+c to copy current URL but first removes annoying url trackers parameters like utm_*, ref, etc

目前為 2024-09-18 提交的版本,檢視 最新版本

// ==UserScript==
// @name Easy copy URL without trackers
// @namespace https://github.com/insign
// @version 202409172108
// @description Uses alt+c to copy current URL but first removes annoying url trackers parameters like utm_*, ref, etc
// @match *://*/*
// @author Hélio <[email protected]>
// @license WTFPL
// ==/UserScript==

console.log('todo')