Showing questions tagged: Show all questions
  • Solved
  • Archived

How to open all synced tabs

I have seen multiple copies of this question, some unanswered, some with the same "answer". All the questions are closed so I cannot reply to them. The "answer" does not … (read more)

I have seen multiple copies of this question, some unanswered, some with the same "answer". All the questions are closed so I cannot reply to them. The "answer" does not work.

I have the "Show tabs from other devices" sidebar. I also can access from "Open application menu" > email address > list of synced tabs. Both methods show me the device name and all of my synced tabs. Neither method has an "open all tabs" option. If I right click my device name nothing happens. If I right click a tab, it opens that one tab. I don't know how many tabs I have on my Android. I have enough tabs that it only shows the infinity symbol instead of the number. It has shown the infinity symbol for a long time and I've opened many more tabs since. It could be hundreds or even thousands of tabs. I have 224 tabs on my laptop. I want to open all 224 laptop tabs plus all however many Android tabs on my laptop at the same time. I'm aware this will cause significant lag on my laptop. I'm not looking for a solution for that or people telling me not to do that. I want to know how to open all of my synced tabs at once on my laptop, without having to click through one by one.

Edition Windows 11 Home Version 22H2 Installed on ‎2022-‎09-‎21 OS build 22621.1702 Experience Windows Feature Experience Pack 1000.22641.1000.0 "You're up to date Last checked: Today, 17:15" (Just clicked "Check for updates")

Firefox 113.0.1 (64-bit) "Firefox is up to date"

Asked by Emily 11 months ago

Answered by jonzn4SUSE 11 months ago

  • Archived

Browers does not load pages and/or images are not dispalyed

Issue #1) If computer is left idle for more than 15 min. and the browser is left open with some tabs when resuming to use the browser, it does not load pages any more and… (read more)

Issue #1) If computer is left idle for more than 15 min. and the browser is left open with some tabs when resuming to use the browser, it does not load pages any more and eventually times out. This forces to have to restart the browser each time after some idle time.

Issue #2) images do not load or only first couple of images load and then rest of the page images do not load. This is not related to security setting and so on since I have done all the obvious trouble-shooting steps already.

These are very frustrating issues and I am very close to switching off of Firefox.

Asked by aw2023 11 months ago

Last reply by aw2023 11 months ago

  • Solved
  • Archived

Blank bar at bottom of window on 113 version

On 112, I had my css set up to make the status bar hidden and only show the url path when I moused over it in the lower left corner of the window. It also cut itself shor… (read more)

On 112, I had my css set up to make the status bar hidden and only show the url path when I moused over it in the lower left corner of the window. It also cut itself short to only the length of the url similar to the www.wikipedia.org box in the attached picture. After upgrading to 113, my browser has this black bar at the bottom. When I cleared out my css file, urls would show up in the bar when I moused over them. I've tried a few different css fixes but none of them will get it back to how I had it working in 112. The picture attached is what I'm getting in 113 right now with the css below. the black bar below the mouse over url goes all the way across the window and is always visible. Here is my current css file:

radiogroup:focus-visible > radio[focused="true"] > .radio-label-box {

outline: 1px dotted black !important;

}

:root{ --toolbar-field-focus-border-color: transparent !important; }

:root{ --uc-titlebar-padding: 10px; }

@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){

:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,

#TabsToolbar > .titlebar-buttonbox-container{

position: fixed;

display: block;

top: var(--uc-titlebar-padding,0px);

right:0;

height: 40px;

}

/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */

@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

:root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; }

}

:root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }

#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

#navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

#titlebar{

order: 2;

-moz-appearance: none !important;

--tabs-navbar-shadow-size: 0px;

}

#unified-extensions-button{

display: none !important;

}

.titlebar-placeholder,

#TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

#navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */

toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

#navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0

See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */

/* Only really useful if menubar is ALWAYS visible */

:root:not([sizemode="fullscreen"]){ --uc-window-control-width: 0px !important }

:root{

/* height if native titlebar is enabled, assumes empty menubar */

--uc-menubar-height: 22px;

}

:root[tabsintitlebar]{

/* height when native titlebar is disabled, more roomy so can fit buttons etc. */

--uc-menubar-height: 22px;

}

#navigator-toolbox{ padding-top: calc(var(--uc-menubar-height) + var(--uc-titlebar-padding,0px)) !important }

