Published on 2006-12-09 13:01:48

Firefox Tips
Better than Stop The Tab Scroll Annoyance tips this is how to completely roll back to the previous 1.5 tabs feature and remove definitely the scrolling tabs. The solution is in user.js that you can find in your profile directory. Find the preference :

user_pref(”browser.tabs.closeButtons”, 0);

Then change it accordingly :

0 = close button on active tab only
1 = close button on all tabs
2 = no close button
3 = close button at end of bar

Via Aaron Wormus


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2009 phpmagazine.net All Rights Reserved