01-09-2007, 12:04 AM | #1 (permalink) |
Getting Medieval on your ass
Location: 13th century Europe
|
Firefox Bookmarks Toolbar
I ran a search, but didn't find anything, so here goes: I'm running Firefox 1.5.0.9 and want to make the Bookmarks Toolbar have multiple rows. As you can see below it is full:
For the life of me I cannot seem to find a way to do this. There doesn't seem to be a built-in way to do this, and I have yet to find an extension that does what I am looking for. So I turn to the wizards of TFP - is this even possible? |
01-09-2007, 03:35 AM | #2 (permalink) |
Tired
Location: Beverly Hills
|
I haven't tried these methods but I found 2 ways:
1) Edit your userChrome.css file. Enable multiple rows of your current Bookmarks Toolbar: The Bookmarks Toolbar is not limited to one row. It can display multiple rows by adding the following. /* Multi-Row Bookmarks Toolbar */ #bookmarks-ptf {display:block} #bookmarks-ptf toolbarseparator {display:inline} I found this information here. 2) Install the Stylish extension first and then load this code: @namespace url(http://www.mozilla.org/keymaster/gat....is.only.xul); /* Multi-row bookmarks toolbar */ #bookmarks-ptf {display:block !important; } #bookmarks-ptf toolbarseparator {display:inline !important; } #bookmarks-ptf .bookmark-item { visibility: visible !important;} #overflow-padder { width: auto !important; } #bookmarks-chevron { display: none !important; } This code for Stylish can be added easily from here. |
01-09-2007, 05:03 AM | #3 (permalink) |
Adequate
Location: In my angry-dome.
|
The first thing I noticed about the picture was the length of your bookmark names. If you use them frequently can't you rename them to something shorter?
Also, some of those marks look more like clips you made just of the moment. (i.e. Lacie 500GB drive...) Not to screw with your system but is your bookmark bar the best place for them? I'll usually throw those in my bookmark menu in a fit of desperation and reserve the bar for things I use all the time. Better yet are services like del.ico.us and Google Bookmarks, et al. They make bookmarks much nicer, especially if you find yourself using multiple computers. Always having your bookmarks available is a very good thing.
__________________
There are a vast number of people who are uninformed and heavily propagandized, but fundamentally decent. The propaganda that inundates them is effective when unchallenged, but much of it goes only skin deep. If they can be brought to raise questions and apply their decent instincts and basic intelligence, many people quickly escape the confines of the doctrinal system and are willing to do something to help others who are really suffering and oppressed." -Manufacturing Consent: Noam Chomsky and the Media, p. 195 |
01-09-2007, 11:49 AM | #5 (permalink) |
Adequate
Location: In my angry-dome.
|
OMG, that's a lot of bookmarks. My 5am eyes couldn't resolve that may dots.
__________________
There are a vast number of people who are uninformed and heavily propagandized, but fundamentally decent. The propaganda that inundates them is effective when unchallenged, but much of it goes only skin deep. If they can be brought to raise questions and apply their decent instincts and basic intelligence, many people quickly escape the confines of the doctrinal system and are willing to do something to help others who are really suffering and oppressed." -Manufacturing Consent: Noam Chomsky and the Media, p. 195 |
01-09-2007, 02:44 PM | #8 (permalink) |
Location: up north
|
i have a quick question: is there a way to ADD icons to bookmarks that don't have one? currently: i have about 10 that are just the white page and i'd rather have the icons like my other ones.
and btw: i noticed that you have a bunch of cartoons in your bookmark bar. something i do is i make a folder and put them all in and when i want to watch cartoons(webcomics w/e) i just click "open all in tabs". it's faster that way.
__________________
|
01-09-2007, 06:59 PM | #9 (permalink) |
Getting Medieval on your ass
Location: 13th century Europe
|
After trying out both options in post #2, I've found that option #1 doesn't seem to remember my settings, and reverts to 1 row almost immediately, and always after restarting Firefox. So I tried option #2, and it makes my PCU usage jump to 100% and stay there when the Stylish extension is active. Disabling Stylish drops my usage down to normal levels (when nothing else is running). Is this normal or did I do something wrong?
I found the extension UI Tweaker 1.7, but in the Toolbar Hacks options, the multi-row option is not selectable. Frustrating. The good thing about it is that it does compact the Bookmarks Toolbar, allowing more to fit on one row. @ moab - Yeah, that's a good way to read your daily comics, but the ones I read are all updated on different days of the week, so this works for me. And there are extensions to create favicons in Firefox, trying using this one. Last edited by Coppertop; 01-09-2007 at 07:01 PM.. |
01-09-2007, 10:34 PM | #11 (permalink) | |
Tired
Location: Beverly Hills
|
Quote:
I went on and installed the code for the multiple rows and it works just fine. I did notice that the code did not reproduce correctly when I copied and pasted it in post #2. The first line should be: Code:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); |
|
01-10-2007, 10:03 AM | #12 (permalink) |
Getting Medieval on your ass
Location: 13th century Europe
|
I've installed Firefox 2.0, and the Stylish extension works as you indicated. My CPU usage is slightly higher than when the extension is disabled or not installed. Instead of 100% usage, it hovers around 5% but doesn't spike much at all. Quite the improvement.
This seems to solve my issue, thanks again for all the assistance RickB. |
Tags |
bookmarks, firefox, toolbar |
|
|