URL Stripper

Takes offsite links that stick the original URL into an onsite link with extra parameters and changes the href to that original URL.

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

  • v1.1.9 2020.03.14. Added include directive
  • v1.1.8 2016.08.08. Allows proper suppport for wayback.archive.org
  • v1.1.7 2016.01.29. Now supports Yahoo search links
  • v1.1.6 2016.01.29. Fixed cases where URLS have multiple question marks in them
  • v1.1.5 2015.12.18. Changed unescape back to decodeURIComponent, as unescape caused more problems than it solved.
  • v1.1.4 2015.12.16. Decode is replaced with unescape to better handle foreign letters
  • v1.1.3 2015.12.06. Amazon links will be ignored. Object generation ignores parameters without a value. Multiple link observers replaced with single body observer, allowing for better link change detection.
  • v1.1.2 2015.11.28. Now accommodates double URL encoding
  • v1.1.1 2015.11.28.
  • v1.1.0 2015.11.26. Now works on links that change after they're clicked on
  • v1.0.6 2015.11.25. Added a "skip list" that skips over links that don't need the script
  • v1.0.5 2015.11.06. Optimized special case detection
  • v1.0.4 2015.11.01. Added support for "special" cases
  • v1.0.3 2015.10.12. Simplified URL parsing, removing unecessary key handiling. Now ignores "search all archived pages" links in Wayback Machine
  • v1.0.2 2015.10.11. Fixed type in title, now detects and sorts shared keys
  • v1.0.1 2015.10.11. Now accommodates the "URL" flag (uppercase). Hard to believe an extra line is even necessary for that
  • v1.0 2015.10.11.