How do I permanently delete bookmarks?
How do I permanently delete bookmarks? When I use Manage bookmarks to delete they eventually come back.
How do I permanently delete bookmarks? When I use Manage bookmarks to delete they eventually come back.
as in the title, my bookmark bar content becomes invisible the space of the bar is still there but its empty after i resume from hibernation , i havent witnessed the part… (read more)
as in the title, my bookmark bar content becomes invisible the space of the bar is still there but its empty after i resume from hibernation , i havent witnessed the particular moment it happens, im simply confronted with that problem ever since i updated to this build
have to restart the browser for the bar to be populated again with my saved bookmarks.
The "other bookmarks" button and the arrow left of it are unaffected by this
Hello. Idk how this happened, but my bookmarks have quadrupled. Idk why I bookmark so much, but I had about 40 folders for bookmarks, until I now found I have 160. There'… (read more)
Hello. Idk how this happened, but my bookmarks have quadrupled. Idk why I bookmark so much, but I had about 40 folders for bookmarks, until I now found I have 160. There's 4 of every folder. How do I clean this up? I know Edge has a "delete duplicate bookmarks" button. But in Firefox, I can only find add-on extensions that claim they can clean out duplicate bookmarks, but having tried 3, I've found none to work. Any suggestions?
in the last couple weeks, every time I go into Firefox my bookmarks and bookmark toolbar are scrambled. (all messed up and out of order). I have to keep restoring from a… (read more)
in the last couple weeks, every time I go into Firefox my bookmarks and bookmark toolbar are scrambled. (all messed up and out of order). I have to keep restoring from a good save file. How do I stop this from happening? I have even uninstalled and reinstalled Firefox, but that hasn't helped. I have imported the good bookmark file that I saved.
It's not clear to me from the general help instructions how to get my passwords and bookmarks from my old computer to my new one. All the files from my old computer were… (read more)
It's not clear to me from the general help instructions how to get my passwords and bookmarks from my old computer to my new one. All the files from my old computer were transferred into one big folder and placed on the Desktop of my new computer. I don't know how to find the right file in the backup and where I need to copy it to on my new computer. I know a while ago I had to recover my passwords, but I forget the steps I went through and it was all on the same computer so slightly different situation although as I recall it was not all that difficult. Any help would be greatly appreciated.
Hello there; I had installed the "savefrom.net" extension. This extension automatically generated the website address to the "bookmarks toolbar". I deleted the extension … (read more)
Hello there; I had installed the "savefrom.net" extension. This extension automatically generated the website address to the "bookmarks toolbar". I deleted the extension and deleted the shortcut as well. But when the bookmarked website shortcut "firefox" is closed and reopened, it adds itself to the bookmarks toolbar again. No matter what I did, it didn't work. I don't want to delete Firefox completely and reinstall it. Because there are too many shortcuts and data that I use all the time. How do you think I can solve this problem?
As of a few days ago whenever I start Firefox the window appears with the Bookmarks sidebar panel already opened. I click the "X" on the sidebar and it will close - until… (read more)
As of a few days ago whenever I start Firefox the window appears with the Bookmarks sidebar panel already opened. I click the "X" on the sidebar and it will close - until the next time I start Firefox. If I choose Menu->View->Sidebar->Bookmarks and uncheck it the panel will close - until the next time I start Firefox. No matter how the Bookmarks sidebar is closed, it will always reappear when Firefox is restarted. Even if I switch to some other sidebar, Bookmarks will replace it on startup.
I've searched about:config and found no setting which seems to control sidebar behavior on startup.
I assume this is the result of some recent update. Is there no longer a way to permanently disable the Bookmarks sidebar?
MacOS 12.7.5 Firefox 127.0 (64-bit)
I notice this in release candidate, fallback to 126
Where is the problem for crist sake?
I recently added the "Display Autoplay" extension. I can't seem to figure out how to get the icon to show in the tool bar. See Attached acreen shot. That's assuming that … (read more)
I recently added the "Display Autoplay" extension. I can't seem to figure out how to get the icon to show in the tool bar. See Attached acreen shot. That's assuming that this extension icon can be added to the tool bar. I look forward to anyone's comments. Thanks
I'm setting up a user on a new computer. I've exported her bookmarks from her old computer. On the new computer I go to Bookmarks > Manage Bookmarks > (select bookm… (read more)
I'm setting up a user on a new computer. I've exported her bookmarks from her old computer. On the new computer I go to Bookmarks > Manage Bookmarks > (select bookmarks toolbar) > Import and Backup > Import bookmarks from HTML. I browse to my folder containing the bookmarks.html file, Open it, and nothing.
I've tried all the suggestions I can find. Places Database Verify Integrity gives me: > Task: checkIntegrity + The places.sqlite database is sane + The favicons.sqlite database is sane > Task: checkCoherence + The database is coherent etc. Opening the bookmarks.html file shows a list of bookmarks. That file is not empty.
This shouldn't be this hard. How do I accomplish this?
Bookmarks Sidebar Automatically Opening. Please advise how to stop. Suddenly started happening once before [April 7, 2022], self corrected itself. Happening again [April … (read more)
Bookmarks Sidebar Automatically Opening. Please advise how to stop. Suddenly started happening once before [April 7, 2022], self corrected itself. Happening again [April 6, 2024]
No windows/tabs with bookmarks are open.
⬛️ When using top menu bar to open a new window does not occur; ⬛️ When using current window to add a new tab does not occur;
⬛️ When right clicking Firefox icon in dock to open new window,
New window opens with bookmarks open.
FF Version 124.0.2 Thank you for your time and help.
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… (read more)
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
My browser was just updated today and now my Toolbar Bookmarks are missing from the toolbar. "Most Visited" with a gear is on the left and Other Bookmarks with hardly any… (read more)
My browser was just updated today and now my Toolbar Bookmarks are missing from the toolbar. "Most Visited" with a gear is on the left and Other Bookmarks with hardly anything in it is on the far right. I have to go to Bookmarks at the top to access my Toolbar Bookmarks. This is not very handy. I put the bookmarks I need all the time on the toolbar.
Bookmarks toolbar is set to "Always Show". It was fine before the update so...
I would like to transfer my bookmarks (and my open tabs) from my Windows 10 laptop to a new Windows 11 laptop. I've looked at the questions and answers people have posted… (read more)
I would like to transfer my bookmarks (and my open tabs) from my Windows 10 laptop to a new Windows 11 laptop. I've looked at the questions and answers people have posted but its a complete mystery to me. I had thought that when I loaded Firefox onto the new PC and signed in, everything would automatically appear. I was successful in doing that with Chrome but Firefox is still my primary browser and I've had no luck. Any help you can provide would be greatly appreciated.
Hi, I know I'm just missing something basic here, but coming from the Chrome world I'm having a tough time with the bookmarks. I am accustomed to seeing all of my bookmar… (read more)
Hi, I know I'm just missing something basic here, but coming from the Chrome world I'm having a tough time with the bookmarks. I am accustomed to seeing all of my bookmark folders when I select the arrows at the end of my bookmarks toolbar. In Firefox I don't see that. I can see those folders under the bookmarks toolbar in the bookmark manager, but I would love to just be able to click on the arrows on the end of the bookmarks toolbar and have them drop down just like they did in Chrome. Do I have it all wrong? Do I always have to have my bookmark manager open to be able to bounce from bookmark to bookmark? Thanks in advance for any help.
I'm a gamer and alt+tab considerably often. Most of the time I end up on FireFox because I need to look at a map or browse reddit while I'm in queue. However, whenever I … (read more)
I'm a gamer and alt+tab considerably often. Most of the time I end up on FireFox because I need to look at a map or browse reddit while I'm in queue. However, whenever I alt+tab frequently a bookmark will get selected as if I am clicking and dragging. The bookmarks on the bookmark tool bar always end up in different places. Is there a way to lock these links in place so I can't move them or do I have to resign myself to fixing it every day?
I recently migrated from Chrome to Firefox on my Mac and successfully imported all data, bookmarks etc. However I cannot figure out how to ADD a new bookmark to an existi… (read more)
I recently migrated from Chrome to Firefox on my Mac and successfully imported all data, bookmarks etc. However I cannot figure out how to ADD a new bookmark to an existing folder. Every page I read about bookmarking fails to show how this is done. In Chrome its simple since the drop down menu allows the user to view every folder, but in Firefox I don't see how to do this. Furthermore, when I go to Bookmarks>Manage bookmarks I don't see any of my folders..PLEASE show me an EASY way to do this. Thank you
On my own computer, a Dell laptop running Windows 10, my Firefox 118 is customized to my satisfaction. In particular, in the upper right, from right to left, there are fi… (read more)
On my own computer, a Dell laptop running Windows 10, my Firefox 118 is customized to my satisfaction. In particular, in the upper right, from right to left, there are five icons: three lines for accessing a Firefox functions menu, a "puzzle piece" icon for accessing add-ons, a U-Block Origin icon for that ad blocker, a set of vertical lines that let me access some bookmarks and history settings, and a star that, when clicked, displays my whole bookmarks menu tree, showing a combination of individual URLs and URL folders that I saved there.
Now I am trying to set up a new Dell laptop the same way. It's running Windows 11, and I cannot find a way to display that Firefox menu star. It's got the other star (the "save to favorites" star, farther to the left), but I cannot find a way to display that "show me my bookmarks" star. How do I get that icon to display?
Everytime I load Firefox the bookmarks sidebar is not shown. Navigating thus View => Sidebar => Bookmarks I can bring it up. It will stay visible for … (read more)
Everytime I load Firefox the bookmarks sidebar is not shown.
Navigating thus View => Sidebar => Bookmarks I can bring it up. It will stay visible for the whole of my browser session. However, after I've closed this session and started another. the bookmark sidebar is missing again.
How can I make the bookmarks sidr be available all the time?
FF 127.0.2 OS Windows 11 Pro v 24H2 Build(26100.994).
Why is Firefox backing up my bookmarks in a json file, when Firefox itself doesn't recognise the file type when trying to restore said bookmarks? I WAS able to restore my… (read more)
Why is Firefox backing up my bookmarks in a json file, when Firefox itself doesn't recognise the file type when trying to restore said bookmarks? I WAS able to restore my bookmarks by converting the json file at https://www.jeffersonscher.com/ffu/bookbackreader.html. But why can't Firefox just back up as an html file like it used to? I had to go off searching the internet for a solution, turning what should've been a 5 minute job into nearly an hour 😕