/*
* @title Wayback Machine で検索
* @description 別タブで Internet Archive の Wayback Machine で検索
* @include http://*
* @license MIT License
* @javascript_url
*/
(function(){
window.open('https://web.archive.org/web/*/'+location.href,'_blank','noopener=yes,noreferrer=yes');void(0);
})();