Uses alt+c to copy current URL but first removes annoying url trackers parameters like utm_*, ref, etc
当前为
// ==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')