Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Web site hung up, only displays JSON line

I suspect that I triggered something with a keyboard key sequence but cannot find anything that will help me escape it. When I enter a specific web site, the screen displ… (funda kabanzi)

I suspect that I triggered something with a keyboard key sequence but cannot find anything that will help me escape it. When I enter a specific web site, the screen displays

JSON Raw Data Headers Save Copy Collapse All Expand All Filter JSON

These are all active but do nothing that I can see.

How do I turn this off, everything I can find starts going into programming Java

Asked by Rod Rocheleau 3 izinyanga ezidlule

Last reply by Rod Rocheleau 2 izinyanga ezidlule

Sending tab from one laptop to another

On one laptop right-clicking on a tab gives me a Send tab to device option and when I click on it I get a message that the tab was sent. But the tab doesn't arrive on the… (funda kabanzi)

On one laptop right-clicking on a tab gives me a Send tab to device option and when I click on it I get a message that the tab was sent. But the tab doesn't arrive on the other laptop. 2. Though I'm using the same version of Firefox on both laptops, I can only find the send tab option on one laptop because the menus are different. And many of the instructions I see online describe items on the menu that just don't show up. I know that I was once -- I don't know how long ago -- able to send a tab from one laptop to another. Most of the instructions are about sending from a phone to a desktop or vice versa. I hope someone can help. Thank you.

Asked by marksa21 3 izinyanga ezidlule

Last reply by cor-el 2 izinyanga ezidlule

Unknown Apps running

I am running Firefox. When I open the Task Manager, it shows that there are 13 Apps listed for Firefox with 1 for Runtime Broker. I have only 2 tabs open. Task manager… (funda kabanzi)

I am running Firefox. When I open the Task Manager, it shows that there are 13 Apps listed for Firefox with 1 for Runtime Broker. I have only 2 tabs open. Task manager shows that all together the Firefox apps are using only 0.4% of CPU, but are using 521.3MB of memory. When moving around the different apps I am using, the non Firefox apps are running more slowly due to the amount of memory used by all these Firefox accounts. I want to know what are these apps and why are they there when I have only the 2 tabs open?

*Email removed for privacy reasons*

Asked by svillecb 3 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 3 izinyanga ezidlule

if I am in an existing tab and try to go to another the other just blinks and never connects. Say I am in ebay and I see something and click on it. A new tab is made but it just clicks and nothing else.

If I try to goto a new tab the new tab just blinks and never connects. Say I am in ebay and I see something and click on it. A new tab is made but it just clicks and no… (funda kabanzi)

If I try to goto a new tab the new tab just blinks and never connects. Say I am in ebay and I see something and click on it. A new tab is made but it just clicks and nothing else.

Asked by greg 3 izinyanga ezidlule

Home page

I would love to remove CNN and MSNBC from appearing on my computer. If I can get them from auto playing that would be nice also. What do I need to do? Danny *Email remo… (funda kabanzi)

I would love to remove CNN and MSNBC from appearing on my computer. If I can get them from auto playing that would be nice also. What do I need to do? Danny *Email removed for privacy*

Asked by dewesley 3 izinyanga ezidlule

Last reply by cor-el 3 izinyanga ezidlule

Login problem with citizen's banking site

I'm having a problem logging into one of my banking sites. I talked to the bank tech support yesterday and did a password reset. There was nothing wrong with my old pas… (funda kabanzi)

I'm having a problem logging into one of my banking sites. I talked to the bank tech support yesterday and did a password reset. There was nothing wrong with my old password. That worked yesterday but today I'm back to the same problem. It won't log me in.

I deleted cookies and cleared cache but still not logging me in. I tried another browser (Edge) and got right in. In Firefox, I use private mode to log into financial accounts but I also tried the regular browser and still won't let me in. This is the only account I have a login problem with. It did work after the password reset if that's a clue but I don't want to have to do that every day just to check my account.

Here is the site:

https://www3.citizensbankonline.com/efs/servlet/efs/login.jsp

I need a fix for this. It's very inconvenient and it is the only account I have a problem logging into with Firefox.

Thanks for the help.

Asked by punbrain 3 izinyanga ezidlule

spotify not playing on firefox for mac

I recently started using Firefox as my main browser after using Chrome for awhile, and I'm now running into trouble playing music on Spotify. Every time I try to play a… (funda kabanzi)

I recently started using Firefox as my main browser after using Chrome for awhile, and I'm now running into trouble playing music on Spotify.

Every time I try to play a song on the browser version of Spotify, it cycles through several quickly without playing anything and eventually displays an error message that says: "Spotify can't play this right now. If you have the file on your computer you can import it."

I've seen others with similar issues (https://support.mozilla.org/en-US/questions/1431659) but the suggested fixes aren't working for me. My Firefox is up-to-date, I have DRM controlled content enabled, as well as the Widevine Content Decryption Module.

Looking for any suggestions!

Asked by ma285598119 3 izinyanga ezidlule

Last reply by zeroknight 3 izinyanga ezidlule

No stream in Utube but will in Edge

New Windows 11 computer will not stream on Utube. I have 2 others with W10 and they stream fine. Tried to use Edge (ugh) and it works flawlessly. Personally I think th… (funda kabanzi)

New Windows 11 computer will not stream on Utube. I have 2 others with W10 and they stream fine. Tried to use Edge (ugh) and it works flawlessly. Personally I think this is done by microshit.

Asked by Jack3M 3 izinyanga ezidlule

Last reply by zeroknight 3 izinyanga ezidlule

background-blend-mode is no longer functioning as it should with color option

Hi, I created a website with a pretty simple css in the body of the page. I have a background image, but its colors are too dominant, so I also added a background color … (funda kabanzi)

Hi,

