Wo le biabia siwo wotag la fiam:

Bookmarks > Manage Bookmarks takes me to Other Bookmarks. I'd like it to take me to Bookmarks Menu.

When I click Bookmarks > Manage Bookmarks I'm taken to Other Bookmarks where I never store anything. I'd delete it if I could but it doesn't appear to be an option, so… (xle nububuwo)

When I click Bookmarks > Manage Bookmarks I'm taken to Other Bookmarks where I never store anything. I'd delete it if I could but it doesn't appear to be an option, so instead I'd like to taken directly to Bookmarks Menu. I came across this post from just over 4 years ago which sounded like it's exactly what I want, but it doesn't work. Are there any changes anyone can suggest that would allow it to work in 2026?

https://support.mozilla.org/en-US/questions/1373437

You can use the autoconfig.cfg file in the Firefox installation folder to initialize (set/lock) preferences and run privileged JavaScript code. In this case code to open the Library with the Bookmarks Menu folder selected. You can modify the showPlaces variable to open any of the four possible root folders (in this case [1]).

To use Autoconfig, place two files into the Firefox installation directory.

   on Windows and Linux, they go into the same directory where Firefox is installed
   on macOS, they go into the Contents/Resources directory of the Firefox.app 

The autoconfig.js file that specifies to use autoconfig.cfg is placed into the "defaults\pref" directory where the channel-prefs.js file is located.

The autoconfig.cfg file is placed at the top level of the Firefox directory.

   autoconfig.cfg and autoconfig.js need to start with a comment line (//)
   autoconfig.js needs to use Unix line endings (LF instead of CR/LF) 

See also:

   https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig 

Content of autoconfig.js

//
pref("general.config.filename", "autoconfig.cfg");
pref("general.config.obscure_value", 0);
pref("general.config.sandbox_enabled", false); // disable sandbox to allow privileged JavaScript


Content of autoconfig.cfg

// first line in autoconfig.cfg is a comment line try {

let {classes:Cc, interfaces:Ci, manager:Cm, utils:Cu} = Components;
var Services = globalThis.Services || ChromeUtils.import("resource://gre/modules/Services.jsm").Services;
function ConfigJS() { Services.obs.addObserver(this, 'chrome-document-global-created', false); }
ConfigJS.prototype = {
 observe: function (aSubject) { aSubject.addEventListener('DOMContentLoaded', this, {once: true}); },
 handleEvent: function (aEvent) {
  let document = aEvent.originalTarget;
  let window = document.defaultView;
  let location = window.location;
  if (/^(chrome:(?!\/\/(global\/content\/commonDialog|browser\/content\/webext-panels)\.x?html)|about:(?!blank))/i.test(location.href)) {
   if (window._gBrowser) {
     let showPlaces = ["AllBookmarks","BookmarksMenu","BookmarksToolbar","UnfiledBookmarks"][1];
     elm = document.getElementById("Browser:ShowAllBookmarks");
     if (elm) {
      elm.setAttribute("oncommand", "PlacesCommandHook.showPlacesOrganizer('"+showPlaces+"')");
     }
   }
  }
 }
};
if (!Services.appinfo.inSafeMode) { new ConfigJS(); }

} catch(e) {Cu.reportError(e);}

Open

Toolbar is not working correctly on main display (Ubuntu)

Hi, Recently I have a problem with toolbar and in the Firefox browser. Usually I have 3 display (display from laptop and two monitors). When I use Firefox browser on the… (xle nububuwo)

Hi,

Recently I have a problem with toolbar and in the Firefox browser. Usually I have 3 display (display from laptop and two monitors). When I use Firefox browser on the main display the toolbar very often is not working correctly.

Mainly the problem is with the folders inside the toolbar, so when I hover any folder, the bookmarks saved in that folder don't appear or appear for just one/two sec, then they disappear.

The second problem is when I have the firefox open on the second display (or on the laptop display) and I moved any tab (only the tab, not entire Firefox application), then my toolbar shows only the first bookmark that is saved on my list.

In attachments I added two ss (one is with my normal view on toolbar, and the second one is with the only first bookmark)

Open

Cannot Bookmark Websites

I have tried to bookmark websites recently and cannot. Once the star in the web address turns blue the pop up scree will appear. I hit the save button and the website d… (xle nububuwo)

I have tried to bookmark websites recently and cannot. Once the star in the web address turns blue the pop up scree will appear. I hit the save button and the website does not bookmark in the file created for say 'news' bookmarks. I tried with other websites/bookmark files. Nothing seems to be happening.

Open 2 13

Can no longer "add folders" from the "Manage Bookmarks" utility

macOS Tahoe; 26.4.1 Firefox 150.0.1 I keep most of my bookmarks under the "Bookmarks Toolbar"; I have quite a few of them. I've always enjoyed the ease and utility of … (xle nububuwo)

macOS Tahoe; 26.4.1 Firefox 150.0.1

I keep most of my bookmarks under the "Bookmarks Toolbar"; I have quite a few of them.

