GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to double my personal bar in Firefox 3? (https://gfy.com/showthread.php?t=838312)

Basic_man 06-30-2008 04:57 PM

How to double my personal bar in Firefox 3?
 
I'm wondering if anyone know how to double the size of my personal links bar in FF3? I mean, having the double more links :helpme:helpme

ExtremeBank_Adam 06-30-2008 05:11 PM

Personal links bar?
Do you mean the address bar?

Basic_man 06-30-2008 05:25 PM

It's the quick links bar under the adress bar. Sorry, my Firefox is set in French :thumbsup

StuartD 06-30-2008 08:56 PM

Ok, this is what you do:

Locate your profile directory for Firefox... in the case of Windows, it'll be
C:\documents and settings\{user}\application data\mozilla\firefox\profiles\{profile}\

In there, go into the "Chrome" directory and you'll see 2 example files.
userChrome-example.css
userContent-example.css

Ignore both.. what you want to do is create a brand new file called:
userChrome.css

In this file, put this code:
Code:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block !important;}
#bookmarks-ptf toolbarseparator {display:inline !important;}

/* Sometimes you may need this */
#PersonalToolbar {max-height: none !important;}

 /* Multi-row bookmarks toolbar for Fx3b5pre*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 65px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}

The line that has "height: 65px !important" can be adjusted to suit your needs. 65 is a rough estimate at doubling it's height but you can have it at 60 or 70 or what ever looks best to you.

Save the file, restart Firefox and presto, your bar is double the size.

kjplays 06-30-2008 09:25 PM

Thanks for the post I was wondering the same thing.
Kj

Basic_man 06-30-2008 10:19 PM

Thanks StuartD !! :thumbsup

StuartD 06-30-2008 10:46 PM

My pleasure :thumbsup

tony286 06-30-2008 11:24 PM

very cool ,thanks.


All times are GMT -7. The time now is 10:23 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123