Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 izinyanga ezidlule

Answered by cor-el 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

"Speed", "Quality" and other video options multiply on some websites

Hello all, I am having problems with video playback on some websites (see screenshot attached). The problem is that the video options start to "multiply" - for example, … (funda kabanzi)

Hello all,

I am having problems with video playback on some websites (see screenshot attached). The problem is that the video options start to "multiply" - for example, when I start the video there is (as is normal) one 'Speed' and one 'Quality' button, but then every second these buttons start to multiply. This happens only on some websites - for example, it does not happen with normal videos on YouTube, although it happens on YouTube Shorts sometimes.

This is my first question on the Mozilla Support page, I thank you in advance for your help and I hope I follow the community guidelines. Please feel free to leave any suggestions or feedback concerning how I should proceed for asking for help in the future.

Asked by Pedro Montanari 11 izinyanga ezidlule

Answered by cor-el 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Video Playback

When trying to play videos on my laptop they look terrible. The video is completely blown out and doesnt apear as it should. When turnnig on the troubleshoot mode it fixe… (funda kabanzi)

When trying to play videos on my laptop they look terrible. The video is completely blown out and doesnt apear as it should. When turnnig on the troubleshoot mode it fixes it but then the video becomes choppy. I cant attach a photo because it looks normal when a screenshot is taken

Asked by jackharkin163 11 izinyanga ezidlule

Answered by TyDraniu 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

lost close button (X) on inactive tabs since version 113 install

Had the line .tab-close-button:not([pinned="true"]) { display: -moz-box !important; } in my userchrome.css which put the close button on all tabs. This no longer … (funda kabanzi)

Had the line

.tab-close-button:not([pinned="true"]) { display: -moz-box !important; }

in my userchrome.css which put the close button on all tabs. This no longer works.

Also there is no Close Button (X) on hover for inactive tabs.

Asked by newddx+mozila 11 izinyanga ezidlule

Answered by Terry 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 11 izinyanga ezidlule

Answered by TyDraniu 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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.

Asked by ONEEX 11 izinyanga ezidlule

Answered by TyDraniu 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 izinyanga ezidlule

Answered by conrad.rzuc 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to completely sanitise a given host from Firefox so it'd act the same as in private window?

I have a few websites, among them glovoapp.com and work Kibana, that don't open properly in my regular Firefox session any more even though I tried to remove cookies rela… (funda kabanzi)

I have a few websites, among them glovoapp.com and work Kibana, that don't open properly in my regular Firefox session any more even though I tried to remove cookies related to those websites and anything else I could think of. They work fine in private window but it means I have to authenticate each time. What steps do I need to perform to completely clean a website settings from Firefox memory?

In case of Glovo (and several other websites) in regular Firefox session there's an error: Content Security Policy: The page's settings blocked the loading of a resource at inline ("script-src"). Same doesn't happen in private window.

In case of Kibana (and several other websites) in regular session Firefox somehow remembers old authentication - it doesn't ask for new credentials and doesn't send Sec-Fetch-User header (which results in Kibana throwing HTTP 405 Method Not Allowed). In private window the header is sent correctly.

I'm using Tridactyl so I tried to use the :sanitise glovoapp.com command which, in theory, should remove everything that can be removed with API calls as described on https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/browsingData/DataTypeSet - it's not enough.

Asked by cprn 11 izinyanga ezidlule

Answered by cor-el 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Facebook Bugs When Using Firefox

These bugs have probably already been reported but just in case they haven't there's an issue where dates can't be viewed on Facebook posts without hovering the mouse cur… (funda kabanzi)

These bugs have probably already been reported but just in case they haven't there's an issue where dates can't be viewed on Facebook posts without hovering the mouse cursor over the title of the post. The other bug is the cursor often, but not always disappears when commenting on posts.

Asked by eugbug1 11 izinyanga ezidlule

Answered by TyDraniu 11 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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.

Asked by x2 11 izinyanga ezidlule

Last reply by Paul 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Pdf's being downloaded when I only want to view online

FF 113.0.2 Win 7 64 Bit When I read a pdf online it gets downloaded even though FF is set to always ask. When it asks I choose open with FF or open with Adobe Reader . B… (funda kabanzi)

FF 113.0.2 Win 7 64 Bit

When I read a pdf online it gets downloaded even though FF is set to always ask. When it asks I choose open with FF or open with Adobe Reader . Both downloads the file to my download folder. It doesn't ask what foder to download to even though I have FF set to ask where to download to in settings/general

I tried setting browser.download.improvements_to_download_panel to false as here https://support.mozilla.org/en-US/questions/1370494 but it didn't help

Asked by GardenSurfer 11 izinyanga ezidlule

Answered by TyDraniu 11 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Your Update is useless

Your new update, like your last several suck. It is sssllllooowww to load most webbsites. Watching a video is frustrating, pausing every few secons. I am SICK OF EATCH… (funda kabanzi)

Your new update, like your last several suck. It is sssllllooowww to load most webbsites. Watching a video is frustrating, pausing every few secons. I am SICK OF EATCHING THAT WHEEL GO ROUND AND ROUND. What is most frustrating is your damned "Update" looser, piggy-backed of of a windows update. I DID NOT want an update, because you idiots cant create a update that doesnt screw up every aspect of peoples browsing or interne5 experience. To m,ake it worse, you cowards hide. There is no way to contact a HUMAN, your help is a bunch of questions that are never answered by [redacted]. Since nobody can write a workable update, Get a job at a fast food joint, and hire people who give a damn, an can actually write something that [redacted] WORKS!!!!!!! I'm on my second ay trying to un-[redacted] your mess. How about sending me an email with a contact to a human with a functional brain. People should NOT have to spendd ays fixing an update that is worse than a virus.

Contact me @--[email address] OZR [telephone number]

Asked by ariesdoc19 9 izinyanga ezidlule

Last reply by Paul 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

cant move tabs with mouse

i cant move the tabs around in the task bar. my firefox version is up to date, but yesterday-ish my laptop forcibly updated itself. its still on windows ten, but thats th… (funda kabanzi)

i cant move the tabs around in the task bar. my firefox version is up to date, but yesterday-ish my laptop forcibly updated itself. its still on windows ten, but thats the only thing i can think of other than installing a kidpix four emulator that may have caused the problem

Asked by anubisgaythenecromancer 11 izinyanga ezidlule

Answered by anubisgaythenecromancer 11 izinyanga ezidlule