Changed google to googleusercontent (#2)

Changed google to googleusercontent for google cache and text cache,
making it avoid doing a redirection (#2)
Cette révision appartient à :
Albirew 2015-08-24 19:11:02 +02:00
Parent 48efb4230b
révision affde4b4f4
2 fichiers modifiés avec 3 ajouts et 2 suppressions

Voir le fichier

@ -40,6 +40,7 @@ Hit back and try another one!
* Version 2.1.3
* Changed MSN for Bing on readme file (#6)
* Striped protocol from isup.me (#5)
* Changed google to googleusercontent for google cache (#2)
* Version 2.1.2 (august 12, 2015)
* Updated maxversion to Firefox 43
* Added archive.is provider

Voir le fichier

@ -156,10 +156,10 @@ var resurrect={
switch (mirror) {
case 'google':
gotoUrl='http://www.google.com/search?q=cache:'+encUrl;
gotoUrl='http://webcache.googleusercontent.com/search?&q=cache:'+encUrl;
break;
case 'googletext':
gotoUrl='http://www.google.com/search?strip=1&q=cache:'+encUrl;
gotoUrl='http://webcache.googleusercontent.com/search?strip=1&q=cache::'+encUrl;
break;
case 'archive':
gotoUrl='http://wayback.archive.org/web/*/'+rawUrl;