From 3de6edf2863015498c5fd48f14d06f9c3810c420 Mon Sep 17 00:00:00 2001 From: Anthony Lieuallen Date: Sun, 14 May 2006 22:38:47 +0000 Subject: [PATCH] google works --- content/resurrect.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/resurrect.js b/content/resurrect.js index 712f7e1..ba6aee2 100644 --- a/content/resurrect.js +++ b/content/resurrect.js @@ -127,6 +127,9 @@ var resurrect={ gotoUrl=rawUrl.substring(0, 8)+ rawUrl.substring(8).replace(/\//, '.nyud.net:8080/'); break; + case 'google': + gotoUrl='http://www.google.com/search?q=cache:'+encUrl + break; } if (gotoUrl) { opener.resurrect.originalDoc.location.assign(gotoUrl);