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 and other small issues universally present in all crawled sites

コードが変更されたバージョンのみを表示しています。 すべてのバージョンを表示

  • v1.4.0 2016/09/22 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 2016/06/13 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 2016/06/12 Now supports links (useful for when viewing the original version of a page), small refactoring of URL fixing functions
  • v1.3.1 2016/06/07 Removed a line of code used in debugging
  • v1.3.0 2016/06/07 Replaced .contains with .includes, fixed toolbar timeline encoding fix
  • v1.2.9 2016/05/05 Small trick to minimize lag by preventing recursive mutation observation and skipping over already-checked nodes
  • v1.2.8 2016/01/22 Mutation observer now detects children of mutation targets, now hopefully covering everything on the page
  • v1.2.7 2016/01/21 Better handling of onsite images vs offsite images
  • v1.2.6 2016/01/20 Better handling of external resources
  • v1.2.5 2016/01/20 Fixed "& in toolbar link" fix
  • v1.2.4 2016/01/19 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 2016/01/10 Fixed some cases of browser hang in the face of "removed" images, as would happen with Adblock Plus
  • v1.2.2 2016/01/09 Now accommodates changed images
  • v1.2.1 2016/01/09 Fixed a goof that caused backgrounds on "altered" pages to be affected when they would normally work just fine.
  • v1.2.0 2016/01/09 Now accommodates backgrounds and problematic relative image and background URLs
  • v1.1.5 2016/01/03 Much more compact, if hacky, means of adjusting the base URL for problem pages
  • v1.1.4 2016/01/03 Now accommodates the current location being the root of a website
  • v1.1.3 2016/01/03 Now only links that don't have the "missing" last folder are targeted
  • v1.1.2 2016/01/03 Replaced URL truncation with simpler and more successful method
  • v1.1.1 2016/01/03 Now only fixes relative links
  • v1.1.0 2016/01/03
  • v1.0.0 2015/12/30