photo of larskl

pretty much abandoned

;-)

Making Google search history work with middle click

If you enable Google Search History Google will remember all your searches and list them on a page. This is achieved by rewriting the links using a javascript.
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"

Skin updatefinally got my anniversary shirt

Comments

Omnipresence@wired®omniwired Sunday, May 21, 2006 7:28:03 AM

You should use URL = "www.google.com/search*" because the rule you use mess with www.google.com/ig the custom homepage.
--
OmniWired

qicai02 Tuesday, June 13, 2006 6:49:38 PM

psmurf

deedeed.azeez Friday, July 14, 2006 10:53:59 PM

thats cool that you from germany

WaelWael Ch Tuesday, December 19, 2006 1:47:17 PM

This is not efficace

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.