Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

Bookmark Padding in New Firefox Versions 2

It is sad, I think, that Mozilla/Firefox is willing to close/archive a thread that is not really solved or has reared its ugly head again in versions since the release of… (funda kabanzi)

It is sad, I think, that Mozilla/Firefox is willing to close/archive a thread that is not really solved or has reared its ugly head again in versions since the release of 93 (we are now at 97.0.2). I came to this site and registered because I am still having this issue as of 3/6/2022...arg!

I have tried the 3 recommended solutions, with no affect:

I have, as one article suggested, cleared my cache and cookies, started and restarted Firefox; the only thing I have not tried is removing it from my computer and using Chrome (I'm told it is a better browser anyway) as some responders have eluded to.

I hope that responders like "jscher2000, Kymber" will continue the champion this issue until Mozilla gets it "Really" fixed.

Thanks for listening, Wayne

BTW, heres what my dropdowns look like today 3/6/2022 6:17 PM Arizona time.

Asked by waynelfuller49 1 unyaka odlule

Answered by MarkRH 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Bookmark Font Size

I am trying to increase the size of the font of our bookmarks on our MacBook Air laptop as they are hard to read on the smaller screen. I tried "zoom" and increasing font… (funda kabanzi)

I am trying to increase the size of the font of our bookmarks on our MacBook Air laptop as they are hard to read on the smaller screen. I tried "zoom" and increasing font size in settings but that did not affect the bookmarks sidebar; only the primary web pages. I tried an add-on but could not get it to work. I did a few online searches and it appears to be a common issue but I could not find a solution so I thought I'd ask a question. Thanks for any advice that you can provide.

Asked by Dgriesbach 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to add bookmark for a specified page of pdf file?

I use Firefox to read books in pdf format. I want to record the location everytime I close the pdf file so that I can easily go back to where I leave last time. But I not… (funda kabanzi)

I use Firefox to read books in pdf format. I want to record the location everytime I close the pdf file so that I can easily go back to where I leave last time. But I notice no matter where I am in the file, the url does't change. I think it's the reason why everytime I click the bookmarked file and the Firefox just open the file on the first page, not the location I leave last time. Is there any way to record the location I leave?

Asked by umiswing 1 unyaka odlule

Answered by pg_78 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Lost Bookmarks in Firefox

In trying to fix a Mozilla VPN problem, I uninstalled and reinstalled Firefox as directed by VPN support. Now Firefox has lost its bookmarks. Can they be recovered? If… (funda kabanzi)

In trying to fix a Mozilla VPN problem, I uninstalled and reinstalled Firefox as directed by VPN support. Now Firefox has lost its bookmarks. Can they be recovered? If so, how?

Asked by rabbit 2 iminyaka edlule

Answered by FredMcD 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Bookmarks menu is too spaced

As of version 91 I think it was, around middle of 2021 (last year), in the dropdowns from the across-to-the-top bookmarks menu, the items are spaced out vertically way to… (funda kabanzi)

As of version 91 I think it was, around middle of 2021 (last year), in the dropdowns from the across-to-the-top bookmarks menu, the items are spaced out vertically way too much. So much space is wasted. I like the spacing they had before that version. I just want to go on record as giving feedback that I don't like it, and wish it went back to the original spacing. I have looked at https://support.mozilla.org/en-US/questions/1346987 and know there's all sorts of weird stuff I can do to customize my Firefox to get the spacing I want, however, my point with this post is to get feedback back to the Firefox developers to see if they will consider changing it back. If posting here is not the best way to get feedback back to the developers/designers/product-owners, please let me know the best way. I couldn't find another way.

Asked by DanW-FireFox 1 unyaka odlule

Answered by DanW-FireFox 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

export android bookmarks

I want to know how to export on my android Firefox browser bookmarks to a android chrome browser. What are the steps to accomplish this? Thank you for your assistance! … (funda kabanzi)

I want to know how to export on my android Firefox browser bookmarks to a android chrome browser. What are the steps to accomplish this? Thank you for your assistance!

Asked by Mark5630 1 unyaka odlule

Answered by Paul 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 (tha… (funda kabanzi)

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

Asked by heusmich 10 izinyanga ezidlule

Answered by heusmich 10 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

When fullscreen, only showing bookmarks bar in new tab

Hello. Since I use the bookmark bar and fullscreen mode a lot, I would like to be able to see the bookmark bar in fullscreen, not on every tab, but only in a new (empty) … (funda kabanzi)

Hello. Since I use the bookmark bar and fullscreen mode a lot, I would like to be able to see the bookmark bar in fullscreen, not on every tab, but only in a new (empty) tab, so that I can avoid disabling fullscreen to access the bookmark bar and at the same time not having any part of the interface visible unless I'm in a new tab. Thanks in advance for any reply!

Asked by Matteo 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Export all the bookmarks from a loads of profiles from a script

Hello everyone :) From a folder, I have loads of Firefox profiles from different eras. I am looking for a way to export all the bookmarks of each of the profiles to… (funda kabanzi)

Hello everyone :)

