/*
* @title tumblr open archive page
* @include http://*.tumblr.com/
* @exclude http://www.tumblr.com/*
* @exclude http://wayback.archive.org/*
* @exclude http://web.archive.org/*
* @exclude http://tako3.com/*
* @exclude http://b.hatena.ne.jp/*
*/
(function() {
if (/^\/archive/.test(location.pathname)) return;
var u='http://';
u+=location.hostname;
u+='/archive';
location.href=u;
})()