Link Untracker

Remove tracking elements from links

Ezek a szkript azon változatai, ahol a kód módosítva lett. Minden verzió mutatása

  • v13 2022.12.22. Imported from URL
  • v12 2022.11.06. Imported from URL
  • v11 2019.07.27. Imported from URL
  • v10 2019.01.06. Fix: only the first 100 links were checked (for some reason, loop exited at that point)
  • v9 2018.12.26. adding MetaGer.de untracker (partially working)
  • v8 2018.03.29. replaced calls to URLSearchParams by own class UrlParams as it caused trouble on "parameters without values"
  • v7 2018.01.31. working around an iteration issue with Firefox (only catching every 2nd variable). Thanks again to Danil!
  • v6 2018.01.28. Fixed parameter parsing/matching error (thanks to Danil1404 for pointing it out!)
  • v5 2018.01.11.
  • v4 2017.12.07. adding Webtrekk (wt_) and Webtrends (WT.)
  • v3 2017.11.29. issue with sites using ";" to separate URL params. Ugly work-around, see description for details
  • v2 2017.11.24. exclude *phpmyadmin* as it relies on referrer variable
  • v1 2017.11.23.