Importing bookmarks from a different moxilla account

Is it possible to import bookmarks for a different Mozilla account. Apparently I have 2 different Mozilla accounts. I had been using (I'll call it account #1) for quite… (மேலும் படிக்க)

Is it possible to import bookmarks for a different Mozilla account. Apparently I have 2 different Mozilla accounts. I had been using (I'll call it account #1) for quite a while, and recently subscribed to Mozilla VPN service. When I subscribed i gave it login info for "Account #2". How can I keep the logon info for the VPN, and get my bookmarks imported from the old (routinely used account #1) ? Or, can I change the VPN service to the old account (account #1)? I know how to add another device to the VPN account, but the "accounts" are on the same "device".

Thanks...

Asked by larryag 23 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 20 மணி நேரத்திற்கு முன்பு

my bookmark is not syncing after logging on another win-10 machine

bold textDear Firefox team. My Laptop OS was dead, I unable to syncing my bookmark on new windows-10 OS and logging with gmail account. how can i get the syncing bookma… (மேலும் படிக்க)

bold textDear Firefox team.

My Laptop OS was dead, I unable to syncing my bookmark on new windows-10 OS and logging with gmail account.

how can i get the syncing bookmark on my laptop.

can anyone help me. my bookmark is very important and up to date till last week.

Version : 24.0.2 (64-bit https://prnt.sc/jY-u_50dt2b7

Asked by Sheraz Ali 3 நாட்கள் முன்பு

Last reply by Sheraz Ali 7 மணி நேரத்திற்கு முன்பு

my Bookmark is not syncing after logging gmail ID on New win-10 machine

Dear Firefox team. My Laptop OS was dead, I unable to syncing my bookmark on new windows-10 OS and logging with gmail account. how can i get the syncing bookmark on my … (மேலும் படிக்க)

Dear Firefox team.

My Laptop OS was dead, I unable to syncing my bookmark on new windows-10 OS and logging with gmail account.

how can i get the syncing bookmark on my laptop.

can anyone help me. my bookmark is very important and up to date till last week.

Version : 24.0.2 (64-bit https://prnt.sc/jY-u_50dt2b7

Asked by Sheraz Ali 3 நாட்கள் முன்பு

Need help restoring browser bookmarks from backup

This morning, I was unable to log into Discord to watch a livestream because my hard drive was overfull and it was unable to install a mandatory update. Because this was … (மேலும் படிக்க)

This morning, I was unable to log into Discord to watch a livestream because my hard drive was overfull and it was unable to install a mandatory update. Because this was a time sensitive issue, I wiped a bunch of crap off my drive as fast as I could, and I guess somehow I deleted my browser bookmarks because the field now shows as empty when I open Firefox. I was able to track down the backup file, but it throws an error when I tell it to restore. Is there anything I can do about this?

Asked by 3gold5u 2 நாட்கள் முன்பு

Last reply by cor-el 2 நாட்கள் முன்பு

  • தீர்வுற்றது

How to get "Favorites" or "Bookmarks" spelled out on top of page rather than Star icon

I just got a new computer and had my info transferred. It is probably the latest version of Firefox on the new computer now. On the previous version it seems like Favor… (மேலும் படிக்க)

I just got a new computer and had my info transferred. It is probably the latest version of Firefox on the new computer now. On the previous version it seems like Favorites was spelled out toward the top of the page on the left hand side. I see now it is just a star icon. Is there any way to get it the way it used to be? I'm sure I will get used to it the new way, but I still liked it the other way. Thanks

Asked by Larry/Nancy Jones 2 நாட்கள் முன்பு

Answered by zeroknight 2 நாட்கள் முன்பு

Extension only for bookmarks icons

Can you recommend some kind of extension thet will only check current icons for the bookmarks? Just that. I don't need duplicate bookmarks checker, inactice checker and G… (மேலும் படிக்க)

Can you recommend some kind of extension thet will only check current icons for the bookmarks? Just that. I don't need duplicate bookmarks checker, inactice checker and God knows what else checker. Just icons, that's good enough for me.

Asked by binks77 2 நாட்கள் முன்பு

  • தீர்வுற்றது
  • Archived

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… (மேலும் படிக்க)

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.

Asked by wdhughes2462 11 மாதங்களுக்கு முன்பு

Answered by TechHorse 11 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

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… (மேலும் படிக்க)

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 1 வருடத்திற்கு முன்பு

Answered by heusmich 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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:… (மேலும் படிக்க)

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

Asked by CM 11 மாதங்களுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 11 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Bookmark Toolbar Disappeared

My bookmark toolbar just disappeared this morning and I can't get it back. Only way to see my bookmarks is through "manage bookmarks".

Asked by markwholden 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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… (மேலும் படிக்க)

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

Asked by matthew.dunn1 1 வருடத்திற்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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… (மேலும் படிக்க)

  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

Asked by janice-hite 1 வருடத்திற்கு முன்பு

Answered by MarkRH 1 வருடத்திற்கு முன்பு

  • Archived

Add shortcut icon on Firefox Home Screen

Using Firefox on desktop, Windows 11. I am a long term Firefox fan/user. My problem is I cannot find anywhere an easy method to add a shortcut on my Home Screen (which … (மேலும் படிக்க)

Using Firefox on desktop, Windows 11. I am a long term Firefox fan/user.

My problem is I cannot find anywhere an easy method to add a shortcut on my Home Screen (which has now been a FF feature for some considerable time).

I am sure there was something available to do this in a prior version some time back. If I search the internet, I only come across articles describing how to do it on Firefox Android.

I know I can manually edit a box on the Home Screen to create what I need.

Sometimes new web sites that I visit appear in the boxes and I can then pin them in place - but the behavior around this is very erratic and unreliable - seems like random chance for an icon to appear on the home screen for a newly visited site. If this was more consistent, I could work with that.

BUT - where is the **intuitive** option??!!

I should be able to right-click on a tab and select "Add to Home Screen".

As simple as that.

Or drag and drop a link, or tab to the home screen - but this just opens the link. I have tried everything obvious that I can think of.

Anyone?

Many thanks :)

Asked by aufladen 1 வருடத்திற்கு முன்பு

Last reply by aufladen 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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… (மேலும் படிக்க)

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 வருடத்திற்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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 … (மேலும் படிக்க)

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?

Asked by Vileynye 1 வருடத்திற்கு முன்பு

Answered by Vileynye 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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) … (மேலும் படிக்க)

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 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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… (மேலும் படிக்க)

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 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு