- Solved
Can't bookmark pages
I can't bookmark any web pages ?
I disabled extensions, flushed cashe and looked for a way to reset.
How do I fix this?
I can't bookmark any web pages ?
I disabled extensions, flushed cashe and looked for a way to reset.
How do I fix this?
iOS 18.5 -> Firefox app Firefox 141.2 (59350) -> Menu (3 horizontal dots bottom near right) -> Bookmarks (top left) -> Add (top right) -> where does this a… (read more)
iOS 18.5 -> Firefox app Firefox 141.2 (59350) -> Menu (3 horizontal dots bottom near right) -> Bookmarks (top left) -> Add (top right) -> where does this added bookmarks go to? I cannot find it? I suspect Bookmarks are not being added from the phone. I sync between desktop and phone, currently having to add bookmarks via the desktop.
Laptop running Windows 10 pro. Firefox 144. Is there a method for sorting firefox bookmarks into alphabetical order (yet)? I see from questions asked years ago that Firef… (read more)
Laptop running Windows 10 pro. Firefox 144. Is there a method for sorting firefox bookmarks into alphabetical order (yet)? I see from questions asked years ago that Firefox hasn't had a way to sort all bookmarks into alphabetical order in one go. Is this still the case? It seems hard to believe that the only way to do this is to sort each folder individually. I noticed that I can do this (and have done) on Android, but not on the laptop.
When using DuckDuckGo Search I cannot drag and drop the search URL into my Bookmarks. I can drag and drop a Google Chrome search URL into my Bookmarks as usual. Also, the… (read more)
When using DuckDuckGo Search I cannot drag and drop the search URL into my Bookmarks. I can drag and drop a Google Chrome search URL into my Bookmarks as usual. Also, the correct URL is not shown for the search using DuckDuckGo. See attached screenshot.
Please resolve.
I have a folder with many bookmarks in it, and when I want to open multiple links in the folder but not ALL of them, I have to keep opening the bookmarks folder after mid… (read more)
I have a folder with many bookmarks in it, and when I want to open multiple links in the folder but not ALL of them, I have to keep opening the bookmarks folder after middle clicking each link 1 at a time. I can't open the entire folder - there are 100+ and say I want to open 10.
Is there a way to keep the bookmark folder open while I open each link in new tabs?
Thanks!
When I logged in this morning my bookmarks toolbar was gone, along with the favorite start. I have googled and followed support articles and the only thing I was able to … (read more)
When I logged in this morning my bookmarks toolbar was gone, along with the favorite start. I have googled and followed support articles and the only thing I was able to do is get the menu bar to show along with the the bookmark menu but customizing the toolbar.
I cannot figure out how to export my bookmarks from Mozilla Account. On the desktop browser when I open "Manage Bookmarks" and select Phil's Bookmarks, I am able to expor… (read more)
I cannot figure out how to export my bookmarks from Mozilla Account. On the desktop browser when I open "Manage Bookmarks" and select Phil's Bookmarks, I am able to export the bookmarks from the Mozilla account.
The resulting html export file does not contain the bookmarks from Mozilla Account. There also does not seem to be a way to export those bookmarks from your online Mozilla Account interface.
How do I export the bookmarks from my Mozilla Account?
Thank you Philip Rittscher
Exported a bookmarks html file from Mac (Sonoma OS) and tried to import it in a computer running Zorin (linux) 17. The file can be found, but when I click it, I am told … (read more)
Exported a bookmarks html file from Mac (Sonoma OS) and tried to import it in a computer running Zorin (linux) 17. The file can be found, but when I click it, I am told there are no bookmarks therein. If I open the HTML file it's all there. Full of bookmarks. What am I doing wrong? Thanks for reading.
Am I understanding this correctly? HTML backup (bookmarks) doesn't support tags and annotations, but JSON backup does, and JSON backup doesn't preserve the website favi… (read more)
Am I understanding this correctly?
HTML backup (bookmarks) doesn't support tags and annotations, but JSON backup does, and JSON backup doesn't preserve the website favicons, but HTML backup does?
So, what I can do, is restore my (saved) bookmarks using JSON backup, then restore the HTML backup, this would get my tags and annotations, and the website favicons back? But the downside, I will need to remove duplicates?
Why on my new Windows 11 laptop I can only see 42 bookmarks and they are not alphabetized whereas on my Windows 10 desktop I stopped at 100 and I was only up to the G's a… (read more)
Why on my new Windows 11 laptop I can only see 42 bookmarks and they are not alphabetized whereas on my Windows 10 desktop I stopped at 100 and I was only up to the G's and they are alphabetized? Is there any way to fix this?
I am trying to delete a bookmark, can you help me?
I wasted about an hour trying to make my bookmarks within a folder I named (let's call it "Foolhardy books and CD's") be transferred to Chrome. Every single OTHER folder… (read more)
I wasted about an hour trying to make my bookmarks within a folder I named (let's call it "Foolhardy books and CD's") be transferred to Chrome. Every single OTHER folder and bookmark within NOT called "mobile bookmarks" IS transferring!!! Worst is 1) I didn't start these bookmarks on the computer I'm using...and use 'sync' but no one ever told me that would become a dodo bird distinction when it comes to easy bm transfers. I have tried saving it in JSON or plain text on desk top as new folder and again, it just doesn't like the particular Foolhardy file from any otherwise complete 'add to Chrome from Firefox" etc. There's some dudes on a google search on this with a converter, but it doesn't do a darn thing, and no clear way to contact them "if somethings not working". My concern is if I can't get this bookmark folder to convert out of mobile format, its pretty pathetic, meaning it is trying to make me stay within Firefox/Mozilla format....ugggh!
I installed firefox on a new pc and after loggin in and syncing my account all my pinned sites on the firefox homepage disappeared. Is there any way i can get them back? … (read more)
I installed firefox on a new pc and after loggin in and syncing my account all my pinned sites on the firefox homepage disappeared. Is there any way i can get them back?
Tell me how to access e mail or open bookmarks
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
Is it possible to combine history/bookmark files? Firefox has truncated my "History" to 15 days and the only option I see to get elder entries is to combine a backupped h… (read more)
Is it possible to combine history/bookmark files? Firefox has truncated my "History" to 15 days and the only option I see to get elder entries is to combine a backupped history file with the current one. An easy-to-use tool for this task would be welcome. I did not change my config options after the update to 121.0.1 (64-Bit) (Windows 10pro) but I think I had the total history (from years) before the update. My current Options related to this topic are: browser.history_expire_days false places.history.expiration.max_pages false places.history.expiration.transient_current_max_pages 501234 privacy.clearOnShutdown.history false privacy.history.custom true history (*) Boolean Number String
I already sreened Help files of this Forum concerning lost history data but they all do not give sufficient answers or I do not understand them (as a German user). Thanks. Martin
Hello, I am a computer technician currently trying to write a small python script that will clear a users cache, cookies, and history in Firefox on a Mac. From what I c… (read more)
Hello,
I am a computer technician currently trying to write a small python script that will clear a users cache, cookies, and history in Firefox on a Mac.
From what I can tell, both the history and bookmarks for a user is saved in one file named "places" (specifically under "/Users/[username]/Library/Application Support/Firefox/Profiles/[jargon].default-release/places.sqlite")
Is there a way to clear just the history for a user, that doesn't go through the browser GUI? I would really like to avoid mixing CLT with Selenium or something of that sort with python.
Any information is welcome!
Thank you,
Using the menu line, if I click Bookmark>bookmark current tab, it used to bring up a box where I could edit the tab name and location of where to save that tab. Now, … (read more)
Using the menu line, if I click Bookmark>bookmark current tab, it used to bring up a box where I could edit the tab name and location of where to save that tab. Now, in Dec 2023, it bookmarks it but does not bring up this box. In order to see where the bookmark is, I have to again select Bookmark, EDIT this bookmark. Is there a setting I need to now adjust to bring up that box when bookmarking for the first time? I have W10 and updated Firefox.
I thought I had two different accounts. Home, with my personal email and work, with my work email. My work computer crashed a few months ago, and out IT department was ab… (read more)
I thought I had two different accounts. Home, with my personal email and work, with my work email. My work computer crashed a few months ago, and out IT department was able to recover all my bookmarks, but it wasn't easy, so I was told. I decided to do what I do at home and that was to create an account for work, which I did. I now have an account for home with it's own bookmarks, and email, and a work account with it's own bookmarks and totally different email. I recently got a work phone. In the process of setting it up I synced it up with my work account. when I came home tonight I got online and all my work bookmarks were on my home computer. How did this happen? Now I don't have my home bookmarks. I tried signing out and signing back in with my home account, but no luck. This is very frustrating especially since they are two totally different accounts. SO, how do I get my home bookmarks back on my home computer? Thanks
Hi, Folks. When I open "manage bookmarks" (Library), why does it always open at "other bookmarks"? This is at the very bottom of the alphabetical list (and empty) so I al… (read more)
Hi, Folks. When I open "manage bookmarks" (Library), why does it always open at "other bookmarks"? This is at the very bottom of the alphabetical list (and empty) so I always have to scroll back up to the top. I've got a lot of bookmarks, so this is extremely irritating. How do I change this? I've searched for an answer. The only likely solutions suggest removing the "other bookmarks" folder, but the description of how to do that doesn't work. Nowhere can I find a "remove other bookmarks" option. And the delete option is greyed out.
I don't necessarily need to hide or remove it, as long as I can get the bookmarks manager/Library to open at the top, ie. "Bookmarks Menu".
Cheers, Ian