:root[sizemode="fullscreen"] #navigator-toolbox{ padding-top: 0px !important; }

#toolbar-menubar{

position: fixed;

display: flex;

top: var(--uc-titlebar-padding,0px);

height: var(--uc-menubar-height);

width: 100%;

overflow: hidden;

}

#toolbar-menubar > .titlebar-buttonbox-container{ height: 100%; order: 100; }

#toolbar-menubar > [flex]{ flex-grow: 100; }

#toolbar-menubar > spacer[flex]{

order: 99;

flex-grow: 1;

min-width: var(--uc-window-drag-space-width,20px);

}

#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }

#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* Status-bar */

#main-window:not([inFullscreen="true"]) > body::after{

display: -moz-box;

content: "";

height: 20px;

border-top: solid 0px #505050;

}

.browserContainer>statuspanel { left: 4px !important; bottom: 0px; transition-duration: 0s !important; transition-delay: 0s !important; }

.browserContainer>statuspanel>.statuspanel-inner>.statuspanel-label { margin-left: 0px !important; border: none !important; padding: 0px !important; }

window[inFullscreen="true"] #browser-bottombox { display:none !important; }

window[inFullscreen="true"] .browserContainer>statuspanel[type="overLink"] .statuspanel-label { display:none !important; }

#statuspanel #statuspanel-label {

-moz-appearance: none !important;

border: 0px solid black !important;

}

Asked by drogers4114 11 months ago

Answered by drogers4114 11 months ago

  • Solved
  • Archived

Error in event Viewer......Event 2 Firefox Default Browser Agent

Hello all. Since the update to Version 113.0 I have been getting an error in my Event Viewer which is Event 2 Firefox Default Browser Agent . I am now on Version 113.0.1… (read more)

Hello all. Since the update to Version 113.0 I have been getting an error in my Event Viewer which is Event 2 Firefox Default Browser Agent . I am now on Version 113.0.1 and still get this error. Firefox is my default browser. Below is an image of what I see in my Event Viewer and also the full view of the event itself. I seem to not be having any problems with the browser but I was wondering if anyone could shed some light on why this is happening or forward to the Devs.

Respectfully, Don


Log Name: Application Source: Firefox Default Browser Agent Date: 5/14/2023 4:19:42 PM Event ID: 2 Task Category: None Level: Error Keywords: Classic User: N/A Computer: DESKTOP- Description: The system cannot find the file specified. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

 <System>
   <Provider Name="Firefox Default Browser Agent" />
   <EventID Qualifiers="32775">2</EventID>
   <Version>0</Version>
   <Level>2</Level>
   <Task>0</Task>
   <Opcode>0</Opcode>
   <Keywords>0x80000000000000</Keywords>
   <TimeCreated SystemTime="2023-05-14T20:19:42.8333225Z" />
   <EventRecordID>9023</EventRecordID>
   <Correlation />
   <Execution ProcessID="0" ThreadID="0" />
   <Channel>Application</Channel>
   <Computer>DESKTOP-         </Computer>
   <Security />
 </System>
 <EventData>
   <Data>0x80070002 in RegistryDeleteValue:320</Data>
 </EventData>

</Event>

Asked by new_aged2perfection 11 months ago

Answered by cor-el 11 months ago

  • Archived

Running Firefox 113.0.1 no streaming service will work, telling me to update

Nextflix, Hulu and Amazon Prime all say "Need to update Firefox in order to stream this, go to setting, help and update. I do all that, Firefox says im running the curren… (read more)

Nextflix, Hulu and Amazon Prime all say "Need to update Firefox in order to stream this, go to setting, help and update. I do all that, Firefox says im running the current version, but still unable to get any streaming platform to work. Tried Firefox save move, issue persists. Tried Chrome, works fine, no issues. So it's a firefox issue.

Asked by crletizia 11 months ago

Last reply by AzZA 11 months ago

  • Archived

Syncing tabs will not turn off.

Firefox automatically updated and now tabs sync, which I absolutely hate and want to implode the Earth because this even exists. I go to the options to turn off the stupi… (read more)

Firefox automatically updated and now tabs sync, which I absolutely hate and want to implode the Earth because this even exists. I go to the options to turn off the stupid pointless sync and oh wait it doesn't turn off. The box is not checked. Tabs still sync and display a worthless icon on my taskbar because apparently Mozilla thinks I'm such an idiot I need AN EXTRA FRICKING ICON to tell me I have open tabs in my browser.