From a folder, I have loads of Firefox profiles from different eras. I am looking for a way to export all the bookmarks of each of the profiles to an HTML file like the manual method (Library > Import and backup > Export bookmarks to formal HTML), but all in an automatic way by script. I like the HTML export from Firefox because it allows you to quickly navigate using keywords, either in links or in the folder names I gave.

Is there a simple solution that would reuse, for example, the same export code as Firefox ?

Thanks in advance With adelphity estebann

Asked by estebann 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Bookmark Icon's

Why do my Bookmark Icons on my Bookmarks Tool Bar intermittently show up as the Target Symbol, I see three websites with this symbol at the moment. If I click on the boo… (funda kabanzi)

Why do my Bookmark Icons on my Bookmarks Tool Bar intermittently show up as the Target Symbol, I see three websites with this symbol at the moment. If I click on the bookmark sometimes it reverts to the correct icon. Any solutions to stop this? Thanks

Asked by atlantasconnection 1 unyaka odlule

Answered by FredMcD 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

ManagedBookmarks [JSON]

Hello, Firefox 102.6.0esr (x64) Firefox 108.2.0 (x64) after implementing the bookmarks (JSON) setting by GPO policy, it turns out that an entry for Bookmarks is created… (funda kabanzi)

Hello,

Firefox 102.6.0esr (x64) Firefox 108.2.0 (x64)

after implementing the bookmarks (JSON) setting by GPO policy, it turns out that an entry for Bookmarks is created in the registry and not ManagedBookmarks, which causes bookmarks not to appear in the bookmarks bar. When I manually rename a registry entry from Bookmarks to ManagedBookmarks, the bookmarks appear properly. Please let me know if I'm doing something wrong or if there really is a problem reported by me.

Yours sincerely Bart

Asked by bartekbrzozka 10 izinyanga ezidlule

Answered by Mike Kaply 10 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Other Bookmarks in the Firefox Toolbar is missing

I had an arrow on the right side of my FF Toolbar for "Other Bookmarks". Recently it went missing. I have many bookmarks under that heading, and can get to them through… (funda kabanzi)

I had an arrow on the right side of my FF Toolbar for "Other Bookmarks". Recently it went missing. I have many bookmarks under that heading, and can get to them through the Bookmarks Manager, but no arrow on the Toolbar. How can I get it back?

Asked by Barry_Merchant 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How can I restore Firefox bookmarks and settings after Windows refresh?

I saw this topic in a couple of places on the forum, but the posts are from 2014/15, and some things have changed since then. Some updated instructions would be appreciat… (funda kabanzi)

I saw this topic in a couple of places on the forum, but the posts are from 2014/15, and some things have changed since then. Some updated instructions would be appreciated! I'm particularly concerned about my bookmarks.

Also, does it matter whether I had the same version of Firefox before and after the refresh? I'm not 100% sure that I did. Thanks.

Asked by Firefoxhunt 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule