Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Επιλύθηκε

Facebook lagging

So for the last little while, Facebook has been making a complete nuisance of itself on firefox. This isn't a browser problem, because the other tabs I have open work pe… (διαβάστε περισσότερα)

So for the last little while, Facebook has been making a complete nuisance of itself on firefox. This isn't a browser problem, because the other tabs I have open work perfectly fine, but FB takes forever to load, and any button I press to interact with it, (like the reload button,) also lags, (but, again, works fine on other tabs,). It doesn't even register links as being clickable for a good minute after loading. The page also seems to reset every time I switch from another tab to it, showing a blank page with a loading symbol. I have tried deleting the entire history, and restarting the browser, and deactivating the adblocker, (the only extension active) and nothing seems to help. Does anybody know why it's doing this, (other than because the company follows the 'if it isn't broke, break it' theory, which we all already knew,) and how to fix it?

Ερώτηση από Khat 5 μήνες πριν

Απάντηση από Khat 5 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Firefox Opens But There Is No Window

I just installed Win 11 with a fresh Firefox install (113.0 / 64-bit). I use a single video screen. When I double-click on the FF icon, no Firefox browser window appears… (διαβάστε περισσότερα)

I just installed Win 11 with a fresh Firefox install (113.0 / 64-bit). I use a single video screen.

When I double-click on the FF icon, no Firefox browser window appears. However, in task manager, I can see that Firefox has opened and using a lot of memory.

I also put the FF icon in my "Pin to Taskbar" area. After I start FF, normally I would see the pinned icon highlighted (program open), but the taskbar FF icon does not show FF as active.

What have I destroyed this time?

Ερώτηση από jl11 6 μήνες πριν

Απάντηση από jl11 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

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.

Ερώτηση από anne2237 6 μήνες πριν