So how do I actually turn this trashbag "feature" off if it's not by deselecting it in the "Sync" panel, since that doesn't work?

Asked by micmil 11 months ago

Last reply by cor-el 11 months ago

  • Solved
  • Archived

Private browsing: Screenshot not available, headphones don't work

I run Firefox on a #Windows 10 Dell laptop. I have a question and a problem, both of which involve Private Browsing. Question: Does Screenshot work in Private Browsing? … (read more)

I run Firefox on a #Windows 10 Dell laptop. I have a question and a problem, both of which involve Private Browsing.

Question: Does Screenshot work in Private Browsing? If so, how do I enable it.

Problem: When I'm in Private Browsing, my headphones aren't recognized; in normal browsing,the headphones are recognized. is this a Firefox problem or a Dell problem?

Thank you.

Asked by crogerblair1 11 months ago

Answered by lazizakhmedov1014 11 months ago

  • Archived

The history must be deleted so that Facebook can display the images

It happened for the first time a few months ago, now it has to be repeated several times in a row, now this error appears one after another,after i deleted the history,th… (read more)

It happened for the first time a few months ago, now it has to be repeated several times in a row, now this error appears one after another,after i deleted the history,then again and again

long ago, when I did not allow Firefox to update(i deleted all update exe etc...) then never had any problems with it

Asked by gordonfreeeeman 11 months ago

Last reply by cor-el 11 months ago

  • Archived

restore bookmarks

i logged in to my firefox account on my daughters laptop - but my bookmarks didn't appear - when i synced now her bookmarks have replaced mine - i want mine back please … (read more)

i logged in to my firefox account on my daughters laptop - but my bookmarks didn't appear - when i synced now her bookmarks have replaced mine - i want mine back please

Asked by underbelly69 11 months ago

Last reply by cor-el 11 months ago

  • Archived

Having to restart continually

I am having problems with my Google Gmail. It won't load properly in Firefox (I have no problem in other browsers) and now I can't access YouTube. I'm having to delete my… (read more)

I am having problems with my Google Gmail. It won't load properly in Firefox (I have no problem in other browsers) and now I can't access YouTube. I'm having to delete my history continually and restart the Firefox. What's going on? I do have the current version of Firefox installed.

Asked by Trout Lake Nature Center 11 months ago

Last reply by lazizakhmedov1014 11 months ago

  • Archived

I cannot stop two step verification only on Firefox

Hi, When I try to sign on to my bank, PNC, I always get annoying two step verification. The problem is with Firefox. When I use troubleshoot, this does not happen. When … (read more)

Hi,

When I try to sign on to my bank, PNC, I always get annoying two step verification. The problem is with Firefox. When I use troubleshoot, this does not happen. When I use Chrome it does not happen. It does not happen on mobile. Help!

Thank You, Leslie

Asked by flash913 11 months ago

Last reply by Terry 11 months ago

  • Archived

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/113.0

I am on a Apple Silicon MacMini M1 ARM running the latest Mac OS of Ventura. why does Firefox think I am on an Intel machine under Mac OSx 10.15 when I am on Mac OS Vent… (read more)

I am on a Apple Silicon MacMini M1 ARM running the latest Mac OS of Ventura. why does Firefox think I am on an Intel machine under Mac OSx 10.15 when I am on Mac OS Ventura? I assume that Mozilla does not have a ARM version or is this a configuration issue? Or is there a different issue at play here?

Asked by Hari Seldon 11 months ago

Last reply by cor-el 11 months ago

  • Solved
  • Archived

High memory and cpu usage for just opening the browser

I been having problems with firefox using up most of my cpu while browsing some websites and it doesn't even load as fast as before. This has been happening for a few day… (read more)

I been having problems with firefox using up most of my cpu while browsing some websites and it doesn't even load as fast as before. This has been happening for a few days now. Prior to this, firefox was fine and loading pretty quick, but these last few days have been painful.

Thinking that was a small bug, i restarted my computer. Before opening the firefox again, I opened up task manager to check how much resources will the browser be using. Before that usage would be normal and not even close to high, but opening firefox and waiting a few seconds to let the home window appear, the task manager showed that it was using all of it still.

I browsed some other help questions on this website and disabled "Use recommended performance settings", because that was one of the solutions on one of the relevant questions. But even that didn't do reduce resource usage either. Is there any way to fix this or will I have to suck it up and suffer with slow loading?

Asked by Rude Red 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

Firefox crashes when trying to log into websites

For the past few weeks, Firefox has started crashing when logging into various websites. I've updated Firefox, cleared cookies etc, reinstalled Firefox, opened it in Trou… (read more)

For the past few weeks, Firefox has started crashing when logging into various websites. I've updated Firefox, cleared cookies etc, reinstalled Firefox, opened it in Troubleshooting mode, updated my OS, disabled extensions... everything I can think of. After some sleuthing, it seems to only happen when trying to log into a website. Doesn't happen on every site, which is weird.

This is so frustrating, please help!

Asked by Jeff 11 months ago

Answered by Jeff 11 months ago

  • Archived

downloading from google drive: this page isn't redirecting properly

Whenever I try to download a file from google drive, I get: "The page isn’t redirecting properly An error occurred during a connection to drive.google.com. This problem… (read more)

Whenever I try to download a file from google drive, I get: "The page isn’t redirecting properly An error occurred during a connection to drive.google.com. This problem can sometimes be caused by disabling or refusing to accept cookies."

Downloading google docs files from drive works fine, they convert to word and save to my downloads like normal. But downloading image files or pdfs yields this error. Right-clicking and downloading them from the folder view just does nothing. There is no difference between shared files and my own drive files. This error only happens in firefox, I can download files on microsoft edge just fine.

This has been happening for a few weeks now. Things I've tried:

-clearing cookies and cache -restarting firefox, restarting computer -checking for updates and updating firefox -disabling all my add-ons -clearing startup cache -adding drive.google.com and google.com to the exceptions for enhanced tracking protection -switching from standard to custom and unchecking cookies from the list of trackers and scripts to block, then clearing all cookies and cache -attempting to download in firefox troubleshoot mode -attempting to download in incognito mode -refreshing firefox -re-installing firefox by following the steps here: https://support.mozilla.org/en-US/questions/1233618 -turned off real-time protection on computer antivirus (default for windows 10) -turned off microsoft defender firewall

I don't even know what else I can try. I assume it's a firefox error because this only happens using firefox on my laptop - I use firefox mobile and can download the same files on my phone. Does anyone have any advice?

Asked by jslamovits 11 months ago

Last reply by jonzn4SUSE 11 months ago

  • Archived

Firefox no longer plays videos

Firefox will not play videos from any site, including YouTube, Twitter plays in home screen but does not play in full screen mode, FoxNews or any site. I hear audio but … (read more)

Firefox will not play videos from any site, including YouTube, Twitter plays in home screen but does not play in full screen mode, FoxNews or any site. I hear audio but there is no video. Firefox automatically updated Friday May 12 2023 and I don't know if that update had a glitch. I tried reinstalling firefox and it still didn't work. I cleared all history, cookies, cache, etc and still does not work.

please help, thanks

Asked by Dan 11 months ago

Last reply by Dan 11 months ago

  • Archived

gmail opens in a tech support group of emails instead of inbox

When I click on 'gmail' it opens in a tech support email search history instead of inbox. I have gone to settings and tried to do something but I don't understand the opt… (read more)

When I click on 'gmail' it opens in a tech support email search history instead of inbox. I have gone to settings and tried to do something but I don't understand the options.

Asked by julianbutl 11 months ago

Last reply by AzZA 11 months ago

  • Archived

Can't recover my passwords and bookmarks after Window's Factory Reset

I have a Firefox account and I want to recover my bookmarks and passwords. My Windows 10 PC didn't boot up so I had to do a factory reset. After the reset, I logged into … (read more)

I have a Firefox account and I want to recover my bookmarks and passwords. My Windows 10 PC didn't boot up so I had to do a factory reset. After the reset, I logged into Firefox and tried using the Import and Backup tool. There was only one recovery date so I chose that. I clicked on the date and was prompted "This will replace all of your current bookmarks with the backup. Are you sure?" I click OK and nothing happens. I didn't see my bookmarks and rebooted my computer.

It sounds like this might be two different issues: Bookmarks and Passwords.

Does anyone have any suggestions?

Asked by mr.andykwan 11 months ago

Last reply by AzZA 11 months ago