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 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Easy copy URL without trackers
  3. // @namespace https://github.com/insign
  4. // @version 202409172108
  5. // @description Uses alt+c to copy current URL but first removes annoying url trackers parameters like utm_*, ref, etc
  6. // @match *://*/*
  7. // @author Hélio <open@helio.me>
  8. // @license WTFPL
  9. // ==/UserScript==
  10.  
  11. console.log('todo')