After checking the gestures extension for Chrome/Chromium I decided to use a small freeware utility instead, StrokeIt, which is free for personal use and can recognize mouse gestures, convert them to shortcuts or messages and send them into applications – and has an extremely small memory footprint. Really nice indeed!
But what’s the problem with the extension? The fact that it uses the document.body to capture the gesture means that it will have a hard time with the mouse crossing document boundaries – iframes for example (which are widely used with banners and widgets/gadgets), so unless you implement the gesture system in the application itself (Opera) or give a greater control to the extension (XUL) this is not a way I want to go with.
For Linux I’m sure a similar solution exists (probably something -l -i |ke –this| or > similar &) and Apple people always have their nicely designed shareware software with an ever awesome gui and candy-cute icons – though most of them aren’t aware that browsers other than Safari do exist.