You Can Use Google Web History with Opera
Saturday, January 5, 2008 7:24:28 PM
If you go to their page you will find that to enable Google Web History you have to install Google Toolbar, which means, like many other Google services, only IE and Firefox users are able to access this service. But it was not the case. Google Web History stores the websites you visited according to the request for Google PageRank. So even if you don't have Google Toolbar installed on your Firefox, you can get Google Web History with an extension like PageRank Checker.
It's a good news. You didn't need Google Toolbar at all to use Google Web History. All you have to do is to send a request to get Google PageRank for every page you open. In fact, you don't even need to display the PageRank on a page.
Here is a UserJS to enable Google Web History in Opera, written by mallowlabs (his blog entry in Japanese). He says it's distributed under public domain, so I copy and paste it here.
enablegooglewebhistory.user.js
// ==UserScript==
// @name EnableGoogleWebHistory
// @author mallowlabs
// @namespace http://mallowlabs.s206.xrea.com/
// @version 0.0.2
// @license public domain
// @description : Enable Google Web History
// @published 2007-01-05
// @modified 2006-01-05
// @include *
// ==/UserScript==
// see also
// http://www.scss.com.au/family/andrew/opera/panels/pagerank/
// http://d.hatena.ne.jp/amatanoyo/20080104/1199450996
// =========================================
(function(){
// avoid frame
if (window.self != window.parent) return;
var r=function(x,y){
return Math.floor((x/y-Math.floor(x/y))*y+.1);
},
ch=function(url){
url='info:'+url;
var c=[0x9E3779B9,0x9E3779B9,0xE6359A60],i,j,k=0,l,f=Math.floor,
m=function(c){
var i,j,s=[13,8,13,12,16,5,3,10,15];
for(i=0;i<9;i+=1){
j=c[r(i+2,3)];
c[r(i,3)]=(c[r(i,3)]-c[r(i+1,3)]-j)^(r(i,3)==1?j<<s[i]:j>>>s[i]);
}
};
for(l=url.length;l>=12;l-=12){
for(i=0;i<16;i+=1){
j=k+i;c[f(i/4)]+=url.charCodeAt(j)<<(r(j,4)*8);
}
m(c);
k+=12;
}
c[2]+=url.length;
for(i=l;i>0;i--)
c[f((i-1)/4)]+=url.charCodeAt(k+i-1)<<(r(i-1,4)+(i>8?1:0))*8;
m(c);
return'6'+c[2];
};
var url=document.location;
/* create image element */
new Image().src = 'http://www.google.com/search?client=navclient-auto&ch='+ch(url)+'&features=Rank&q=info:'+escape(url);
})();
(Thanks to Google PageRank Button for the request URL computation)
All you need to do is install the above, go to Google Web History, login and enable it! Enjoy web browsing 10 times more!
Having used Google Web History myself for a day now, I think it's awesome! I was using Opera9.50beta's Search History for a while, but it's search function is pretty poor so far. I couldn't even do an AND search. I also like the fact that Google stores my web history forever, not only up to the limit of my browser cache.
Added 2008-1-10
This entry was featured in Use Google Web History Without Installing Google Toolbar. Thanks for visiting!
The original creater has put the script up to UserScript.org. To keep up with current version, please go there (although I don't think there will be further updates).















saito # Monday, January 7, 2008 3:44:52 AM
deadHarlequin # Friday, January 11, 2008 1:53:33 AM
opera should have done these type of things by itself already, instead of filing complaints. Team up with someone or die.
Anonymous # Friday, January 11, 2008 2:48:47 AM
edvakf # Friday, January 11, 2008 4:03:19 AM
I think Google should have offered an alternative method for non IE/Firefox users. They are so cunning that we didn't get to know about it till now.
>CarlosPC
I nearly made a switch too. Now I'm addicted to Google Web History. I can't browse the web without it!
Anonymous # Wednesday, February 27, 2008 2:27:32 AM
Anonymous # Monday, June 2, 2008 5:45:08 AM
jcboogabug # Saturday, June 14, 2008 10:11:50 PM
deadHarlequin # Saturday, June 14, 2008 10:18:41 PM
I think it's broken thought lately or its just me?
jcboogabug # Friday, June 20, 2008 5:37:25 AM
Sarah SummerSarahSummer # Thursday, March 26, 2009 6:45:30 PM
I am a webmaster and this trick will definitely help me in many ways!!!
edvakf # Thursday, March 26, 2009 7:04:24 PM
dapxin # Sunday, April 26, 2009 3:08:26 AM
edit - woooooooooooha! I missed it, never realised the difference between
google history
&
google web history.
I take it back. This is awesome but certainly not for privacy n00bs.
deadHarlequin # Sunday, April 26, 2009 4:32:33 PM
you mean search history...
edvakf # Sunday, April 26, 2009 5:14:12 PM
Anonymous # Tuesday, June 9, 2009 6:10:15 PM
Anonymous # Tuesday, July 7, 2009 9:53:23 AM
dapxin # Tuesday, July 7, 2009 10:20:17 AM
Anonymous # Tuesday, July 7, 2009 1:33:54 PM
dapxin # Tuesday, July 7, 2009 2:05:29 PM
Why not just grab Opera?
Anonymous # Thursday, November 5, 2009 5:35:05 AM
edvakf # Thursday, November 5, 2009 8:50:42 AM
Anonymous # Thursday, November 5, 2009 7:21:24 PM
edvakf # Saturday, November 7, 2009 7:41:05 AM
The error I had was that the requests to Google was always failing (I saw it on Opera Dragonfly).
I stopped using it then, so I'm not really willing to debug for Wikipedia. Sorry.
endless lovepersianweblog # Friday, December 25, 2009 11:55:58 PM
:heart:I was here . . . .
......oooO.............
......(....)..............
......)../....Oooo.....
.....(_/.....(..../......
..............)../........
.............(_/.........
....oooO...............
.....(....)...............
......)../....Oooo.....
.....(_/.....(....)......
...............)../.......
..............(_/........
....oooO...............
.....(....)...............
......)../....Oooo.....
.....(_/.....(....)......
...............)../........
..............(_/.........
Anonymous # Saturday, March 20, 2010 6:15:20 AM
Anonymous # Wednesday, March 24, 2010 4:21:16 PM
Anonymous # Monday, June 28, 2010 2:29:11 AM
Anonymous # Sunday, February 27, 2011 4:54:55 PM