opensuse 13.1 - kde, firefox tabs

I can’t find the tabs on top checkbox. I want my tabs on the bottom. Where is it? Thanks.

The mozilla people removed that option a few version ago. So you will have to browse to “about:config” and add it there.

Here’s a line that I find in my “prefs.js”


user_pref("browser.tabs.onTop", false);

You’ll need to search for that setting on the “about:config” page, and change it to “false”.

That did it. Thanks.