Wo le biabia siwo wotag la fiam: Fia biabiawo katã

Bold type is garbled on my home page and on some web pages

At moment and for the past week or so, my email and other web pages garble all the bold type. This has happened periodically for the better part of a year. It will be nor… (xle nububuwo)

At moment and for the past week or so, my email and other web pages garble all the bold type. This has happened periodically for the better part of a year. It will be normal for a month or so then be garbled as shown in the attached screen shot. This only happens on Firefox, not on Mac mail, Google Chrome, or Safari.

Asked by bess design 1 gaƒoƒo si va yi

Recent activity

My recent activity rows have stopped updating. Before whenever I started a new show on a streaming website they would update and have the new show I was watching in the r… (xle nububuwo)

My recent activity rows have stopped updating. Before whenever I started a new show on a streaming website they would update and have the new show I was watching in the recent activity panel and that made it a lot easier for me to reopen the website and resume watching my shows but for some reason they wont update now and previous shows keep showing up.

Asked by neensmalik 3 gaƒoƒo siwo va yi

Using Firefox today had trouble with online checking account Submit button grayed out, including trying to get a new Comcast account Continue button was grayed out--I need help to resolve this issue.

Basically in my online banking with chevron to login button is grayed out and won't allow me to login, including comcast account Continue button is grayed out. This is an… (xle nububuwo)

Basically in my online banking with chevron to login button is grayed out and won't allow me to login, including comcast account Continue button is grayed out. This is an urgent matter because I can't get comcast online application for new account completed.

Asked by mailto159 3 gaƒoƒo siwo va yi

Can't print from Pocket to Google Drive when using Firefox

When using Chrome, I can easily save a website article on Google Drive from Pocket by printing as a pdf. However, when I try to perform the same activity when using Fire… (xle nububuwo)

When using Chrome, I can easily save a website article on Google Drive from Pocket by printing as a pdf. However, when I try to perform the same activity when using Firefox, I get the dialogue box below. I really want to make Firefox my default browser but not being able to save from Pocket (or the web) to Google Drive when in Firefox is a deal breaker. Any suggestions would be appreciated!

Asked by s.atherton 7 gaƒoƒo siwo va yi

Firefox can’t establish a websocket connection to the server

Hi, I am working on websocket with javascript and php. Let me share my code here: index.php is: <title>WebSocket Chat</title> &l… (xle nububuwo)

Hi, I am working on websocket with javascript and php. Let me share my code here:

index.php is:

   
   
    
      <title>WebSocket Chat</title>
        <meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self' cstechnologyindia.com:8080">

    
    
      WebSocket Chat
      
<input type="text" id="messageInput" placeholder="Type your message..."> <button id="sendButton">Send</button> <script> const socket = new WebSocket('wss://cstechnologyindia.com/websocket1'); // Function to save message on the server function saveMessage(message) { const xhr = new XMLHttpRequest(); xhr.open('POST', 'save-message.php'); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.send(JSON.stringify({ message: message })); } // Function to fetch messages from the server function fetchMessages() { const xhr = new XMLHttpRequest(); xhr.open('GET', 'fetch-messages.php'); xhr.onreadystatechange = function() { if (xhr.readyState === XMLHttpRequest.DONE) { if (xhr.status === 200) { const messages = JSON.parse(xhr.responseText); const chatBox = document.getElementById('chatBox'); messages.forEach(function(message) { const messageElement = document.createElement('div'); messageElement.textContent = message.fname; chatBox.appendChild(messageElement); }); } else { console.log('Error fetching messages:', xhr.status); } } }; xhr.send(); } // Event listener for receiving messages from the server socket.addEventListener('message', function(event) { const message = event.data; const chatBox = document.getElementById('chatBox'); const messageElement = document.createElement('div'); messageElement.textContent = message; chatBox.appendChild(messageElement); }); const sendButton = document.getElementById('sendButton'); sendButton.addEventListener('click', function() { const messageInput = document.getElementById('messageInput'); const message = messageInput.value; socket.send(message); messageInput.value = ''; // Save the sent message on the server saveMessage(message); }); // Fetch messages when the page loads fetchMessages(); </script>


server.php is:

   
   use Ratchet\MessageComponentInterface;
   use Ratchet\ConnectionInterface;
   use Ratchet\Server\IoServer;
   use Ratchet\Http\HttpServer;
   use Ratchet\WebSocket\WsServer;
   use Symfony\Component\HttpFoundation\Request;
   class Chat implements MessageComponentInterface {
     protected $clients;
     public function __construct() {
       $this->clients = new \SplObjectStorage;
     }
   public function onOpen(ConnectionInterface $conn) {
       $request = $conn->httpRequest;
       // Handle the WebSocket handshake here
       // You can perform any necessary checks or validation before accepting the connection
        // Example: Check if the WebSocket upgrade header is present
       if (!$request->hasHeader('Upgrade') || strtolower($request->getHeader('Upgrade')[0]) !== 'websocket') {
           // Close the connection if the Upgrade header is missing or incorrect
           $conn->close();
           return;
       }
        // Example: Check if the request contains the expected WebSocket version
        if (!$request->hasHeader('Sec-WebSocket-Version') || $request->getHeader('Sec-WebSocket-Version')[0] !== '13') {
           // Close the connection if the WebSocket version is not supported
           $conn->close();
           return;
        }
        // Example: Check other necessary conditions
        // Store the connection
        $this->clients->attach($conn);
      }
     public function onMessage(ConnectionInterface $from, $msg) {
       $message = htmlspecialchars($msg);
       foreach ($this->clients as $client) {
         $client->send($message);
       }
      }
     public function onClose(ConnectionInterface $conn) {
       $this->clients->detach($conn);
     }
     public function onError(ConnectionInterface $conn, \Exception $e) {
       echo "An error has occurred: {$e->getMessage()}\n";
       $conn->close();
     }
    }
    $chat = new Chat;
    $server = IoServer::factory(
     new HttpServer(
       new WsServer($chat)
     ),
     8080
   );
   $server->run();

The websocket is working all the browser except only firefox. It gives error: Firefox can’t establish a connection to the server at wss://cstechnologyindia.com/websocket1.

I am trying to solve it from past 2 days. I'm using a shared hosting. The hosting provider is saying that everything is perfect from our side. Now I'm hopeless. Please solve my problem anyone. Please check added image. Also I've valid https certificate. Please check attached image.

Asked by vinubangs 10 gaƒoƒo siwo va yi

Trojan Warning from windows defender

Im very worried, today (8th of june) I got a trojan warning from windows defender. the contamination affected this file path : file: C:\Users\(my name)\AppData\Roa… (xle nububuwo)

Im very worried, today (8th of june) I got a trojan warning from windows defender. the contamination affected this file path :

file: C:\Users\(my name)\AppData\Roaming\Mozilla\Firefox\Profiles\owhmdxi4.default-release\extensions\langpack-en-US@firefox.mozilla.org.xpi

below i have a picture of the addons i was using at the time and also the virus report.

Asked by Ville 1 ŋkeke si va yi

Last reply by Ville 10 gaƒoƒo siwo va yi

For several days now, FF has been launching on its own, each time opening what seem to be an MSN news page

It even happened while I was playing MMOs, making it crash. I am using Zone Alarm Antivirus + Firewall, which does not find any malware on my computer. I NEVER use MSN n… (xle nububuwo)

It even happened while I was playing MMOs, making it crash.

I am using Zone Alarm Antivirus + Firewall, which does not find any malware on my computer. I NEVER use MSN news, so for the time being I placed the site on block list.

I am very concerned with FF (up to date) launching on its own, regardless which site it opens; that could be a breach of security in FF code itself.

Asked by serenity_guild 15 gaƒoƒo siwo va yi

Cannot Post to Forum

We had a power failure last night. Now i cannot post to Historum (although I can read it). Error message says "Oops! We ran into some problems. Please try again later. … (xle nububuwo)

