chromeフォルダの整理してたんだが、この「現在のページのキャッシュ(魚拓)を開くuc.js」をどこで入手したのか思い出せない。
検索してもこのスレしか出てこないし…


(function () {
var mMenus = [
{
label: 'Google cache',
accesskey: 'G',
url: function() {
var win = document.commandDispatcher.focusedWindow;
return 'http://www.google.com/search?q=cache:' + win.location.href;
}
},
{
label: 'web.archive.org',
accesskey: 'A',
url: function() {
var win = document.commandDispatcher.focusedWindow;
return 'http://web.archive.org/web/*/' + win.location.href;
}
}
];