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

Full screen video player

Full screen video player does not cover the entire screen on all popular players there are bars on the right and left, also at the bottom

Asked by gorkys72 7 மாதங்களுக்கு முன்பு

Answered by TyDraniu 7 மாதங்களுக்கு முன்பு

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

The address wasn’t understood (webpack)

Please excuse me if I miss any details.... this is my third time trying to submit this issue. I will just skip to the meat of it this time. I'm getting this error while… (மேலும் படிக்க)

Please excuse me if I miss any details.... this is my third time trying to submit this issue.

I will just skip to the meat of it this time. I'm getting this error while working from my localhost. I have been working on a personal project for years with this set up with no issues until today. I can no longer click on the errors in the console log and be directed to the Debugger tab. When I click on errors, nothing happens. If I try to open them in a New Tab, I get the error below:


The address wasn’t understood

Firefox doesn’t know how to open this address, because one of the following protocols (webpack) isn’t associated with any program or is not allowed in this context.

   You might need to install other software to open this address.


I have also noticed firefox does not even load all the files until I refresh it at least twice. Even when it is all loaded properly, the error persists.

I have tried: - restarting firefox - restarting my computer - clearing ALL cache and cookies - running firefox in safe mode - disabling all add ons - disabling performance mode (was already off) - checking network.protocol-handler.external.javascript = false (it is)

Let me know if there is any other information I can provide. I really dislike having to work in chrome for this so I hope I can find a solution as soon as possible.

Asked by iamshi 6 மாதங்களுக்கு முன்பு

Answered by iamshi 6 மாதங்களுக்கு முன்பு

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

Adblocker plus

I have adblocker plus and is not blocking my facebook ads. (I am using it on my iMac). So I removed it, then reinstalled it and it still does not block the facebook ads. … (மேலும் படிக்க)

I have adblocker plus and is not blocking my facebook ads. (I am using it on my iMac). So I removed it, then reinstalled it and it still does not block the facebook ads.

I tried refreshing firefox 3 times but it got stuck in the "almost done" part and I had to quit firefox each time since it would not complete the process.

What else can I do?

Thanks, Martha

Asked by mpoinar1 6 மாதங்களுக்கு முன்பு

Answered by TyDraniu 6 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • 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… (மேலும் படிக்க)

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 7 மாதங்களுக்கு முன்பு

Answered by drogers4114 6 மாதங்களுக்கு முன்பு

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

High CPU Usage in a separate process in task manager

I have been using firefox for more than 4 years now. But from about a year, i m facing the issue with the Sudden High CPU usage in Windows task manager. The task manager… (மேலும் படிக்க)

I have been using firefox for more than 4 years now. But from about a year, i m facing the issue with the Sudden High CPU usage in Windows task manager.

The task manager has 2 different firefox processes. One being actual instance i am running. and the 2nd being the automatically opened in background.

i have figured out whenever i have active internet connection and my system is on charging the 2nd task automatically starts in background and uses upto 80% of cpu usage. Ending the 2nd task form task manager doesn't affect anything. only the cpu usage drops. Also Closing my firefox instance does nothing to that 2nd task.

I have tried lot of solutions i found on community. Nothing seems to help. problem still persist. I even posted comments on ongoing threads. but no reply from anywhere.

this is the last time i m trying. if i get a solution its good. otherwise i am going to shift to edge. I have no other choice.

Screenshots from multiple dates are attached.

Asked by Kj 6 மாதங்களுக்கு முன்பு

Answered by Kj 3 மாதங்களுக்கு முன்பு

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

toolbar text vanished, can't get text OR icons back

I'm on the ESR and just updated from 112.0.2 to 113.0.1. I had text rather than icons displayed on my toolbar. Now the text has vanished and I can't find a way to get t… (மேலும் படிக்க)

I'm on the ESR and just updated from 112.0.2 to 113.0.1. I had text rather than icons displayed on my toolbar. Now the text has vanished and I can't find a way to get text OR icons back. I have a disabled extension Classic Theme Restorer installed, but I thought it was already disabled long ago. In the Customize Toolbar dialog, the unused icons are displayed with text labels. When I drag one to the toolbar, it turns invisible like all the rest.

Asked by gsknick 6 மாதங்களுக்கு முன்பு

Answered by cor-el 6 மாதங்களுக்கு முன்பு

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

Missing "Send Tab to Device" button on linux

When I right click a tab I do not get the option to "Send Tab to Device" that I am used to on Windows. Is this missing from the Linux version? Or is there a setting for i… (மேலும் படிக்க)

