Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Okugcinwe kunqolobane

Dark mode on just some websites

Basically, I switch tabs a lot, and often between bright websites and dark websites. I know that Firefox has a way to force websites to dark mode, though it applies it to… (funda kabanzi)

Basically, I switch tabs a lot, and often between bright websites and dark websites. I know that Firefox has a way to force websites to dark mode, though it applies it to all websites. I don't really want that because some websites just look awkward when Firefox applies its dark mode to them. I want to know how to have Firefox only apply dark mode in a few domains that I choose? Thank you.

Asked by مُعَاذ القَصَّار 1 unyaka odlule

Last reply by willjoe24421 1 unyaka odlule

  • Okugcinwe kunqolobane

Not seeing the display from a python script that is expected. Page source shows the correct data

Running a python script #!/usr/local/bin/python print("Content-Type: text/html\n\n") print("<!DOCTYPE html>") print("<html>") print("<body>") import m… (funda kabanzi)

Running a python script

#!/usr/local/bin/python
print("Content-Type: text/html\n\n")
print("<!DOCTYPE html>")
print("<html>")
print("<body>")
import mysql.connector
mydb=mysql.connector.connect(
  host="localhost",
  user="root",
  password="XXXXXXXX",
  database="budget_2019"
)
cursorObject=mydb.cursor()
query="show tables"
cursorObject.execute(query)
print ("<table  class=box >")
print ("<TR><TH Colspan='1'>Expenses</TH></TR>")
print ("<form action=viewcf.php method=GET>")
print ("<input type=hidden name=mon value=7>")
print ("<input type=hidden name=year value=2023>")
myresult = cursorObject.fetchall()
for x in myresult:
	print("<TR><TD><input type=radio name=dbtable value={}></TD></TR>".format(x))
print("</form>")
print("</table>")
print("</body>")
print("</html>")
mydb.close()

Script runs successfully from the command line, giving this output Content-Type: text/html

<!DOCTYPE html>
<html>
<body>
<table  class=box >
<TR><TH Colspan='1'>Expenses</TH></TR>
<form action=viewcf.php method=GET>
<input type=hidden name=mon value=7>
<input type=hidden name=year value=2023>
<TR><TD><input type=radio name=dbtable value=('Charity',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Clothing',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Food',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Housing',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Insurance',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Medical',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Personal',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Recreation',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Taxes',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Transportation',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Utilities',)></TD></TR>
</form>
</table>
</body>
</html>

When run through Firefox I get the page seen in the attached image

Page Source from Tools->Browser Tools->Page Source looks like this

