Free Switched iPhone app - try it now!
AOL Tech

Sonej

Member since: May 5th, 2006

Sonej's Latest Comments

Blog Activity
Blog# of Comments
Download Squad2 Comments

Recent Comments:

ResizeIT: Firefox add-on of the day (Download Squad)

Feb 20th 2007 10:31AM I'm working on the next version now. Hope to have it out soon :)

More keyboard shortcuts for Firefox power users (Download Squad)

May 5th 2006 8:47PM I have made my own java script to Keyconfig that will allow me to resize Firefox with ALT+1-4
;---
user_pref("keyconfig.main.xxx_key__Resizer-1", "alt][1][][window.resizeTo(300,300);][");
user_pref("keyconfig.main.xxx_key__Resizer-2", "alt][2][][window.resizeTo(800,600);][");
user_pref("keyconfig.main.xxx_key__Resizer-3", "alt][3][][window.resizeTo(1024,768);][");
user_pref("keyconfig.main.xxx_key__Resizer-4", "alt][4][][window.moveTo(0,0);nwindow.outerHeight = screen.availHeight;nwindow.outerWidth = screen.availWidth;][");
;---
Copy paste to pref.js - It is a sweet mod!