File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ PLEASE REPORT ISSUES/FEATURE REQUESTS HERE: https://github.com/Dbz/WebCache/issu
1313
1414Change Log:
1515
16+ V 4.1.0
17+ --------
18+
19+ - Wayback Machine URL now takes you directly to the latest snapshot of a page
20+
1621V 4.0.0
1722--------
1823
Original file line number Diff line number Diff line change 11var CONTEXT_HASH = {
22 "google-cache" : "http://webcache.googleusercontent.com/search?q=cache:" ,
3- "wayback-machine" : "http://web.archive.org/web/*/ " ,
3+ "wayback-machine" : "http://web.archive.org/web/" ,
44 "coral-cdn" : ".nyud.net"
55} ;
66
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var redirecting = false;
66
77var cacheURL = [
88 "http://webcache.googleusercontent.com/search?q=cache:" ,
9- "http://web.archive.org/web/*/ " ,
9+ "http://web.archive.org/web/" ,
1010 ".nyud.net"
1111] ;
1212var cacheNames = [
You can’t perform that action at this time.
0 commit comments