<!DOCTYPE html>
<html>
<body>
<table  class=box >
<TR><TH Colspan='1'>Expenses</TH></TR>
<form action=viewcf.php method=GET>
<input type=hidden name=mon value=7>
<input type=hidden name=year value=2023>
<TR><TD><input type=radio name=dbtable value=('Charity',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Clothing',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Food',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Housing',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Insurance',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Medical',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Personal',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Recreation',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Taxes',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Transportation',)></TD></TR>
<TR><TD><input type=radio name=dbtable value=('Utilities',)></TD></TR>
</form>
</table>
</body>
</html>

Asked by jedljr 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Okugcinwe kunqolobane

restore old data from firefox

Hi Mozilla Team i have formatted my laptop and reinstalled Firefox and when i logged in with my Firefox account , it didn't restore my saved data automatically ( bookmar… (funda kabanzi)

Hi Mozilla Team

i have formatted my laptop and reinstalled Firefox and when i logged in with my Firefox account , it didn't restore my saved data automatically ( bookmarks , passwords....etc ) i tried to restore the the data manually , and i accidentally restored a different a different google account on my current Firefox account so now 1 - i can't remove the current data i have on the Firefox account 2 - i need to know if i can restore data that i have saved several months ago , coz i reinstalled Firefox before after formatting and i didn't have any problem in the past with that

Thank You

Asked by shimaa.youssef 1 unyaka odlule

Last reply by Dropa 1 unyaka odlule

  • Okugcinwe kunqolobane

Wix Website Editor doesn't work in Firefox anymore? (Have to use MS Edge Browser)

Can you tell me if there's an update/fix for editing my "WiX" website in Firefox. Not sure when it started since I don't edit it often (maybe around oct/nov 2022 & t… (funda kabanzi)

Can you tell me if there's an update/fix for editing my "WiX" website in Firefox. Not sure when it started since I don't edit it often (maybe around oct/nov 2022 & this week again that I have seen it).

I can access the main Wix site for my website account, but when I go to the "Edit my Website" link, all it does is sit there with the loading icon and never finishes. If I switch over to Edge browser the website editor works right away.

Asked by Mpgrimm2 1 unyaka odlule

Last reply by Dropa 1 unyaka odlule

  • Okugcinwe kunqolobane

Facebook rapid auto scrolling on Firefox

Facebook rapid auto scrolling on Firefox, but not on Edge. FB will jump ahead 5 or 6 posts (rapidly aut scrolling). Have to scroll backwards to see missed posts, but it… (funda kabanzi)

Facebook rapid auto scrolling on Firefox, but not on Edge. FB will jump ahead 5 or 6 posts (rapidly aut scrolling). Have to scroll backwards to see missed posts, but it rapidly auto scrolls forward again.

Asked by jjant2004 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Can Mac native "Look up words" function be enabled?

Back when I used Chrome, there used to be an option when you could right-click a word and get an option in the context menu to "look up". In Firefox this doesn't seem to … (funda kabanzi)

Back when I used Chrome, there used to be an option when you could right-click a word and get an option in the context menu to "look up". In Firefox this doesn't seem to be the case. Is there a way to enable this? For those of you who don't know what feature I'm talking about, here's Apple's write up: https://support.apple.com/guide/mac-help/look-up-words-mchl3983326c/10.14/mac/10.14

I've also included screenshots of the feature working in Chrome.

Asked by sturdy-cloud 1 unyaka odlule

Last reply by Paul 1 unyaka odlule

  • Okugcinwe kunqolobane

Firefox account login issue

I can sign out and re sign in to my Firefox browser (PC) with password xxxxxxxx. ( I signed into this support page using xxxxxxxx). I can sign into my Firefox account on … (funda kabanzi)

I can sign out and re sign in to my Firefox browser (PC) with password xxxxxxxx. ( I signed into this support page using xxxxxxxx). I can sign into my Firefox account on Microsoft Edge browser using my email address and password xxxxxxxx.

However, (using Firefox or Edge) once in Firefox manage account settings, when trying to change my password - using xxxxxxxx as 'my current password', I get a red banner stating 'incorrect password'. I now don't have an account recovery key, as I was in the process of changing this when I found that the password xxxxxxxx was called incorrect.

Just to see, tried my Firefox sync password yyyyyyyy. Did not work, as expected.

What is going on? How can I change my password? How can I create a new recovery key?

Asked by gberg 1 unyaka odlule

Last reply by willjoe24421 1 unyaka odlule

  • Okugcinwe kunqolobane

how can i change themes text colors ?

how can i change text color for downloaded themes  ? as the photo this recommended theme wold be better if i can change colors of the text on tabs.. couldn't find a… (funda kabanzi)

how can i change text color for downloaded themes  ? as the photo this recommended theme wold be better if i can change colors of the text on tabs.. couldn't find a recommended extensions to do this job

Asked by WinterAutumn Boy 1 unyaka odlule

Last reply by Bithiah 1 unyaka odlule

  • Okugcinwe kunqolobane

Content Security Policy blocking external script

Hello, I am experiencing an issue when accessing my website using Firefox on Mac. The browser blocks the loading of an external Google Adsense script, logging the foll… (funda kabanzi)

Hello,

I am experiencing an issue when accessing my website using Firefox on Mac.

The browser blocks the loading of an external Google Adsense script, logging the following error: "Content Security Policy: The page's settings blocked the loading of a resource". Here is an example URL:

https://www.varbes.com/

To my understanding, the site does not have a Content Security Policy ('CSP'). We don't send a CSP network header or in the HTML, so am at a bit of a loss as to how I debug this.

I don't see the same issue using Firefox on Windows, or with Chrome, Edge or Safari. I have performed a fresh install of Firefox on my Mac to make sure no extensions are causing the issue.

Other websites seem to be running the same AdSense code okay.

Any suggestions would be greatly appreciated.

Many thanks, Matt

Asked by contact778 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Sync forgot my saved passwords

Hi! Seems like the Synchronize forgot the passwords that I saved to it. Here is what happened: Before reinstalling Windows I created the Firefox account to save all pa… (funda kabanzi)

Hi!

Seems like the Synchronize forgot the passwords that I saved to it.

Here is what happened: Before reinstalling Windows I created the Firefox account to save all passwords etc. On a fresh Windows I looged to Firefox account and got all my login data etc. without problems. Then I had to reinstall Windows again but after logging in to Firefox account there was no passwords - just the favourite tabs.

Is there a way to retrieve a version from a given date?

Asked by filecmarcin 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Setting a Master Sync computer

I had several devices connected to sync. I want my main desktop to be the "mothership" so to say, and all other devices mimic its settings. I'm terrified I'm going to hit… (funda kabanzi)

I had several devices connected to sync. I want my main desktop to be the "mothership" so to say, and all other devices mimic its settings. I'm terrified I'm going to hit sync on my new laptop and it'll just sync its empty bookmarks to all devices.

What do I have to do to ensure that everything copies my PC, instead of pushing their own changes?

Actually ideally what I want to happen is for all my devices to get their settings from the master computer, but any changes they make after that to be sent upstream to the mothership and vice versa

Asked by signusmelko 1 unyaka odlule

Last reply by jonzn4SUSE 1 unyaka odlule

  • Okugcinwe kunqolobane

Browser history recovery

As of recent I've been having troubles with my Firefox browser. Out of nowhere it has started relentlessly purging my browser history to the point where nothing lasts mor… (funda kabanzi)

As of recent I've been having troubles with my Firefox browser. Out of nowhere it has started relentlessly purging my browser history to the point where nothing lasts more than a week now before getting deleted, and it is only getting worse. Prior to this Firefox would save data from over a year and simply just remove the oldest data in order to make room for the newest whenever necessary. That is no longer the case now.

I'm fairly certain that I haven't done anything to cause Firefox to do this, but I can't be sure. Looked in the settings and can't see anything that would cause this.

So my questions are: 1.) Can the history deleted be recovered? and 2.) Is it possible to get Firefox to stop purging my history on it's own so frequently?

