/*
* @title ◀️▶️WebArchive
* @description WebArchive⇔閲覧ページ間を行き来する。
* @include http://*
* @include https://*
* @contributor Nos http://d.hatena.ne.jp/Nos/20091028/1256679357
* @contributor noromanba http://let.hatelabo.jp/noromanba/let/gYC-yJTC5uCvSg
* @contributor taizooo http://let.hatelabo.jp/taizooo/let/hJmdhMKzsYUB
* @license MIT License
* @javascript_url
*/
// "19960101000000" is dummy date
(p =>
location = p.includes`.archive.org/web/`
? p.split`/`.slice(5).join`/`
: 'https://wayback.archive.org/web/19960101000000/' + p
)(location.href)