Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

Deleting All Bookmarks At Once

I have followed these instructions for deleting all bookmarks at once but Firefox isn't responding to these commands so I have to delete each bookmark individually. To de… (Lesen Sie mehr)

I have followed these instructions for deleting all bookmarks at once but Firefox isn't responding to these commands so I have to delete each bookmark individually. To delete a lot of bookmarks at once, use the Library dialog. Either: * Ctrl+Shift+b * Bookmarks > Show All Bookmarks In the left panel, click Bookmarks Menu. In the right panel, click the top item you want to remove, then press Shift+End to select all the way to the bottom, then right-click > Delete.

Gefragt von wdhughes2462 vor 11 Monaten

Beantwortet von TechHorse vor 11 Monaten

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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

Gefragt von heusmich vor 1 Jahr

Beantwortet von heusmich vor 1 Jahr

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von umiswing vor 1 Jahr

Beantwortet von pg_78 vor 1 Jahr

  • Gelöst
  • Archiviert

Transferring bookmarks from old hard drive to new pc

Hello, My old PC crashed and I want to transfer my bookmarks from the old hard drive to my new PC running windows 11. I have unlocked hidden files, but when I ran drive:… (Lesen Sie mehr)

Hello,

My old PC crashed and I want to transfer my bookmarks from the old hard drive to my new PC running windows 11. I have unlocked hidden files, but when I ran drive:\Users\username\AppData\roaming\Mozilla\Firefox\Profiles nothing came up. I then ran places.sqlite and a list of places.sqlite appeared with some files having -wal &-shm after them?

I believe from reading here this is where my bookmarks are?

If so, how do I transfer them to my existing PC hard drive to use please? Many thanks Chris

Gefragt von CM vor 10 Monaten

Beantwortet von jscher2000 - Support Volunteer vor 10 Monaten

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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

Gefragt von estebann vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Cannot see all Bookmarks when importing HTML file from old computer into Firefox

Hello, I exported the old bookmarks from an old computer into a new computer with the firefox HTML file option Once I imported them into the new version of Firefox, I c… (Lesen Sie mehr)

Hello,

I exported the old bookmarks from an old computer into a new computer with the firefox HTML file option

Once I imported them into the new version of Firefox, I could only see the "recent" bookmarks in the bookmark menu view.

I checked the settings but could not find anything to modify this.

I can see all of the bookmarks if I go into Manage Bookmarks but I can't see anything but the recent ones in the bookmark menu

I tried this on two different computers so perhaps I am missing a setting somewhere?

Thanks!

Matt

Gefragt von matthew.dunn1 vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von Barry_Merchant vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Importing Bookmarks

1) I Followed the instructions and exported my Firefox bookmarks in HTMLformat from a Windows 10 laptop and saved the file on a thumb drive. 2) I had installed Firefo… (Lesen Sie mehr)

  1. 1) I Followed the instructions and exported my Firefox bookmarks in HTMLformat from a Windows 10 laptop and saved the file on a thumb drive.
  2. 2) I had installed Firefox on a new Windows 11 laptop.
  3. 3) I followed the instructions and tried to imported the HTML file from the thumb drive into the newly installed Firefox on the new Windows 11 laptop.
  4. 4) I got the message "file is empty" when I pressed open so the import did not work as advertised. I looked at the HTML file on the thumb drive and all my bookmarks were there, so the file was not empty.
  5. 5) What do I do to get the newly installed Firefox on my Windows 11 laptop to read/recognized the HTML file I created and to successfully import my bookmarks?????

Thank You for any help you can give. JKH

Gefragt von janice-hite vor 1 Jahr

Beantwortet von MarkRH vor 1 Jahr

  • Gelöst
  • Archiviert

How do I lock bookmarks on the bookmark tool bar?

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 … (Lesen Sie mehr)

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?

Gefragt von Vileynye vor 1 Jahr

Beantwortet von Vileynye vor 1 Jahr

  • Gelöst
  • Archiviert

How to display bookmarks toolbar on drop down bookmarks menu

So switched over to firefox from chrome recently and one feature I really liked on chrome was the fact that bookmarks that appeared on the browser toolbar also appeared o… (Lesen Sie mehr)

So switched over to firefox from chrome recently and one feature I really liked on chrome was the fact that bookmarks that appeared on the browser toolbar also appeared on the drop down menu: both were mirrored. Unfortunately, these appear to be two distinct bookmark sections on firefox. See the attached photo: the horizontal bookmarks toolbar displays different bookmarks than the drop down bookmarks menu. Is there any way to make the two mirror each other without duplicating bookmarks?

Gefragt von mkakiti14 vor 1 Jahr

Beantwortet von mkakiti14 vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox shortcuts in new tab has disappeared

Over the past two days, I have found if I create a new tab, the shortcuts that I had saved on that page have all disappeared. Does Firefox keep a backup of these shortcut… (Lesen Sie mehr)