When I right click a tab I do not get the option to "Send Tab to Device" that I am used to on Windows. Is this missing from the Linux version? Or is there a setting for it?

I have searched the internet for this problem and could not find such things. I would appreciate any help!

Asked by info3416 6 மாதங்களுக்கு முன்பு

Answered by info3416 6 மாதங்களுக்கு முன்பு

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

Exporting passwords: I'm being asked for my Windows 10 password but I don't have one set

I'm using Firefox 113.0.2. I want to export my logins and passwords, but when I click the 'export' option, a Windows Security window opens asking for my Windows login. I … (மேலும் படிக்க)

I'm using Firefox 113.0.2. I want to export my logins and passwords, but when I click the 'export' option, a Windows Security window opens asking for my Windows login. I don't have a Windows login set (no one else has access to my PC).

According to Firefox's own info, if you don't have a Windows password, the dialog asking for one shouldn't pop up.

I can't get past this and I've googled everything in sight. Does anyone else have a solution to this?

Thank you! Averill

Asked by Averill Buchanan 6 மாதங்களுக்கு முன்பு

Answered by cor-el 6 மாதங்களுக்கு முன்பு

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

Facebook not showing data and date on every post on Firefox

I noticed that on Facebook there is not shown data and time on every post. Some posts show this info, the other don't. I cleared cookies, deleted Facebook from history bu… (மேலும் படிக்க)

I noticed that on Facebook there is not shown data and time on every post. Some posts show this info, the other don't. I cleared cookies, deleted Facebook from history but it didn't help. On Chrome everything is showing normally. I put Firefox in solving problems mode, with add-ons off, it didn't help too. Any solutions?

Asked by matskrzela 6 மாதங்களுக்கு முன்பு

Answered by cor-el 6 மாதங்களுக்கு முன்பு

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

113.0.1 Has Issues

Prior to Version 113.0.1 I had No problems with all my web sites. Now, I have major issues. From not being able to log on to having to close the browser totally because F… (மேலும் படிக்க)

Prior to Version 113.0.1 I had No problems with all my web sites. Now, I have major issues. From not being able to log on to having to close the browser totally because Firefox won't allow me to go back to the site's home page. I know this accurate as I can log on to the sites via Safari and No problems and the sites work correctly.

Asked by thboo 6 மாதங்களுக்கு முன்பு

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

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

AdBlockPlus is no longer blocking ads after 5/12/23 update

I have AdBLockPlus (free version) installed and have not had any issues until today. Firefox did some updates and now the Add-In is no longer working. I have checked that… (மேலும் படிக்க)

I have AdBLockPlus (free version) installed and have not had any issues until today. Firefox did some updates and now the Add-In is no longer working. I have checked that it is specifically turned on for the websites I'm visiting and I've tried turning it off and back on to no avail.

Asked by anne2237 7 மாதங்களுக்கு முன்பு

Answered by anne2237 7 மாதங்களுக்கு முன்பு

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

Suffering to sync with Firefox

Hello: I have 2 profiles in use. 1 for personal use with their respective bookmarks, passwords, and extensions, and I have no trouble syncing with this one. However; pro… (மேலும் படிக்க)

Hello:

I have 2 profiles in use. 1 for personal use with their respective bookmarks, passwords, and extensions, and I have no trouble syncing with this one. However; profile 2 that is for work use that has its respective bookmarks, passwords and extensions, has become a nightmare.

It happens that I have both profiles on the same computer and when trying to create an account in Firefox, the system asks me to enter the email registered in profile 1, with the warning that bookmarks, passwords and extensions will be mixed.

