Making Google search history work with middle click
Friday, January 27, 2006 11:24:00 PM
That script a "onmousedown" event. But due to a bug in Opera, "onmousedown" isn't fired on middle clicks, so the page doesn't get rewritten.
To make it work with middle clicks you have to change "onmousedown" to "onmouseover" using a proxy server like Proxomitron or a userjs.
Proxomitron rule:
Name = "Google - search history" Active = TRUE URL = "www.google.com/*" Limit = 11 Match = "onmousedown" Replace = "onmouseover"














Omnipresence@wired®omniwired # Sunday, May 21, 2006 7:28:03 AM
--
OmniWired
qicai02 # Tuesday, June 13, 2006 6:49:38 PM
deedeed.azeez # Friday, July 14, 2006 10:53:59 PM
WaelWael Ch # Tuesday, December 19, 2006 1:47:17 PM