Showing questions tagged: Show all questions
  • Archived

Help! Lost hundreds of links with new update

Before this Firefox update I had an add-on or extension or something where you could click on it and it would close all tabs, but save the links in another tab, by date. … (read more)

Before this Firefox update I had an add-on or extension or something where you could click on it and it would close all tabs, but save the links in another tab, by date. Unfortunately I don't remember what it was called.

Thought maybe 'pin' something, but that's basically unsearchable as there is something else called pins.

It was great, cause you could simply go to the tab and see all of the saved links, by date. It opened up every time Firefox started and I never had an issue. Saved HUNDREDS of links and now it's just gone! No history of it existing. How do I get it back??? This is terrible. Tons of work stuff saved there.

-Yes, I understand bookmarks and have plenty of those and they are still there. -Not related to Pinterest, just think it was called Pinned or Pin Something.

TIA!

Asked by mattruscigno 7 months ago

Last reply by Dropa 7 months ago

  • Archived

Access denied at my bank account

Each attempt to log in to my bank account, using Firefox browser straight up, results in an access denied refusal. If I go to Duckduckgo.com and search for my bank, I can… (read more)

Each attempt to log in to my bank account, using Firefox browser straight up, results in an access denied refusal. If I go to Duckduckgo.com and search for my bank, I can access the bank account. I wonder if you have other complaints/comments to that effect, too. It is an aggravation and my bank, Navy Federal Credit Union (NFCU), did not have a solution but suggested I contact Firefox direct.

Here is a copied response, as an example:

"Access Denied

You don't have permission to access "http://signon.navyfederal.org/siteminderagent/forms/nfcu.fcc" on this server.

Reference #18.55dda17.1672678425.1ff01936"

Asked by Donrix 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Archived

Bookmark folders don't always open on mouseover

Hi there, I've got plenty of bookmarks organized in folders and sub-folders (never could wrap my head around using tags). Normally, hovering on top of a folder or sub-f… (read more)

Hi there,

I've got plenty of bookmarks organized in folders and sub-folders (never could wrap my head around using tags). Normally, hovering on top of a folder or sub-folder just opens it. However for some unknown reason, some folders just don't open on hovering. By contrast, opening the "Manage bookmarks" pane shows all bookmarks are there and functional. The issue only appears in the menus, and I'm not sure when it appeared exactly.

Already tried: Renaming faulty folders: no effect Moving bookmarks into a newly created folder: no effect Moving faulty folders into an already-working folder: works, except if the folder is the one containing the root menu.

Screenshots: A working sub-menu: https://user-media-prod-cdn.itsre-sumo.mozilla.net/uploads/images/2022-08-01-10-56-24-be01e3.png

Two different, non-opening submenus: https://user-media-prod-cdn.itsre-sumo.mozilla.net/uploads/images/2022-08-01-10-56-43-4a4bb1.png https://user-media-prod-cdn.itsre-sumo.mozilla.net/uploads/images/2022-08-01-10-56-50-615eee.png

How to solve this strange issue?

Asked by cubytus 1 year ago

Last reply by willjoe24421 1 year ago

  • Solved
  • Archived

Solved - toolbar buttons in address bar

Hi, does anyone know what to do to make the background of the bookmarks icon and the reload icon the same as the icon with the site connection lock? I've exhausted all o… (read more)

Hi,

does anyone know what to do to make the background of the bookmarks icon and the reload icon the same as the icon with the site connection lock? I've exhausted all options in the userChrome.css and cant get the background to change. It's in hover state.

For reference I've added a couple of images, the first how the background is and the second how I would like it to look. I'm on macOS and latest Firefox 111.

Best regards,

Johnny

Asked by jstewen 1 year ago

Answered by jstewen 1 year ago

  • Archived

I just want to open a .pdf file online . . . but Firefox insists on downloading it!

OS: Mac OS 10.14.5 Firefox Version: 113.0.2 Settings gives me multiple options for handling a .pdf file. The first three are (1) Open in Firefox; (2) Always ask; and (3)… (read more)

OS: Mac OS 10.14.5 Firefox Version: 113.0.2

Settings gives me multiple options for handling a .pdf file. The first three are (1) Open in Firefox; (2) Always ask; and (3) Save File.

If I select "Open in Firefox," the file will open in my existing window. If I select "Save File," the file downloads to my desktop.

