Showing questions tagged: Show all questions
  • Solved
  • Archived

Tab Close button "X" on hover

Till version 112 I used this in my userChrome.css to get back the close buttons on tabs, but only when I hover over them (active or inactive tabs): .tab-close-button{ dis… (read more)

Till version 112 I used this in my userChrome.css to get back the close buttons on tabs, but only when I hover over them (active or inactive tabs): .tab-close-button{ display: none } .tabbrowser-tab:not([pinned]):hover .tab-close-button{

   display: -moz-box !important

}

But now with version 113.0.1 it doesn't work at all and no X appears when I hover over my tabs.

I tried adding #tabbrowser-tabs[closebuttons="activetab"] on top of the previous code, but it made the X appear all the time.

How could I update this code so I get the desired result only when I hover over a tab?

Asked by Neo2x 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

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… (read more)

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?

Asked by infernofor3ver 12 months ago

Answered by TyDraniu 12 months ago

  • Solved
  • Archived

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… (read more)

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.

Asked by butlerjonas 12 months ago

Answered by jonzn4SUSE 11 months ago

  • Solved
  • Archived

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 … (read more)

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

Asked by mariogda1990 12 months ago

Answered by TyDraniu 12 months ago

  • Solved
  • 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 … (read more)

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 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • 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. … (read more)

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 11 months ago

Answered by TyDraniu 11 months ago

  • Solved
  • Archived

Disabling media.hardwaremediakeys.enabled does nothing

I don't like Firefox videos showing up in my media player controls, so I turned off media.hardwarekeys.enabled, but it doesn't seem to do anything anymore. I'm pretty sur… (read more)

I don't like Firefox videos showing up in my media player controls, so I turned off media.hardwarekeys.enabled, but it doesn't seem to do anything anymore. I'm pretty sure it used to work at some point, don't know when it stopped working. Even though I have it turned off, videos still appears in the Media Player on my panel, and I can play and pause them with the play/pause button on my keyboard. I have also tried disabling dom.media.mediasession.enabled, but that doesn't help either.

KDE Neon 5.27 Firefox 113.0.2

Asked by rbits0 11 months ago

Answered by rbits0 11 months ago

  • Solved
  • Archived

Warm color in videos started several days ago

Last week, mid-day one day, videos on YouTube suddenly all had a warm cast --yellowish for color, cream/beige for B&W. I have researched the issue as I can. It is not… (read more)

Last week, mid-day one day, videos on YouTube suddenly all had a warm cast --yellowish for color, cream/beige for B&W. I have researched the issue as I can. It is not my Windows night light; my drivers and PC are apparently all updated; everything is working fine. I checked to see if the same happened with Vimeo videos and it did. I'm running W10.

   Interestingly, the pop-up thumbnails one gets when hovering over the timeline as not affected; they look fine.
   One post by someone else was answered that it was a GPU driver issue; another said it's only with HD videos.
   I'm a B&W photographer and would really like to get back to normal again. 
   Any ideas?

Asked by philipu39 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

JavaScript disabled in temporary extension (developed by me)

In about:config javascript.enabled = True I didn't change any settings there. If I place, for example, " "options_ui": { "page": "settings.html", "open_in_t… (read more)

In about:config javascript.enabled = True

I didn't change any settings there.

If I place, for example, " "options_ui": {

   "page": "settings.html",
   "open_in_tab": true
 },"

in the manifest.json of the extension, it does open the settings.html page as intended. Problem is that no JS script on settings.html works, be it if it's inline HTML or as a separate file (I tried separate file, as I thought it might be a security thing).

I mean even simple JS such as console.log or

"<button onclick="showPopup()">Show Popup</button>

   <script>
       function showPopup() {
           alert('Hello! This is a popup.');
       }
   </script>"

Other actually installed extensions - their JS on settings pages runs.

I also tried running settings.html as a popup, and I succesfully done so, it's just that once again JS didn't work...

