Comment Mouse Gestures in Phoenix (Score 5, Informative) 346
If, like me, you've been using Mozilla's mouse gestures feature for a while you're probably hooked. The good news it that they are available for Phoenix as well:
http://texturizer.net/phoenix/extensions.html#ges
Unfortunately there is no menu option to trigger them with the right mouse button (they default to being activated by the left button). If you want them on the right mouse button you will have to edit your prefs.js file. On Windows (depending on what version you are running) this can be found in C:\Windows\Application Data\Phoenix\Profiles\???\???\prefs.js
Before editing the prefs.js file you will need to install the gestures XPI, then restart your browser and shut it down again (this will create the default mouse gesture preferences in the prefs.js file). Now open the file in a text editor and look for the following line:
user_pref("mozgest.mousebutton", 0);
Change the number to 2 for right mouse button (or 1 for middle mouse button) and you're done.