The problem arises when I select "Always ask." If I then select "Open in Firefox," the file opens (in a new tab!) and simultaneously downloads to my desktop!

Is this a system glitch, or am I somehow doing something wrong?

Asked by nhcowboy1 10 months ago

Last reply by cor-el 10 months ago

  • Archived

Is there a keyboard command for Firefox View?

I really like the new Firefox View, but I'd love to be able to get to the view with a keyboard command. I tried treating like the first tab (Cmd+1), but that doesn't work… (read more)

I really like the new Firefox View, but I'd love to be able to get to the view with a keyboard command. I tried treating like the first tab (Cmd+1), but that doesn't work, nor does Cmd+0. Hovering over it doesn't reveal a keyboard shortcut. It doesn't appear on any of the menus, so I'm at a loss as to how to assign a custom control.

Thanks so much!

Asked by ds.ff 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Deleting specific cookies on a Mac for Wizzair.com

I searched in Google and this website for instructions for how to delete specific cookies for a website. Many instructions are probably for older versions of Firefox. I … (read more)

I searched in Google and this website for instructions for how to delete specific cookies for a website. Many instructions are probably for older versions of Firefox.

I used to be able to login as of this morning to Wizzair.com. Then suddenly, regardless what I do, I can no longer use Firefox to login. I used the Preferences/Privacy & Security/Cookies & Site data/Manage Data for Wizzair.com to remove the cookies for the website, but it didn't help. I changed the password, it didn't help.

Their chat support sent me to their Privacy statement. There, there is custom list of cookies that they use. I was told to try to delete them individually... I have no idea how to do that and I could not find a method that works.

I can login the website using Safari. Any suggestions for what to do to be able to use again Firefox to login into this website? Thanks in advance.

Asked by Sue 1 year ago

Last reply by Sue 1 year ago

  • Solved

::before and ::after pseudo-elements override my safety css. How can I override them back?

Animation triggers my migraines. Man websites use transition and animation timing functions such as "ease in-out" to animate the interface. I try to block this. Among ot… (read more)

Animation triggers my migraines.

Man websites use transition and animation timing functions such as "ease in-out" to animate the interface. I try to block this. Among other tools I use userContent,css, including the following:

  • {animation-timing-function: step-start !important}
  • {transition-timing-function: step-start !important}

This works to de-animate regular css elements, but not ::before and ::after pseudo-elements.

The current css standards do not apply user css to pseudo-elements. I've written to the WCAG about the issue.

https://bugzilla.mozilla.org/show_bug.cgi?id=1865572

https://github.com/w3c/wcag3/issues/40

But I really really need some way to de-animate these, because they trigger my migraines. Aside from css fixes, I often reduce the frame rate in about:config, but can't always do that, disable smooth scrolling, disable animated gifs and animated pngs, disable autoplay, block various non-scrolling elements using either css or uBlock Origin, etc.

Asked by MarjaE 4 months ago

Answered by cor-el 4 months ago

  • Archived

How to increase the font size in the right click context menu? (2)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png) I found a similar 2018 query here at: https://supp… (read more)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png)

I found a similar 2018 query here at: https://support.mozilla.org/en-US/questions/1241117#answer-1174375

and based on that exchange I added the following to userChrome.css file

/* FONT SIZE IN RIGHT CLICK MENU BOXES 5/1/22 */

  1. mainPopupSet menuitem,
  2. mainPopupSet menu { font-size: 16pt !important; }

/* */

I closed and reopened FF. This change has no effect on the menu font no matter what font-size value I enter. Have I done something wrong?

Asked by rarebooks 1 year ago

Last reply by cor-el 1 year ago

  • Solved

New Empty Window Problem (Mac)

I am using FF 115.7.0 on a Mac. I normally use tabs but when I need a new window, it opens with every one of my bookmarks in a tab. I can open a subject in a new window… (read more)

I am using FF 115.7.0 on a Mac. I normally use tabs but when I need a new window, it opens with every one of my bookmarks in a tab. I can open a subject in a new window from an article in a tab from a different window but I just can't open an empty window without getting all of my bookmarks opened in (many!) separate tabs.

Thanks for any help.

Asked by omniwin 2 months ago

Answered by cor-el 2 months ago

  • Archived

How to Customize Keyboard Shortcuts on Mac

Hello Team, Firefox does not play well with how you customize keyboard shortcuts on Mac i.e. Go to System Preferences > Keyboard > Keyboard Shortcuts. By defaul… (read more)

