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.

Per 26-11-2015. Zie de nieuwste versie.

Dit zijn versies van het script waarin de code is bijgewerkt. Alle versies tonen.

  • v1.1.9 14-03-2020 Added include directive
  • v1.1.8 08-08-2016 Allows proper suppport for wayback.archive.org
  • v1.1.7 29-01-2016 Now supports Yahoo search links
  • v1.1.6 29-01-2016 Fixed cases where URLS have multiple question marks in them
  • v1.1.5 18-12-2015 Changed unescape back to decodeURIComponent, as unescape caused more problems than it solved.
  • v1.1.4 16-12-2015 Decode is replaced with unescape to better handle foreign letters
  • v1.1.3 06-12-2015 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 28-11-2015 Now accommodates double URL encoding
  • v1.1.1 28-11-2015
  • v1.1.0 26-11-2015 Now works on links that change after they're clicked on
  • v1.0.6 25-11-2015 Added a "skip list" that skips over links that don't need the script
  • v1.0.5 06-11-2015 Optimized special case detection
  • v1.0.4 01-11-2015 Added support for "special" cases
  • v1.0.3 12-10-2015 Simplified URL parsing, removing unecessary key handiling. Now ignores "search all archived pages" links in Wayback Machine
  • v1.0.2 11-10-2015 Fixed type in title, now detects and sorts shared keys
  • v1.0.1 11-10-2015 Now accommodates the "URL" flag (uppercase). Hard to believe an extra line is even necessary for that
  • v1.0 11-10-2015