A Blog about technology, linux, peer2peer, cool new downloads and software development.
Showing posts with label firefox. Show all posts
Showing posts with label firefox. Show all posts

Monday, April 4, 2011

how to fix profile in use lock in firefox

http://kb.mozillazine.org/Profile_in_use

Friday, August 27, 2010

How to fix - Firefox 4.0 Beta : browser.tabs.tabMinWidth doesn't work

find the firefox profile :

find . -name userChrome*

./Library/Application Support/Firefox/Profiles/mahk6fwf.#02/chrome/userChrome-example.css

cd "./Library/Application Support/Firefox/Profiles/mahk6fwf.#02/chrome/"
cp userChrome-example.css userChrome.css
vim userChrome.css

(Append to the end of the file :)

.tabbrowser-tab[fadein]:not([pinned]) {
    min-width: 18px !important;
  }

:wq

restart firefox

reference :
http://www.lawlzoids.com/proxy/?__new_url=aHR0cHM6Ly9idWd6aWxsYS5tb3ppbGxhLm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NTc3NDk3

http://support.mozilla.com/bn-BD/questions/745380

Saturday, November 14, 2009

how to accelerate firefox performance


http://about:config

http.max*
Set network.http.max-connections to 96
Set network.http.max-connections-per-server to 32
Set network.http.max-persistent-connections-per-server to 8

pipelining*
Set network.http.pipelining to true
Set network.http.proxy.pipelining to true
Set network.http.pipelining.ssl to true
Set network.http.pipelining.maxrequests to 8

browser.tabs.tabMinWidth = 25