顯示下列標籤的問題:

bookmark visibility

Bookmark sidebar is visible, but bookmarks are not visible. bookmark icon show but the bookmark name is not. This occurred after the latest update. This has now occurred … (閱讀更多)

Bookmark sidebar is visible, but bookmarks are not visible. bookmark icon show but the bookmark name is not.

This occurred after the latest update.

This has now occurred on another computer. Now I have 2 with this problem

Solved 封存 3 109

Have an additional bookmark toolbar along the top of my screen.... how to get rid of it. have deleted each bookmark individually but they're all there again when I open firefox

'I have an additional bookmark toolbar along top of my screen... how to delete this bookmark bar. When I delete each of them it's all still there next time I open my fir… (閱讀更多)

'I have an additional bookmark toolbar along top of my screen... how to delete this bookmark bar. When I delete each of them it's all still there next time I open my firefox

Solved 2 157

bookmarks are not opening in their own individual tabs. How to correct?

I own three laptops and they are in my Firefox account and synced. I have several bookmarks for site I frequently visit. On two laptops, based on my settings, when I ta… (閱讀更多)

I own three laptops and they are in my Firefox account and synced. I have several bookmarks for site I frequently visit. On two laptops, based on my settings, when I tap a bookmark it opens up in its own tab. This is how I want these to function. For some reason, my third laptop does not behave in this manner. The new bookmark opens up on the tab I am currently in. It gets bumped and the new bookmark opens. This is exactly how I do not want it to perform. What is going on? Also, when I set up settings doesn't it work for all my laptops since I am signed in?

Solved 封存 2 165

Bookmarks not working

My bookmarks toolbar is showing, but it's empty. All of my bookmarks are gone. I went to a websites and attempted to add it to my bookmarks toolbar, but Firefox failed t… (閱讀更多)

My bookmarks toolbar is showing, but it's empty. All of my bookmarks are gone.

I went to a websites and attempted to add it to my bookmarks toolbar, but Firefox failed to add it to my toolbar.

Solved 封存 5 352

Bookmarks import doesn't show bookmarks on title bar?

I've imported bookmarks to Firefox, however the Bookmarks bar doesn't show on a blank tab (I'll raise another forum post about this). If I manually add the Bookmarks tool… (閱讀更多)

I've imported bookmarks to Firefox, however the Bookmarks bar doesn't show on a blank tab (I'll raise another forum post about this). If I manually add the Bookmarks toolbar, it permanently shows only a few Bookmarks, not the original Bookmarks that have been imported?

I imported the Bookmarks 3 times as shown on the attached screenshot, but somehow they have been stored by default, in the wrong location. The correct location would be so the Bookmarks appear in the Bookmarks toolbar.

Solved 封存 2 391

Where can I find my key3.db ?

Hi I use several different Linux distros in all my machines. I am trying to merge my bookmarks for each OS in a computer into a file which I then will restore to all OSe… (閱讀更多)

Hi I use several different Linux distros in all my machines. I am trying to merge my bookmarks for each OS in a computer into a file which I then will restore to all OSes.

I am hoping to edit that file myself, as I may at a later stage try to merge all bookmarks from all OSes in all machines.

So I am thinking of looking into key3.db files and see if I can come up with something, but I can't find the file in Artix. I have not tried other OSes yet.

I am running Firefox Browser 136.0; Mozilla Firefox for Artix Linux; artixlinux - 1.0

Solved 封存 1 89

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that… (閱讀更多)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Solved 封存 1 836

How to Restore Favicons Lost for All Bookmarks in FF 129.0.2 (64-bit)

On two occasions all of the favicons for my Bookmarks have disappeared. The only way I have been able to restore them is to open each bookmark using "Open All in Tabs" fo… (閱讀更多)

On two occasions all of the favicons for my Bookmarks have disappeared. The only way I have been able to restore them is to open each bookmark using "Open All in Tabs" for each Bookmark folder. As I have many hundreds of Bookmarks, this is an extremely time consuming process. I have done this twice. I have just encountered a third instance of this problem and would like to avoid doing it again if there is any other way to restore the favicons.

I had saved the favicons.sqlite files from the Profile, but I am unaware of any way to restore the favicons directly from this file. The favicons.sqlite file appears to be of the proper size, i.e. ~17KB. On the last occasion, following a suggested solution, I rebuilt the iconcache hoping it would also rebuild the favicons, but that was not the case. As a result, I used the above process.

Any solutions to restore the Bookmark favicons without opening all with "Open All in Tabs" would be greatly apprecuated. I don't know what has caused the favicons to disappear. I am running Firefox 129.0.2 on a Windows 11 Pro PC.

Allan

Solved 封存 7 1112

Search Bookmarks in Bookmarks no longer works

Hello. Today I updated Firefox to Version 138.0.3 64 bit and I have found that the Search Bookmarks in Bookmarks no longer works where as in Version 138.0.1 it did. I hav… (閱讀更多)

Hello. Today I updated Firefox to Version 138.0.3 64 bit and I have found that the Search Bookmarks in Bookmarks no longer works where as in Version 138.0.1 it did. I have done a Refresh and it still does not work. I was wondering if anyone else is experiencing this problem. Is this a bug or something new with the current update. Could someone tell me how to solve this a using the Search Bookmarks function was a big help. Thank you.

Respectfully, Don

Solved 封存 2 246

Unable to remove shortcut links from address bar

I recently installed openSUSE TW on my new laptop, and as part of the default Firefox install it bookmarked many openSUSE websites. I removed them from my bookmarks, but … (閱讀更多)

I recently installed openSUSE TW on my new laptop, and as part of the default Firefox install it bookmarked many openSUSE websites. I removed them from my bookmarks, but they still remain in the address bar recommendations every time I click/open the address bar (see pic). I have cleared the all time history, I have double checked to make sure that they are no longer bookmarked, and the only way I can get them to disappear is by completely disabling "Shortcuts" in Settings -> Address Bar — Firefox Suggest -> Shortcuts => Untick. I'd prefer being able to just click the address bar and click on the websites I frequently visit. This has happened in the past, but I thought I just removed them from the bookmarks and the links went away. Any help greatly appreciated!

Solved 封存 4 745

Nothing showing up in bookmarks toolbar

Hello, I have version 143.0.3 (aarch64), running on a 2020 M1 mac. I did an update recently but I still have all of my bookmarks, that's not the problem. The problem is… (閱讀更多)

Hello,

I have version 143.0.3 (aarch64), running on a 2020 M1 mac. I did an update recently but I still have all of my bookmarks, that's not the problem. The problem is, although the space for the bookmarks toolbar appears when I click "always show" (and disapears when I select "never show"), I see nothing. Nothing shows up in this space and so I have to go menu diving to get to my bookmarks. Do you have an idea how to fix this?

Solved 封存 3 359

Imported book marks

I've switch to a new computer and exported and imported my book marks, in json file. I can see them in the library, but I don't know how to get them to display on my sid… (閱讀更多)

I've switch to a new computer and exported and imported my book marks, in json file. I can see them in the library, but I don't know how to get them to display on my sidebar. Help? thanks brian

Solved 封存 2 167

imported bookmarks toolbar doesn't display as toolbar

After exporting bookmarks.html from Ffox on old computer, importing it to Ffox on the new one, all good, except that bookmarks toolbar shows on the imported list but does… (閱讀更多)

After exporting bookmarks.html from Ffox on old computer, importing it to Ffox on the new one, all good, except that bookmarks toolbar shows on the imported list but doesn't display as toolbar.

Solved 封存 1 447