Over the past two days, I have found if I create a new tab, the shortcuts that I had saved on that page have all disappeared. Does Firefox keep a backup of these shortcuts? Unlike related support messages I've read, my bookmarks and bookmarks toolbar are unaffected.

These shortcuts (about 16 of them) took quite a while to accumulate, and it is frustrating to see that they can just simply disappear like that.

I am running Firefox 108.0.2 (64-bit) on Windows 10).

Gefragt von xogblog vor 1 Jahr

Beantwortet von xogblog vor 1 Jahr

  • Gelöst
  • Archiviert

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) … (Lesen Sie mehr)

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!

Gefragt von Matteo vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox sorting bookmarks by date not saving..

Hello, I'm trying to sort bookmark folders by date. I followed some threads on-line, but its not saving. Am I missing something? I'm going to Manage Bookmarks (see scre… (Lesen Sie mehr)

Hello,

I'm trying to sort bookmark folders by date. I followed some threads on-line, but its not saving. Am I missing something?

I'm going to Manage Bookmarks (see screenshot) i'm able to select a folder and click Views and it defaulted to 'unsorted' I select Sort by Added and the latest bookmarks in this area sort by latest on the TOP first. Perfect!

I exit out check bookmarks and they are still sorted in the reverse... meaning latest bookmark is still at the bottom and my very first bookmark in this folder is at the top.

Maybe its not designed this way? if so I don't see the reason to go under Managed Bookmarks and sort by anything if its not going to save that way.

Moral of the story trying to sort by date added in any folder not name (which is only thing I see when right clicking on any folder). I want latest saved bookmarks sorted from TOP down not latest's starting at the bottom.

Thanks

Gefragt von 22Green vor 1 Jahr

Beantwortet von Zian vor 1 Jahr

  • Gelöst
  • Archiviert

Mozilla Firefox - Manage Bookmarks - Default Folder

Using Firefox version 99.0 (64bit). When I click "Bookmarks / Manage Bookmarks, the listing defaults to the "Other Bookmarks" folder. I would like it to default to the … (Lesen Sie mehr)

Using Firefox version 99.0 (64bit). When I click "Bookmarks / Manage Bookmarks, the listing defaults to the "Other Bookmarks" folder. I would like it to default to the "Bookmarks Menu" folder. How do I make it do that?

Gefragt von gtadamsesq vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

places.sqlite always corrupting when opening Firefox

Prior to today, occasionally I would need to restore from a Time Machine backup the files "places.sqlite", "places.sqlite-shm", and "places.sqlite-wal" into my default pr… (Lesen Sie mehr)

Prior to today, occasionally I would need to restore from a Time Machine backup the files "places.sqlite", "places.sqlite-shm", and "places.sqlite-wal" into my default profile, because I would lose my bookmarks & history.

However, beginning this morning, that procedure did not work. Every time I open up Firefox, the "places.sqlite" file would corrupt immediately and no attempt at restoring (from any backup date/time) would fix the issue.

I am running Mac OS 11.7.2 (Big Sur) and Firefox 111.0.

This is VERY frustrating, because I rely heavily on my bookmarks and passwords.

PLEASE HELP!!!!!!

Gefragt von rscott1 vor 1 Jahr

Beantwortet von exclusive01 vor 1 Jahr

  • Gelöst
  • Archiviert

How can I see my bookmark folders that are in the bookmark toolbar

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… (Lesen Sie mehr)

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.

Gefragt von Kathy vor 10 Monaten

Beantwortet von Kathy vor 10 Monaten

  • Gelöst
  • Archiviert

How do I search only specific folders when using the bookmarks searchbar?

Whenever I use the searchbar in the bookmarks manager, it always searches all of my bookmarks, but sometimes I might only want to search for that query within a specific … (Lesen Sie mehr)

Whenever I use the searchbar in the bookmarks manager, it always searches all of my bookmarks, but sometimes I might only want to search for that query within a specific folder. Is there any way to limit a bookmarks search to only a specific folder rather than the entirety of my bookmarks?

Gefragt von tfaholic09 vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

BOOKMARK TOOLBAR NOT SHOWING

WHERE IS MY BOOKMARKS TOOLBAR??? Every time I update Firefox (now 109), I end up with all kinds of problems! NOW, I can't see my bookmark toolbar. All the help articles … (Lesen Sie mehr)

WHERE IS MY BOOKMARKS TOOLBAR??? Every time I update Firefox (now 109), I end up with all kinds of problems! NOW, I can't see my bookmark toolbar. All the help articles tells me how to show it or how to bookmark a page, which I already did multiple times. But this issue is never solved. If I can't get this resolved, I'm going to MS Edge.

Gefragt von Laura vor 1 Jahr

Beantwortet von Laura vor 1 Jahr