Απάντηση από anne2237 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (διαβάστε περισσότερα)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

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

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

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* 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: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

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

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

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

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

  1. 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; }

  1. 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{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Ερώτηση από scottish2 6 μήνες πριν

Απάντηση από jscher2000 - Support Volunteer 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Strange border around mozilla while fullscreen

Hello. Wanna report that i noticed strange border while in fullscreen mode while watching a video. The same things happens even if you go fullscreen mode on browser (not … (διαβάστε περισσότερα)

Hello. Wanna report that i noticed strange border while in fullscreen mode while watching a video. The same things happens even if you go fullscreen mode on browser (not a video). Yesterday was fine. System 7, 64bit, Mozilla update 113.0

Ερώτηση από mariogda1990 6 μήνες πριν

Απάντηση από TyDraniu 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Fullscreen mode

Hello, Today, when I first open Mozilla I noticed that I have problems with fullscreen mode. When I use fullscreen (f.g. on YouTube, but it's with all clips in other page… (διαβάστε περισσότερα)

Hello, Today, when I first open Mozilla I noticed that I have problems with fullscreen mode. When I use fullscreen (f.g. on YouTube, but it's with all clips in other pages too) I can see white borders (on the left, right and at the bottom). I checked on other browser (Chroma) and I don't have this problem there. Can this problem be connected with new update? Or something just broke and I should re-install?

Ερώτηση από infernofor3ver 6 μήνες πριν

Απάντηση από TyDraniu 6 μήνες πριν

  • Κλειδωμένο
  • Αρχειοθετήθηκε

Help me in config firefox

Hi, I disabled several options in about:config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and automatically n… (διαβάστε περισσότερα)

Hi, I disabled several options in about:config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and automatically navigated to it. Also, when there was a previously open page, and I open any bookmark (tags), the selected page opens in a new window, I want it. Please help me.

Ερώτηση από x2 6 μήνες πριν

Τελευταία απάντηση από Paul 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

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.

Ερώτηση από lfox1 6 μήνες πριν

Απάντηση από lazizakhmedov1014 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Firefox 113 - tab bar moved to above tool bar

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anyt… (διαβάστε περισσότερα)

I've just installed Firefox 113.0 and my tab bar is now above the toolbar and bookmarks bar. Up until 112, the tab bar was below the bookmarks bar. I have no changed anything in UserChrome and in fact that file is still dated 2020. I've searched but haven't found an explanation. Anyone know what changed or is this just a bug? Thanks

Ερώτηση από bobbd 6 μήνες πριν

Απάντηση από cor-el 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Version 113 has borders in fullscreen while watching youtube

I just upgraded firefox to v 113 64 bit with windows 7 ultimate. Now when I watch youtube in fullscreen there's a border around the screen. i don't use picture in pictur… (διαβάστε περισσότερα)

I just upgraded firefox to v 113 64 bit with windows 7 ultimate. Now when I watch youtube in fullscreen there's a border around the screen. i don't use picture in picture and it isn't on yet the border won't go away no matter what I do. Please fix this or i will use another browser. i will include a screenshot from youtube in fullscreen mode look at it.

Ερώτηση από ford1986f150 6 μήνες πριν

Απάντηση από Paul 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

youtube annotations not appearing

In youtube videos, creators will say "click the link above" and point and often there will be links on screen during a video for related content, aka annotations. They si… (διαβάστε περισσότερα)

In youtube videos, creators will say "click the link above" and point and often there will be links on screen during a video for related content, aka annotations. They simply don't exist in firefox. I can't click or even see them. I opened YT in chrome and the annotations all pop up and are clickable. Annotations are turned on I've cleared cookies to no avail. Please advise.

Ερώτηση από butlerjonas 6 μήνες πριν

Απάντηση από jonzn4SUSE 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Full screen having a "border" lately showing some of the site underneath.

Lately when opening something in full screen it shows the background as sort of a frame around it. The dark blue at the top is the header background colour I use. It's re… (διαβάστε περισσότερα)

Lately when opening something in full screen it shows the background as sort of a frame around it. The dark blue at the top is the header background colour I use. It's really annoying. I can't tell if it happened in a recent update as those happen automatically. But it's just been the past few days. I use 113.0 (64) right now. I'm sending a screenshot of how it looks.

Ερώτηση από birjon1 6 μήνες πριν

Απάντηση από TyDraniu 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Error Code F7701-1003

I get error code F7701-1003 when I try to play video from Netflix. A message says to upgrade to latest version which I already have.. Can you help with this?

Ερώτηση από oneandrew9 6 μήνες πριν

Απάντηση από cor-el 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

After updating from version 112 to 113 - performance has dropped dramatically.

After updating from version 112 to 113 - performance has dropped dramatically. In the beginning the performance after the update was faster than before. But as of tonig… (διαβάστε περισσότερα)

After updating from version 112 to 113 - performance has dropped dramatically.

In the beginning the performance after the update was faster than before. But as of tonight and today it's much worse than it was before the update.

I noticed that the browser started using more CPU than usual. Ryzen 7 5800X3D.

Cleaned cache already two times - didn't help. Tried Safe Mode - didn't help.

Ερώτηση από ONEEX 6 μήνες πριν

Απάντηση από TyDraniu 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

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.

Ερώτηση από jOhn+ny 6 μήνες πριν

Απάντηση από cor-el 6 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Bad contrast of text selected with mouse on some websites. CCS-Problem?

On some websites text selected by dragging the mouse appears with light gray background on white. See screenshot "Bad contrast" appended. Original: https://editio… (διαβάστε περισσότερα)

On some websites text selected by dragging the mouse appears with light gray background on white.

What I did to check for possible local problems:

  • Hardware (AMD Radeon HD 6670 connected by HDMI to Acer-QG241Y)

Used monitor color-test (https://www.eizo.de/monitortest/) and fiddeled arround with all color-gradients: all smooth.

  • switched off anything I could think of in Firefox (13.0 64 Bit Win 10 (updated today))

Extensions, plugins, themes

So I suspect there is no problem at all with my hardware or software. Just an bad choice in the color design of the websites I visit.

If so, what can I do? Is there any chance to provide some remedy locally? Installing a theme (I don't know anything about themes) or provide a local CCS to override the CSS of the website? (Would not know how to connect such skript to Fx and what to "instructions" to specify inside. But as I understand the idea of CCS correctly, this is an option that it was built for.)

Ερώτηση από anmichvon-firefox 6 μήνες πριν

Απάντηση από Terry 6 μήνες πριν