add(bookmarklet) search url in web archive

This commit is contained in:
SansGuidon 2024-12-12 12:11:04 +00:00
parent 7f57242d09
commit f202d3bb23

2
bookmarklets/archive.js Normal file
View 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;}})();