I created a website with a pretty simple css in the body of the page. I have a background image, but its colors are too dominant, so I also added a background color property to make the background more "pale". This approach worked perfectly in Chrome and I am 99% sure that I also tested this back then in Firefox and it worked as expected.

Now, only a white background is displayed in Firefox (Chrome works perfectly), which is interesting, because nor the image nor the set colour is white (well... the colour is white, but it is semi transparent). Did I miss something or is this an accidentally added bug in Firefox?

For your reference I attach a minimal working (in Chrome the paler background is displayed properly, in Firefox white page) example (note: change image url to whatever):

html:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <script src="script.js"></script>
</body>
</html>

css:
body{
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
    flex-direction: column;
    background-image: url(./resources/splash.jpg);
    background-position: center;
    background-size: cover;
    background-color:  rgba(255,255,255,0.1);
    background-blend-mode:color;
}

I appreciate the help, Mark

Asked by szalaimd 3 izinyanga ezidlule

Last reply by zeroknight 3 izinyanga ezidlule

Youtube live's not auto starting when counter runs out

Hi I've no idea which section this should go.. I'm having an issue when a youtube channel im following sets a live. When I get the card on the desktop for the 30 min time… (funda kabanzi)

Hi I've no idea which section this should go.. I'm having an issue when a youtube channel im following sets a live. When I get the card on the desktop for the 30 min timer, I'll click it.. sometimes it will open in a new tab (usually the card just disappears), that's another problem.. Anyway.. If I switch to the new tab at the time the live should have started, it shows the counter reset to 30 minutes.. if I F5 the page it will load the live.. Is there a way to auto start the live when the counter hits zero?

Hope that wasn't as clear as mud...

Thanks

Asked by Tracy Scott 3 izinyanga ezidlule

Last reply by zeroknight 3 izinyanga ezidlule

Is there any possible way to darken the Grey text on so many websites?

The Grey Text Fetish throughout The Web is ruining what little Senior Eyesite I have left. I don't want to switch browsers, but I'm not finding any way to darken text in … (funda kabanzi)

The Grey Text Fetish throughout The Web is ruining what little Senior Eyesite I have left. I don't want to switch browsers, but I'm not finding any way to darken text in Firefox. Help!

Asked by dwgrisham 3 izinyanga ezidlule

Last reply by zeroknight 3 izinyanga ezidlule

ff update messed up Google sign in

I updated FF per regular basis. Now I can't log into Google because my phone is no longer an option. A tablet is an option but it's physically inaccessible. All I did wa… (funda kabanzi)

I updated FF per regular basis. Now I can't log into Google because my phone is no longer an option. A tablet is an option but it's physically inaccessible. All I did was click update and restart. Nothing unusual about that. My phone can't access Google accounts either. I'm not the most tech savvy and so I have no clues how to remedy this situation.

Asked by SCLB 3 izinyanga ezidlule

Last reply by cor-el 3 izinyanga ezidlule

Firefox stops responding to left mouse clicks

Hello! Since at least one update, and maybe two, I have been having the following experience: For context: I do remote work via Zoom and Teams. I am using an iMac r… (funda kabanzi)

Hello!

Since at least one update, and maybe two, I have been having the following experience:

For context: I do remote work via Zoom and Teams. I am using an iMac running Sonoma 14.1. I use a magic keyboard and magic mouse. I bought the computer in March of 2023.

1. Open Firefox and use it for a while. All is well.

2. Out of nowhere, with no sequence or pattern I have been able to discern so far, Firefox stops responding to left button mouse clicks. Right ones still work.

3. Quit Firefox and re-open.

4. It responds to left button clicks again.

I don't usually have to do this more than once per day, although I had had days during which I had to do it two or three times.

This does not occur in Safari or Chrome.

Thoughts? X-sH

Asked by alicerichmond 3 izinyanga ezidlule

Last reply by alicerichmond 3 izinyanga ezidlule

In Firefox, I want to load several tabs each time I start Firefox, but now the same tabs repeat when I refocus on Firefox

I had Firefox set to load 4 tabs when started. Something has changed recently and now it seems as if the same 4 sites keep repeating somehow. I have set the Home/Custom… (funda kabanzi)

I had Firefox set to load 4 tabs when started. Something has changed recently and now it seems as if the same 4 sites keep repeating somehow. I have set the Home/Custom URLs to these 4 sites, but cannot prevent them to load again when already loaded.

Asked by Fred B 3 izinyanga ezidlule

Last reply by cor-el 3 izinyanga ezidlule

Picture In Picture On Top of Full Screen Application

Last update disabled picture in picture mode -- on top of full scree applications. Please advise how to correct / adjust. This feature is vital to my work. Thank you fo… (funda kabanzi)

Last update disabled picture in picture mode -- on top of full scree applications.

Please advise how to correct / adjust. This feature is vital to my work.

Thank you for your time and help.

Asked by Jemmma 3 izinyanga ezidlule

Last reply by cor-el 3 izinyanga ezidlule

  • Kusonjululiwe

SBS On Demand Video Playback error

I have been watching SBS OnDemand successfully until today. I now receive a consistent Video Playback error on any video using Firefox Ver 124.0.1.  I do not have an Adbl… (funda kabanzi)

I have been watching SBS OnDemand successfully until today. I now receive a consistent Video Playback error on any video using Firefox Ver 124.0.1.  I do not have an Adblocker installed. (Windows 11 Pro 23H2).  I do have AVG Internet Security installed.  I installed no apps. I turned off Enhanced Protection for sbs.com.au in Firefox but the problem persists. The problem does not occur on Chrome.

Asked by janene.l.pierce 3 izinyanga ezidlule

Answered by janene.l.pierce 3 izinyanga ezidlule