add(bookmarklet) search url in web archive
This commit is contained in:
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;}})();
|
Reference in New Issue
Block a user