I've always enjoyed the ease and utility of the "Add Folder..." menu item in "Manage Bookmarks", but now it fails on each and every attempt to add a new folder! For example, if I select a folder under "Bookmarks Toolbar", right click that folder, and select the "Add new folder..." item from the drop-down menu Firefox simply "freezes up" - becomes totally non-responsive (spinning beach ball!).

The only way I've been able to recover is using the macOS "Activity Monitor" to "Force Quit" Firefox! If I repeat the "Add Folder..." process described above - Firefox "freezes up" again. I've tried re-booting, and that doesn't cure the problem.

Without trying to confuse the primary issue, I have noticed other "bad behavior" from Firefox:

  1. 1. Firefox "disappears" from the menu bar regularly. I can get it back by moving to another desktop, and returning to the desktop with my Firefox windows. However, it will disappear again in short order.
  1. 2. Firefox is very slow loading some of the web pages I visit regularly.

When did this start? It started very recently. I have a new (about two weeks old) MacBook Pro. The "Add Bookmark.." issue began only today, but the other issues I mentioned have been around longer.

This is frustrating... I suspect this is caused by Apple's macOS software, but of course have no way to prove that! And in the "FWIW Column": my Chrome browser has basically the same function and interface for adding folders, and it still functions flawlessly.

Open 1 3

choosing bookmark location no longer an option

When I choose to bookmark a website, I am no longer offered a chance to save to where I want it saved. FF 146.0.1. Windows 10 pro So, now I have to bookmark a page, an… (xle nububuwo)

When I choose to bookmark a website, I am no longer offered a chance to save to where I want it saved.

FF 146.0.1. Windows 10 pro

So, now I have to bookmark a page, and open the bookmark menu again to EDIT the bookmark to move it. This is Horrible. I have to do this eachj time I bookmark a page. I am veriy organized and have dozens of bookmark folder, some with folders within folders... etc.

Onliy children need to be treated this way.

I have searched the settings and find nothing. I am not using any add-on that has anything to do with bookmark. I do not use the bookmark toolbars or other bookmark interfaces. Just the file/edit... menu "bookmarks" option.,

Has this ability been removed?

Wo ɖo eŋu 4 180

bookmark this page

Hello, I’m currently having an issue with Mozilla Firefox. It says it’s impossible to "bookmark this page" either via the icon or the keyboard shortcut CTRL+D. Additional… (xle nububuwo)

Hello, I’m currently having an issue with Mozilla Firefox.

It says it’s impossible to "bookmark this page" either via the icon or the keyboard shortcut CTRL+D. Additionally, I can’t create folders to sort my existing bookmarks, and I can’t add a bookmark to the personal toolbar. It feels like everything is locked. I’ve already uninstalled and reinstalled the browser, and I’ve removed all my extensions, but the problems persist.

Current Mozilla Firefox version: 146.0.1 (64-bit)

Open 3 166

bookmarks not saving correctly

For the last few weeks I have been unable to save new bookmarks into the folder of my choice. Instead I can only save new bookmarks into the last folder I created. I ca… (xle nububuwo)

For the last few weeks I have been unable to save new bookmarks into the folder of my choice. Instead I can only save new bookmarks into the last folder I created. I cannot navigate to a different pre-existing folder. This problem only occurs when using Firefox on my Android cell phone, but not on my PC. However, I can still view and use all of my previous folders and bookmarks when wishing to open a new website, per usual. Thank you

Wode archive me 6 184

Can't find Bookmarks Mac OS Sequoia

Hello, First my Q, then a comment. My bookmarks all show the same date. I can't find what I was going to use for work today because I can't find it in the bookmarks. This… (xle nububuwo)

Hello, First my Q, then a comment. My bookmarks all show the same date. I can't find what I was going to use for work today because I can't find it in the bookmarks. This has happened frequently, more than not. Please help. On another note, I had said the YouTube commercial blocking wasn't working, but it is now on my Mac OS after changing some settings. Now I'd like to do that on my iphone 11 if possible. I can't seem to open settings the same way. Thank you.

Open 33

Why do bookmark tags disaqppear?

I run the current version of Firefox on a Dell Inspiron laptop under Windows 11 Pro. I have around 8,000 bookmarks, and I try to keep them current. Every so often, quite … (xle nububuwo)

I run the current version of Firefox on a Dell Inspiron laptop under Windows 11 Pro. I have around 8,000 bookmarks, and I try to keep them current. Every so often, quite a few (about half) of my tags disappear, and I have to spend two or three days restoring them. Why do the tags disappear, and how can I prevent their loss?

Open 24

why don't my bookmarks work? (they have something that looks like a globe on the left)

After the latest software upgrade my bookmarks stopped working when clicked upon. All of them now have something similar to a globe on the left of each bookmark. last nig… (xle nububuwo)

After the latest software upgrade my bookmarks stopped working when clicked upon. All of them now have something similar to a globe on the left of each bookmark. last night I re-loaded some of my bookmarks and the worked as long as I remained on Firefox. Returning this morning, they all have these globes on the left, and no longer work when clicked upon.

Wo ɖo eŋu 1 19