We had a power failure last night. Now i cannot post to Historum (although I can read it). Error message says "Oops! We ran into some problems. Please try again later. More error details may be in the browser console." I've been on this for 2+ hours, have restarted and cannot understand console message.

Asked by ness2 1 ŋkeke si va yi

Form <input> tags misinterpreted in firefox, not IE , Chrome

[Yesterday 12:57 PM] Mills, Ed Our HTML for has this: <input type='hidden' id='dir' name='dir' value='datasets/open/2023-06-07_09:54:40'> <input type='hidden' i… (xle nububuwo)

[Yesterday 12:57 PM] Mills, Ed Our HTML for has this:

<input type='hidden' id='dir' name='dir' value='datasets/open/2023-06-07_09:54:40'> <input type='hidden' id='fileCount' name='fileCount' value='0'>

When posted , both IE and Chrome have: $vars{dir} = 'datasets/open/2023-06-07_09:54:40' $vars{fileCount}=0

BUT, Firefox 114.0 has only this: $vars{dir} = 0

Since it appeared that firefox was somehow "merging" the two tags into one, I reversed the order to this to see if the new first var would post. But instead, now this works 100% fine: <input type='hidden' id='fileCount' name='fileCount' value='0'> <input type='hidden' id='dir' name='dir' value='datasets/open/2023-06-07_09:54:40'>

The system is working again. chatAI suggested a few things like updating firefox (I did) , but nothing they suggested worked. Only my reversal worked.


Thoughts?

Asked by spydox 1 ŋkeke si va yi

Firefox window blinks white when playing video

Hi When I'm watching videos on Firefox especially while on YouTube, the whole browser turns white for a few seconds. It sometimes pauses the whole video but almost every … (xle nububuwo)

Hi When I'm watching videos on Firefox especially while on YouTube, the whole browser turns white for a few seconds. It sometimes pauses the whole video but almost every time the audio is still playing and I can't see the video. I looked at other similar problems but turning on and off hardware acceleration does nothing. I have the latest GPU drivers and I'm using a laptop.

Asked by Pouek_ 1 ŋkeke si va yi

PDFs are blurry when zooming in

I'm having an issue where PDF files I download are blurry when I zoom in on them in Firefox, but when I use, for example, Edge, it zooms in fine. I've tried reinstalling … (xle nububuwo)

I'm having an issue where PDF files I download are blurry when I zoom in on them in Firefox, but when I use, for example, Edge, it zooms in fine. I've tried reinstalling Firefox, but it didn't make any difference. It happens to all PDFs I've tried.

Asked by gibsen 1 ŋkeke si va yi

Firfox and updates

I get these updates just to stop the annoying side popup/down. But what I get usually is no use to me and my browsing. What it seems to me is most update's "Fixes" are … (xle nububuwo)

I get these updates just to stop the annoying side popup/down. But what I get usually is no use to me and my browsing. What it seems to me is most update's "Fixes" are just for the dudes that keep playing with/building on the browser and screwing it up.

Plus I don't get to see WHAT the new update fixes are UNTIL I've downloaded the update.
 I sure wish that you...someone.... puts the option BACK IN where a person can stop/ignore updates....COMPLETELY! 
With the last 2 or 3 updates it seems... for my use of the browser... makes it a hell of a lot SLOWER. And a ton more pauses and crashes.  
Firefox was a great browser 10 years ago but with all these geeks playing with it and trying to make it ONLY to suit his/her needs is making it a pain.
 Thanks for anyone reading this.

Asked by ynot_jd 1 ŋkeke si va yi

Firefox pin, history and bookmarks disappeared

On start up this morning, Firefox was gone from taskbar. I found ff eventually but all my bookmarks and history are gone. Can I recover them? Why did this happen? Also mi… (xle nububuwo)

On start up this morning, Firefox was gone from taskbar. I found ff eventually but all my bookmarks and history are gone. Can I recover them? Why did this happen? Also missing home button

