Firefox Addon – Tab Effect – Speed Adjustment
Just downloaded this neat addon from mozillas addon site.
The only problem was the slow cube rotation speed.
You can change the cube rotating speed in the content/javascript.js file of the addon.
Just change
TabEffect.xpcomObj.translateToNextTab(back, 24);
to
TabEffect.xpcomObj.translateToNextTab(back, 12);
and the speed is doubled.
You find the file in (for windows xp users):
Drive:\ Dockuments and Settings\ UserName\ Application Data\ Mozilla\ Firefox\ Profiles\ YourProfile.default\ extensions\ {0784CD66-62FE-4cef-ABF4-F8ED9B654ACC}\ content\ javascript.js
worked for me.