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.

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v1.1.9 14/3/2020 Added include directive
  • v1.1.8 8/8/2016 Allows proper suppport for wayback.archive.org
  • v1.1.7 29/1/2016 Now supports Yahoo search links
  • v1.1.6 29/1/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 6/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 6/11/2015 Optimized special case detection
  • v1.0.4 1/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