Asked by Elke's Firefox 2 ŋkeke siwo va yi

locks up

I use mozilla on two machines. They both have gotten to where they lock up when trying to access a second page. The normal place they lockup is "waiting nexusensighten.… (xle nububuwo)

I use mozilla on two machines. They both have gotten to where they lock up when trying to access a second page. The normal place they lockup is "waiting nexusensighten.com". I talked with etrade and they had me try MS edge. It works without a problem. I've started having the same problem with yahoo mail.

I deleted cache and cookies numerous time. Etrade guy had me just type etrade.com to get started. It didn't help.

I update automatically. Thanks for your help.

Harmon Lowman

Asked by HL 2 ŋkeke siwo va yi

can no longer create a desktop shortcut to a website sometimes

As many others have said (however those posts are locked so i cannot reply) Firefox seems to randomly lose the ability to save shortcuts, (by dragging from the address ba… (xle nububuwo)

As many others have said (however those posts are locked so i cannot reply) Firefox seems to randomly lose the ability to save shortcuts, (by dragging from the address bar) to the desktop.

Restart a few times, wait, random things, and it comes back next time you try... been bugging me for years. Seems to occur when firefox has been running for some time with lots of tabs open. As others have said, it displays a little "NO" icon (circle with a line through it) when trying to drag the URL from the lock or favicon section of the address bar, to the desktop. Other times it works fine.

I searched a bit, but perhaps someone has another idea on how to fix this permanently, or how to recover from it without restarting the computer. Firefox version is 110.0.1.

PS. I would re think the idea of archiving posts. Because its nice to be able to reply to old posts, even if they are "solved". The original poster may have found a solution and never posted about it, for instance.

Asked by firefox2341 2 ŋkeke siwo va yi

Can I make compact mode even more compact

I recently got help (thank you, Cor-El!!) and was able to put Firefox into compact mode. It's still not enough. Is there anyway to make even compact mode smaller? Afte… (xle nububuwo)

I recently got help (thank you, Cor-El!!) and was able to put Firefox into compact mode. It's still not enough. Is there anyway to make even compact mode smaller? After websites add their own headers and all, it now leaves me about 2 inches of working space; it's better than one inch but isn't enough to see things.

I've been trying to keep going back to version 99 (darker attached screenshot in blues) but it isn't being allowed. The other screenshot (lighter, in oranges and pinks) is the current version in compact mode. It's a bit better, but still is not good.

Is there any way I can change the height of the headers myself? Or can I ask someone else to do it? I'd like it about half to 2/3 the size it is now, even in compact mode. Can I do that? If so, how?

Or, can I switch things around so the headers are at the side of the screen? This is a standard 15" diagonal screen laptop currently running Windows 10.

Asked by Janice_bernhard 3 ŋkeke siwo va yi

Last reply by Janice_bernhard 2 ŋkeke siwo va yi

what does this mean and how do i fix it

Network Protocol Error An error occurred during a connection to www.facebook.com. The page you are trying to view cannot be shown because an error in the network protoc… (xle nububuwo)

Network Protocol Error

An error occurred during a connection to www.facebook.com.

The page you are trying to view cannot be shown because an error in the network protocol was detected.

   Please contact the website owners to inform them of this problem. I get this often

Asked by Mary 5 ŋkeke siwo va yi

Last reply by Mary 3 ŋkeke siwo va yi

Passwords from one Firefox profile to another

I have one Firefox profile with work and personal stuff, and am creating another profile just for work. I have exported the passwords from the first profile and deleted a… (xle nububuwo)

I have one Firefox profile with work and personal stuff, and am creating another profile just for work. I have exported the passwords from the first profile and deleted all my personal ones, so the Excel file just have personal passwords. I am looking for a way to import this file into my new Firefox profile. I see how to do that from another browser, but not from a file or another Firefox profile. Any help would be appreciated.

Asked by kevin233 3 ŋkeke siwo va yi

Last reply by kevin233 3 ŋkeke siwo va yi