Skip to content

Commit d06a8ee

Browse files
committed
Wayback Machine goes to the latest version of a page
1 parent 9d3fd97 commit d06a8ee

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

Chrome Store/ChromeStore.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ PLEASE REPORT ISSUES/FEATURE REQUESTS HERE: https://github.com/Dbz/WebCache/issu
1313

1414
Change 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+
1621
V 4.0.0
1722
--------
1823

context-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var 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

redirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var redirecting = false;
66

77
var 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
];
1212
var cacheNames = [

0 commit comments

Comments
 (0)