Any and all help is appreciated.

Asked by georgekalimeris02 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Change Default of Enhanced Tracking Protection to Disabled

How can we change the default behavior for ETP? I do not want it automatically enabled on all of my tabs and windows by default. If I need it, I would like to set it myse… (funda kabanzi)

How can we change the default behavior for ETP? I do not want it automatically enabled on all of my tabs and windows by default. If I need it, I would like to set it myself. It's causing issues with visiting various websites and I'm also a web developer. It's a little annoying with this turned on all the time. How can we set the default to Off and not On?

Asked by thecre8tivediva 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Music is studdering in Firefox

Hi For 3 days now all sounds that is played in Firefox is studdering, like it loads to fast. Windows Audio Endpoint Builder activity go sky high too. Can not even play … (funda kabanzi)

Hi For 3 days now all sounds that is played in Firefox is studdering, like it loads to fast. Windows Audio Endpoint Builder activity go sky high too. Can not even play spotify songs at all when it gets like this, the audio loads, but no sound can be herd. It started just random as I was watching youtube.

But if I play sound in any other web browser or outside of Firefox on VLC or something , the sound is just fine. I removed any added tools, restarted, no it did not work.

Then today, is suddenly went back to normal.... for half the day then it went bad again. Then I was listening on a playlist on Spotify and it went silent so I though the playlist stopped , but no. It was not it, now youtube was messing again.

So what did I do half of the day that fixed it and caused it....I was doing as any other day , looking at youtube and listen to spotify... not much more this day.

This is very annoying to me :(

Asked by sonny.mikszath 1 unyaka odlule

Last reply by willjoe24421 1 unyaka odlule

  • Okugcinwe kunqolobane

firefox asks for my fingerprint

When I log into my financial institution, it asks for my user name and password. This is normal. However, tonight when I tried to log in, a window popped up asking for m… (funda kabanzi)

When I log into my financial institution, it asks for my user name and password. This is normal. However, tonight when I tried to log in, a window popped up asking for my fingerprint It identified itself as coming from Firefox. This has not happened before. Is this action true? or a scam? If true, do you know why it has started popping up? (Did I flip a switch in the browser, then forget about it?) I've attached a screen grab of the window. Thanks for your help Tom

Asked by Tom Mullen 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Windows MSIX Package

I now have two Firefox apps downloaded and I'm not sure what to do. Please see the one I have attached since it has a completely different name: Windows MSIX Package Mozi… (funda kabanzi)

I now have two Firefox apps downloaded and I'm not sure what to do. Please see the one I have attached since it has a completely different name: Windows MSIX Package Mozilla MSIX 1.0 The other app has the usual information such as Version, which is the same as the image I uploaded for you. The only difference between the two is Windows MSIX Package Mozilla MSIX 1.0 is excluded from the second Mozilla Firefox app.

The first one I downloaded was with the Windows app. through the Windows Store.

Now, what do I do? Obviously, I need to delete one of these and I don't know which one to delete or where to find these files.

Also, when I unpin the app from the taskbar both app icons come back.

HELP, please Rhonda

Asked by Rhonda 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Does Firefox Automatically perform OCR on PDF Documents?

My bank delivers monthly statements as rasterized copies of their paper statements. They are clearly pixelated and not text. However, when I open one of these PDFs in Fir… (funda kabanzi)

My bank delivers monthly statements as rasterized copies of their paper statements. They are clearly pixelated and not text. However, when I open one of these PDFs in Firefox I am able to select the rasterized text, as you can see from the attached screenshot clip.

How is this possible?

Asked by Helmanfrow 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Okugcinwe kunqolobane

Can't send emails, spam message

Hi, all of a sudden my outgoing emails are met with the following message: ending of the message failed. An error occurred while sending mail. The mail server responded: … (funda kabanzi)

Hi, all of a sudden my outgoing emails are met with the following message: ending of the message failed. An error occurred while sending mail. The mail server responded: Message rejected as spam (CM).. Please check the message and try again. These are to correspondents I regularly send emails to, and I could email them as recently as last night. Is this a firewall issue or a server issue? Please help. Karen

Asked by kspeech 1 unyaka odlule

Last reply by James 1 unyaka odlule