add(bookmarklet) search url in web archive
This commit is contained in:
parent
7f57242d09
commit
f202d3bb23
2
bookmarklets/archive.js
Normal file
2
bookmarklets/archive.js
Normal file
@ -0,0 +1,2 @@
|
||||
//Is the current website archived ?
|
||||
javascript:(function(){if(location.href.indexOf('http')!=0){input=prompt('URL:','http://');if(input!=null){location.href='http://web.archive.org/web/*/'+input}}else{location.href='http://web.archive.org/web/*/'+location.href;}})();
|
Loading…
Reference in New Issue
Block a user