I mention that I have migrated from Google Chorme to Firefox for speed reasons and because I use windows 7 (I don't like later versions) Now well; in Google Chrome you could create as many sessions as were registered but in Firefox you can't.

Oh! I have been working fine with Firefox but suddenly an error occurs (it has happened to me 2 times in the last 2 months) in which the program closes and all the data of my profiles stored on the pc DISAPPEARS or is deleted (including cache), when I want to open them again:

firefox.exe -P

Then I have to give myself the task of synchronizing profile 1, but profile 2 I have to be importing from my previous Google account or importing a backup Bookmark.

The option to copy and paste the data from Firefox to replace it in the path (supposedly brings with it the data of everything):

C:\ProgramData\Mozilla-1de4eec8-1241-4177-a864-e594e8d1fb38\updates\308046B0AF4A39CB

with Firefox turned off it has not worked for me. Since when opening I see 2 profiles called Default "X" and Default "Z" without data.

This is a headache that if it happens to me, it happens to millions who have 2 or more profiles.

Why can't I sync a second profile? Why do you insist that there can only be one sync per device? Is there a solution for this?

Note: I have read all the tutorials out there and the situation remains the same. Synchronization with 2 or more profiles is never described.

Thank you very much to whoever asked this question!

Asked by JC 6 மாதங்களுக்கு முன்பு

Answered by cor-el 6 மாதங்களுக்கு முன்பு

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

Bookmarks and Passwords - How to archive.

Over the years I have accumulated important links in my Firefox Bookmarks bar and passwords file and it would be a disaster if for some reason my hard drive got compromis… (மேலும் படிக்க)

Over the years I have accumulated important links in my Firefox Bookmarks bar and passwords file and it would be a disaster if for some reason my hard drive got compromised and I could no longer access them. Is there any way to copy the data to another set-up, independent of my laptop, from where the data could be retrieved in a usable form for display on another laptop or PC? Thanks.

Asked by joeogden 6 மாதங்களுக்கு முன்பு

Answered by cor-el 6 மாதங்களுக்கு முன்பு

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

Firefox is on all 4 of my destops (Mac OS Ventura 13.2.1)

I have a 2020 Mac Mini with Ventura 13.2.1 on it. I have four virtual desktops which are part of the OS. I place various apps on the others like stocks and weather etc. t… (மேலும் படிக்க)

I have a 2020 Mac Mini with Ventura 13.2.1 on it. I have four virtual desktops which are part of the OS. I place various apps on the others like stocks and weather etc. to diminish clutter on screen. Firefox shows up on all 4 of them. I want it on only one desktop. Safari works on only one and doesn't show in the other 3 desktops. I have searched the net but haven't found anything that speaks to this in particular. Thanks for any help with this and I hope it's just a simple setting. Regards, Jim Stephens

Asked by Jimi 6 மாதங்களுக்கு முன்பு

Answered by Jimi 6 மாதங்களுக்கு முன்பு

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

windows 10 firefox 113.0.2 and firefox developer 114.0b8 won't play videos

hello, i've facing this issue for weeks. i've completely abandoned windows server 2019 as daily os and installed windows 10 with latest patches. installed firefox and fi… (மேலும் படிக்க)

hello,

i've facing this issue for weeks. i've completely abandoned windows server 2019 as daily os and installed windows 10 with latest patches. installed firefox and firefox developer as usual and did my same settings for years. but videos can't be played on reddit, twitter and linkedin. i tried to refresh browser, disabled addons (only ublock and enhancer for youtube is installed) to be sure. but still got nothing. in my laptop with same addons and same privacy & security settings could play videos.

twitter: https://i.imgur.com/rnPSWpd.png

linkedin: https://i.imgur.com/LPrBbuA.png

i can share everything that would solves the problem. thank you in advance.

Asked by firefox_ruined_my_life 6 மாதங்களுக்கு முன்பு

Answered by firefox_ruined_my_life 6 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • 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… (மேலும் படிக்க)

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 6 மாதங்களுக்கு முன்பு

Answered by cor-el 6 மாதங்களுக்கு முன்பு

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

Firefox was crashing often, now it does it all the time after updating to 113.0

Some pages were crashing before, now that I have updated to 113, happens on almost any page. Same problem in troubleshooting mode, so not an extension, plug-in, etc. Atta… (மேலும் படிக்க)

Some pages were crashing before, now that I have updated to 113, happens on almost any page. Same problem in troubleshooting mode, so not an extension, plug-in, etc. Attached troubleshooting info.

Asked by lfox1 7 மாதங்களுக்கு முன்பு

Answered by lazizakhmedov1014 7 மாதங்களுக்கு முன்பு

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

colors of links are incorrect

The link colors are suddenly incorrect. Normally the links are blue and the visited links are purple, but now they are pastel light-blue and pastel pink. This problem is … (மேலும் படிக்க)

The link colors are suddenly incorrect. Normally the links are blue and the visited links are purple, but now they are pastel light-blue and pastel pink. This problem is not in Edge or Chrome. I am using Firefox 113.0.1

I have tried - rebooting windows - windows shutdown, wait, restart - changing the firefox website appearance and themes (auto, dark, light) Still no solution. Any ideas? Thanks.

Asked by jOhn+ny 7 மாதங்களுக்கு முன்பு

Answered by cor-el 6 மாதங்களுக்கு முன்பு