Hello Team,

Firefox does not play well with how you customize keyboard shortcuts on Mac i.e. Go to System Preferences > Keyboard > Keyboard Shortcuts.

By default - Move Cursor to Address Bar - Cmd+L Bookmark this Page - Cmd+D

I would like to switch these two shortcuts but there does not seem to be any way. Please help me out.

Thanks, Naman

Asked by Naman Bansal 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

Issues With Video and Audio Playback

For the longest time (can't pinpoint when it started) I've been having issues with Firefox on desktop (Macbook) playing videos and occasionally audio. Video playback will… (read more)

For the longest time (can't pinpoint when it started) I've been having issues with Firefox on desktop (Macbook) playing videos and occasionally audio. Video playback will be functioning fine, then there seems to be a "trigger"...For ex. I have noticed this is often me trying to play a Twitter video, which won't play normally, and suddenly NO video playback of any kind (and sometimes audio) will work...Youtube, Netflix, you name it.

The only thing that "fixes" the issue (until it pops up again the next time) is quitting Firefox and starting it back up again, usually clearing my cache first for good measure. I have tried disabling all extensions and it has no effect. I have tried playing the video in a private window/incognito—no effect. If I open up Chrome and try to play the same videos I have absolutely no issues.

My Firefox says it is currently up to date, though I am running an older version iOS (Mojave). I have googled and seen many other people having this issue but haven't seen anyone chime in with a fix that actually works. Any ideas?

Asked by Bee M 3 months ago

Last reply by cor-el 2 months ago

  • Archived

Mac OS 10.14 unsupported and converting to Firefox ESR- How to import my browser data from my old Firefox?

I have Mac OS 10.14.6, so Firefox stopped working with its latest update. So I downloaded Firefox ESR. I want my passwords, history, and browser data from my original fi… (read more)

I have Mac OS 10.14.6, so Firefox stopped working with its latest update. So I downloaded Firefox ESR. I want my passwords, history, and browser data from my original firefox, but when I go to the Import Browser Data function, my original firefox is not listed as an option to import from. And I can't launch my old firefox in order to export the data to an html file. So what can I do? Thanks!

Asked by allen45 8 months ago

Last reply by AliceWyman 8 months ago

  • Archived

Shortcut CMD+W (close single tab) not working anymore

Hi all, the shortcut to close a single tab (ctrl+W (Windows) or cmd+W (Mac)) is not working anymore. here is what I tried so far: - disabling all extensions (via rest… (read more)

Hi all, the shortcut to close a single tab (ctrl+W (Windows) or cmd+W (Mac)) is not working anymore.

here is what I tried so far: - disabling all extensions (via restart in safe mode) but to no avail - reinstalled Firefox but the problem persists - verified, that the command is indeed cmd+W and was not changed by accident - all other shortcuts are working well

NOTE: I can see that when I press cmd+W, the "file" tab up above on the Mac menu bar flashes for a brief moment, as if the system detects the shortcut. But the tab stays open.

Any other ideas I could try out?

Asked by flx1998 7 months ago

Last reply by flx1998 6 months ago

  • Archived

Changing default email to Mac mail

It appears that the latest browser updated changed the default email address, which used to be Apple mail. Where can that be re-set to what it used to be? I checked all… (read more)

It appears that the latest browser updated changed the default email address, which used to be Apple mail.

Where can that be re-set to what it used to be? I checked all over in Settings but could not find any place to do it. Thanks.

Asked by Sue 1 year ago

Last reply by Sue 1 year ago

Why can't Firefox print correctly what Safari can?

I am trying to print specs for a computer (beck & front) at: https://www.dell.com/support/manuals/en-us/xps-8960-desktop/xps-8960-setup-and-specifications/back?guid=… (read more)

I am trying to print specs for a computer (beck & front) at:

https://www.dell.com/support/manuals/en-us/xps-8960-desktop/xps-8960-setup-and-specifications/back?guid=guid-f2dda353-ba5a-44c0-b85f-6bf1b8c70d15&lang=en-us

The print-out with Firefox captures only half on the picture and relevant info. Luckily, Safari prints correctly. I am wondering why can't Firefox do the job so I do not have to go to Safari for printing? This issue is not specific to this website, it happens often in many other cases. Is this being worked on? Thanks.

Asked by Sue 3 months ago

Last reply by Sue 1 month ago