Logo

dev-resources.site

for different kinds of informations.

Unlock the Sidebar Width in Firefox

Published at
6/26/2023
Categories
productivity
firefox
howto
tutorial
Author
semanticdata
Author
12 person written this
semanticdata
open
Unlock the Sidebar Width in Firefox

Why Would Anyone Want to Do This?

  • To enhance the use of the Firefox Side View extension.
  • To compliment the use of one of my Firefox sidebar extensions.

Step-by-Step Instructions

1) In a new tab, navigate to about:support.
2) Under Application Basics, find Profile Folder.
3) Locate and click the Open Folder button next to it. It will be next to an address similar to: %appdata%\Mozilla\Firefox\Profiles\{profile-id}.default 1
4) Inside your Firefox Profile Folder, create a new folder named: chrome.
5) Inside the newly created chrome folder, create a new file named: userChrome.css.
6) Copy the following code 2, paste as content and save: 3

#sidebar-box {
  max-width: 40% !important;
  min-width: 300px !important;
}
Enter fullscreen mode Exit fullscreen mode

7) Finally, in a new tab, navigate to about:config, search for toolkit.legacyUserProfileCustomizations.stylesheets, and change its value to true.
8) Restart Firefox and test it out!


  1. %appdata% is equivalent to C:\Users\{username}\AppData\Roaming 

  2. After Firefox 107, #sidebar was deprecated, and #sidebar-box was introduced. 

  3. You may change the units to any length you find more convenient. 

firefox Article's
30 articles in total
Favicon
Meet Tab-R: My New Browser Extension
Favicon
Request Aborted (NS_BINDING_ABORT) In Firefox but working in remaining browsers
Favicon
5 effektive Methoden, um Bilder aus Webseiten zu extrahieren
Favicon
How to Perform Firefox Mobile Testing? (Step-by-Step Guide)
Favicon
Wormhole Proxy (Firefox Add-on) - single-list proxy manager
Favicon
RemoveCookieWall, una extension de Firefox
Favicon
Deploy firefox as container
Favicon
hello, maybe i am back for a while
Favicon
[firefox] show tabs in full-screen mode
Favicon
Firefox "about:config" Flags That I Like 🔥🦊
Favicon
How To Speed Up Selenium Test Cases?
Favicon
GitHub Sponsors: Oliver Blanthorn main developer of Tridactyl
Favicon
Browser Extensions for 2024
Favicon
Remote debugging using Firefox on Android devices with Windows
Favicon
Firefox css: restyle the active tab handle
Favicon
Captcha Solving Extension For Chrome, Mozilla Firefox
Favicon
Discord in Firefox, with themes, plugins and RPC for free
Favicon
6 Best Firefox Alternatives 2024
Favicon
Firefox Shortcuts: Enhance Your Browsing Experience
Favicon
I'm not guilty it's firefox!
Favicon
How to make CSS :has() pseudo-class work on Firefox
Favicon
RES-like script that allows you to navigate Lemmy with your keyboard
Favicon
Firefox: Windows and Tabs
Favicon
Firefox DE...we're back together!...for a weird reason
Favicon
Firefox form auto-fill
Favicon
Dear Mozilla, we have to talk…
Favicon
如何在 elementary OS 安裝 Firefox Beta
Favicon
Fix 403 Forbidden error on Mozilla in Minutes
Favicon
Unlock the Sidebar Width in Firefox
Favicon
How to Fix “Secure Connection Failed” Error in Firefox

Featured ones: