Wayback Machine Small Bug Fixes

Fixes encoded ampersands on Wayback Machine's captures graph and problems that arise when trailing slashes are missing in an URL

Versión del día 3/1/2016. Echa un vistazo a la versión más reciente.

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

  • v1.4.0 22/9/2016 Improved URL fixing function, every attribute of a node is scanned for URLs, relative to absolute function no longer makes a request every time it's called
  • v1.3.3 13/6/2016 Checked links now make sure the link actually has an HREF. Only added nodes have their children scanned instead of all mutated nodes.
  • v1.3.2 12/6/2016 Now supports links (useful for when viewing the original version of a page), small refactoring of URL fixing functions
  • v1.3.1 7/6/2016 Removed a line of code used in debugging
  • v1.3.0 7/6/2016 Replaced .contains with .includes, fixed toolbar timeline encoding fix
  • v1.2.9 5/5/2016 Small trick to minimize lag by preventing recursive mutation observation and skipping over already-checked nodes
  • v1.2.8 22/1/2016 Mutation observer now detects children of mutation targets, now hopefully covering everything on the page
  • v1.2.7 21/1/2016 Better handling of onsite images vs offsite images
  • v1.2.6 20/1/2016 Better handling of external resources
  • v1.2.5 20/1/2016 Fixed "& in toolbar link" fix
  • v1.2.4 19/1/2016 Added support for wayback.archive.org, starts at document beginning to allow external scripts and the like to be properly found before they run
  • v1.2.3 10/1/2016 Fixed some cases of browser hang in the face of "removed" images, as would happen with Adblock Plus
  • v1.2.2 9/1/2016 Now accommodates changed images
  • v1.2.1 9/1/2016 Fixed a goof that caused backgrounds on "altered" pages to be affected when they would normally work just fine.
  • v1.2.0 9/1/2016 Now accommodates backgrounds and problematic relative image and background URLs
  • v1.1.5 3/1/2016 Much more compact, if hacky, means of adjusting the base URL for problem pages
  • v1.1.4 3/1/2016 Now accommodates the current location being the root of a website
  • v1.1.3 3/1/2016 Now only links that don't have the "missing" last folder are targeted
  • v1.1.2 3/1/2016 Replaced URL truncation with simpler and more successful method
  • v1.1.1 3/1/2016 Now only fixes relative links
  • v1.1.0 3/1/2016
  • v1.0.0 30/12/2015