/*
* @title alt.culture 2 wayback machine
* @description Amazon.co.jp: オルタカルチャー―日本版 (オルタブックス (000)): 本 http://www.amazon.co.jp/dp/4073072242
* @include http://cruel.org/trial/alt.html
*/
var nodes = document.querySelectorAll('a[href^="http://www.mediaworks.co.jp"]');
[].forEach.call(nodes, function (item) {
item.href='http://wayback.archive.org/web/19960101000000/'+item.href;
});