I'm at my wits end, I have googled, I have chatted with the ChatGPT, took me hours thinking it was something wrong with my code... I'm actually making something useful, never done before (it reads out youtube subtitles via TTS, providing ability to still hear original sound, its emotions, no need to look at the screen and it's also a passive language learning type of thing), and it works, it's just that setting page's JS, which I think I need to allow users change speed of TTS and volume of the TTS

Asked by conrad.rzuc 11 months ago

Answered by conrad.rzuc 11 months ago

  • Solved
  • 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… (read more)

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 11 months ago

Answered by anne2237 11 months ago

  • Solved
  • Archived

Firefox always downloads a pdf files from an e-mail attachments, whether I open it in a browser or with acrobat reader.

Hello, Firefox always downloads a pdf files from e-mail attachments, whether I open it in a browser or with acrobat reader. So, if I open the same file every time it goe… (read more)

Hello, Firefox always downloads a pdf files from e-mail attachments, whether I open it in a browser or with acrobat reader. So, if I open the same file every time it goes to download folder with multiple clones, like example file-1, example file-2 etc. I've used every combination of options, but the result is always the same. I've refreshed Firefox, but nothing changed.

Please help me with this case.

Regards, Paweł

Asked by Pierwszalepszabylewolna 11 months ago

Answered by jscher2000 - Support Volunteer 11 months ago

  • Solved
  • Archived

Reinstalling my Firefox data from a PC that dies to a new one

My laptop died but I have been able to rescue the SSD and turn it into a USB connected external drive. I can see all data from my old PC. I have tried to copy all of my… (read more)

My laptop died but I have been able to rescue the SSD and turn it into a USB connected external drive. I can see all data from my old PC.

I have tried to copy all of my User, Local Apps Data Mozilla Profile data folders to my new Laptop but the data does not appear when I fire up Firefox on the new laptop.

The old laptop folder was c:\Users|Phil, the new laptop is C:\Users\Phill {setup of new PC added a second L to my name}

Is this an issue ?



Asked by phil.libbis 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

Twitter videos getting darker and with wrong colours when I fullscreen them. Same happen for all the videos on youtube (fullscreen and normal size)

Since the last Firefox update (I'm now using Firefox 113.0.1 64bit on Windows 11) when I play a video on Twitter, it plays with the right colors until I fullscreen it. Wh… (read more)

Since the last Firefox update (I'm now using Firefox 113.0.1 64bit on Windows 11) when I play a video on Twitter, it plays with the right colors until I fullscreen it. When I fullscreen it, the video becomes darker and the colors are wrong.

  • The same happens to youtube videos (both fullscreen or normal size): the colors are not right and they looks darker.
  • The same problem happens using both my laptop's internal monitor and the external monitor.
  • I tried to reinstall Firefox but it didn't fix it.
  • I also tried to take a screenshot of the "wrong colors" videos using the Windows screenshot tool but the output image is displayed with the right colors and not with the darker ones.
  • Using Chrome the colors are correct and I never had this problem before the last Firefox update.

Asked by Guloma 11 months ago

Answered by TyDraniu 11 months ago

  • Solved
  • Archived

Can't open first pinned tab when FF window maximized

When FF (113.0.1) is maximized clicking on the first (left hand) pinned tab does not open the tab. Hovering over the tab doesn't change the background color of the tab.… (read more)

When FF (113.0.1) is maximized clicking on the first (left hand) pinned tab does not open the tab. Hovering over the tab doesn't change the background color of the tab.

If I restore down the window, hovering over the tab changes the background color of the tab from light grey to a slightly darker grey and clicking the tab opens it.

Asked by ozhamlet 11 months ago

Answered by ozhamlet 11 months ago

  • Solved
  • Archived

bookmark library contains items which are not bookmarked

My bookmarks are in the list, but URLs which are not bookmarked are also in the list. (I say some of the entries are not bookmarks because there is no blue star if I doub… (read more)

My bookmarks are in the list, but URLs which are not bookmarked are also in the list. (I say some of the entries are not bookmarks because there is no blue star if I double click on them.)

Asked by jackf222 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

Firefox preventing Mac from sleeping

I have noticed in the last few days that Firefox is keeping my Mac from sleeping. This seems to have started around the time of updating Firefox to version 113.0.2 which… (read more)

I have noticed in the last few days that Firefox is keeping my Mac from sleeping. This seems to have started around the time of updating Firefox to version 113.0.2 which happened 4 days ago. Any thoughts on how to debug this?

Asked by Rumboogy 11 months ago

Answered by Rumboogy 11 months ago

  • Solved
  • Archived

Latest Update causes MAJOR Lag time

Last Tuesday, Win 11 AND Firefox both updated on the same day, Firefox to 113.0.1. Ever since, my Firefox has experienced SIGNIFICANT lag time loading even the most basi… (read more)

Last Tuesday, Win 11 AND Firefox both updated on the same day, Firefox to 113.0.1. Ever since, my Firefox has experienced SIGNIFICANT lag time loading even the most basic of websites. It feels like Netscape 1.0 slow (yes, I'm that old). I've disabled 2/3ds of my addons to see if that would help and it hasn't. I don't know if it's an issue with the Win 11 update (KB5026372), with Firefox or some combination of both, but any help in addressing this issue would be greatly appreciated.

Asked by brega03 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

how to delete all thmes at once

hello i have around 30+ themes and i want to delete all of themes (because i want to keep the favorite ones ) but if i delete them one by one takes time , is there any op… (read more)

hello i have around 30+ themes and i want to delete all of themes (because i want to keep the favorite ones ) but if i delete them one by one takes time , is there any option to delete them all at once i haven't found anything on internet

Asked by arianramianpour 11 months ago

Answered by arianramianpour 11 months ago

  • Solved
  • Archived

Error with facebook page

I'm using the latest version of firefox, at the moment i had a trouble. Text of timeline zone of my facebook hidden, first timeline unhide but other timeline hidden. I'm … (read more)

I'm using the latest version of firefox, at the moment i had a trouble. Text of timeline zone of my facebook hidden, first timeline unhide but other timeline hidden. I'm restart my firefox, remove and resync ... but this error continue. I'm try other browser as chrome, brave no error. How to fix it? I'm the fan of Firefox but user experience too bad with this error I'm upload some images screenshot with error and no error with chrome browser. ++

Asked by clonemux001 11 months ago

Answered by cor-el 11 months ago

  • Solved
  • Archived

Still requesting password for Gmail, even after exceptions

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had do… (read more)

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had done all it would take to have Gmail remember them. Am I missing something?

Also, we cleared cache.

Thank you, Meg

Asked by bifrostfarms1 11 months ago

Answered by Terry 11 months ago