Categories
Browsers Internet

Where does Mozilla profile located?

Windows

On Windows the profile data is per default located in:

Mozilla SeaMonkey

%APPDATA%\Mozilla\Profiles\[profile name]\[random string].slt\

On a English Windows 2000/XP that’s normally:

c:\Documents and Settings\[Windows Login Name]\Application Data\Mozilla\Profiles\[profile name]\[random string].slt\

Mozilla Firefox

%APPDATA%\Mozilla\Firefox\Profiles\[profile name]\

On a English Windows 2000/XP that’s normally:

c:\Documents and Settings\[Windows Login Name]\Application Data\Mozilla\Firefox\Profiles\[profile name]\

Mac OS

On Macintosh the profile data is located in For Mac OS 9:

system disk::Documents::Mozilla::Profiles::[profile name]::[random string].slt

For Mac OS X:

Mozilla SeaMonkey

~/Library/Mozilla/Profiles/[profile name]/[random string].slt

Mozilla Firefox

~/Library/Application Support/Firefox/Profiles/[random string].default/

Camino

~/Library/Application Support/Camino/

Linux

On Linux the profile data is located in:

~/.mozilla/[Linux Login Name]/[randowm string].slt/

What is the [random string].slt all about?

As an extra security measure Mozilla adds a random string to the path of the profile. This makes it a bit harder for vira/etc to obtain the path of the profile. For more information see bug 56002.

Other ways to find your Mozilla profile

If you still can’t find your Mozilla profile you can do a search for any of the following files:

  • prefs.js
  • bookmarks.html
  • localstore.rdf
'Coz sharing is caring
Categories
Browsers Internet Laptop linux Microsoft

Always Show SideBar in Mozilla

In Firefox, the vertical scrollbar disappears when content fits inside the viewport. This makes several layout types shift position, typically by 10 to 20 pixels.

You can make the vertical scrollbar visible all the time. Read the instructions below:

Always Visible Scrollbar

like Internet Explorer.

1. Open the HTML Editor/ Text Editor or Notepad

2. Copy & Paste following code snippet

  
:root {
overflow-y: scroll !important;
}

3. Save this file with name userContent.css in following path

C:\Documents and Settings\[Windows Login Name]\Application Data\Mozilla\Firefox\Profiles\[profile name (random string of 8 letters, a dot (.) followed by some more letters)]\chrome\

4. Restart Firefox

'Coz sharing is caring