Prikaz označenih pitanja:

I can not get PC Express to work in Firefox or in Chrome or Edge. I keep getting the PC Express Sign On screen.

I have a problem trying to get the app PC Express past the sign in. The app is part of the yourindependentgrocer.ca app. I have used Firefox, Chrome and Edge and have enc… (pročitajte više)

I have a problem trying to get the app PC Express past the sign in. The app is part of the yourindependentgrocer.ca app. I have used Firefox, Chrome and Edge and have encountered the same problem. I use Proton for my e-mail and I have used all their apps for my computer. I recently changed the start up app from judymk@protonmail.com to judymk@pm.me. I don't think this is a problem as Proton says the app should not care what protocol is used as it translates the same regardless of what app is used. I would appreciate any help with this.

Open 81

Browser distortion issue

Having issues with the browser often appearing distorted, text and images failing to load, videos showing up blank etc. Problem disappears when in troubleshooting mode b… (pročitajte više)

Having issues with the browser often appearing distorted, text and images failing to load, videos showing up blank etc.

Problem disappears when in troubleshooting mode but after several refreshes the problem returns almost immediately, making using Firefox incredibly frustrating.

Open 36

Recently I’ve been unable to play YouTube videos on Firefox: “Video unavailable.”

Recently I’ve been unable to play YouTube videos on Firefox: “Video unavailable.” I’ve tried clearing the cache and cookies, and restarting Firefox in safe mode. I’ve dis… (pročitajte više)

Recently I’ve been unable to play YouTube videos on Firefox: “Video unavailable.”

I’ve tried clearing the cache and cookies, and restarting Firefox in safe mode. I’ve disabled “Use recommended performance settings” and “Use hardware acceleration.” Still no videos.

I’m using a VPN and have several Ff extensions - none of them video related.

The problem seemed to start after the most recent Firefox update. YouTube works fine in Safari.

Thoughts?

Mac mini MacOS Sequoia 15.7.4 Firefox 148.0

Open 117

why do I get a white page when I click on a stored bookmark?

Sometimes when I click on a stored bookmark all I get is a white page and no info.? when this happens I right click on the firefox icon in the taskbar and go to a new pri… (pročitajte više)

Sometimes when I click on a stored bookmark all I get is a white page and no info.? when this happens I right click on the firefox icon in the taskbar and go to a new private window and after that I can get to the bookmarked site. wondering why this happens at times. I am using windows 10 for now but am planning to build another computer with windows 11 in the future.

Open 45

Firefox locks up on You Tube on random pages. Firefox is becoming unreliable daily. Idon't seeany updates or information.

Pages stop on Youtube. Videos won't start or stop after a few seconds. My first choice in browsers has become so unreliable I may be forced to stop suing it after all… (pročitajte više)

Pages stop on Youtube. Videos won't start or stop after a few seconds. My first choice in browsers has become so unreliable I may be forced to stop suing it after all these years.

Open 27

Yahoo website disappears 2 seconds after it opens using Firefox. happening for days now.

when putting in Yahoo.com in Firefox search window, it will open the link but then the page disappears after 2 seconds. I am on Dell Inspiron 15 laptop with Windows 11. … (pročitajte više)

when putting in Yahoo.com in Firefox search window, it will open the link but then the page disappears after 2 seconds. I am on Dell Inspiron 15 laptop with Windows 11.

Open 18

why do I just see the script for https://www.tdpri.com/ ?

Telecaster Guitar Forum Forums New posts Search forums Newsletter What's new New posts New media New media comments New profile posts Latest activity Me… (pročitajte više)

Telecaster Guitar Forum

   Forums
   New posts Search forums
   Newsletter
   What's new
   New posts New media New media comments New profile posts Latest activity
   Media
   New media New comments Search media
   Members
   Registered members Current visitors New profile posts Search profile posts
   Classifieds
   Guitar Classifieds Guitars (Complete) Guitar Bodies Guitar Necks Guitar Pickups Misc Guitar Parts Amp Classifieds Amplifiers (complete) Amp Speakers Amp Tubes Misc Amp Parts Accessories Classifieds Guitar/Amp Accessories Effects Classifieds Effects & Stompboxes Published Materials Music/Lessons/Books & Videos Recording Gear Classifieds Studio / Recording Gear
   Subscribe

Log in Register

Open 99

When I access a file or a page, it comes up as a page full of numbers and symbols. How to get rid of that.

This just happened, (45 minutes). When I attempt to access a page or a file, when the page comes up on screen, it is a page of numbers and symbols. How do I remove thes… (pročitajte više)

This just happened, (45 minutes). When I attempt to access a page or a file, when the page comes up on screen, it is a page of numbers and symbols. How do I remove these pages??

Open 90

fire fox blocking my Apps for five good frieinds and why??

My service provider blocked by fire fox.And not able to receive any messages on five good friends App.Not able to receive my documents from five good friends. Can your pl… (pročitajte više)

My service provider blocked by fire fox.And not able to receive any messages on five good friends App.Not able to receive my documents from five good friends. Can your please unblock this site. Thank you Robert {robbie17}

Open 90

Template literal not resolving as expected

I have a directory structure C: Gustafson Website ⋮ scripts global.js ⋮ ⋮ TestDirector… (pročitajte više)

I have a directory structure

C:

   Gustafson
       Website
           ⋮
           scripts
               global.js
               ⋮
           ⋮
           TestDirectory
               baseUrl_test.html
           ⋮

In the <head> of a webpage, I determine a baseUrl for the page using the following:

 <script>
   // assumes website topmost directory is "Website""
   ( async ( ) => {
     const segments = document.documentURI.split ( "/");
     const index = segments.findIndex ( element => 
                                        element == "Website" );
     if ( index < 0 )
       {
       throw new TypeError ( 
                 "Website structure not constructed correctly" );
       }
     segments.length = index + 1;
     let path = segments.join ( "/" );
     path += "/";
     window.baseUrl = path;
     console.log(`${baseUrl}`);
     } ) ( );
 </script>

The console log displays

file:///C:/Gustafson/Website/

In the body is

 <script>
   console.log ( `${baseUrl}scripts/global.js` );
 </script>
 <script src=`${baseUrl}scripts/global.js`></script>
 <script>
 window.onload = 
   function ( )
     {
     Global.initialize_globals ( );
     };
 </script>

The console log displays

file:///C:/Gustafson/Website/scripts/global.js Loading failed for the <script> with source “file:///C:/Gustafson/Website/TestDirectory/%60$%7BbaseUrl%7Dscripts/global.js%60”. Uncaught ReferenceError: Global is not defined

   onload file:///C:/Gustafson/Website/TestDirectory/baseUrl_test.html:37
   EventHandlerNonNull* file:///C:/Gustafson/Website/TestDirectory/baseUrl_test.html:34

The problem is the console.log displays what is expected but the src= is using something totally different.

Open 63

I am getting WebGL is not supported on my browser

I play a game on Facebook - and i go to it from a link in my email - but today it says your browser does not support WebGL - this happened a month ago but I forget how it… (pročitajte više)

I play a game on Facebook - and i go to it from a link in my email - but today it says your browser does not support WebGL - this happened a month ago but I forget how it got fixed. :-(

it worked yesterday - and I checked for Firefox updates and it is up to date. last time this happened - I did read an article online that suggested to go to put about:support in the address window and under General it said to uncheck standard performance and to click on "use accelerated performance" - that fixed it.

This time when I go to about:support - "Use Hardware acceleration when available" is already checked. How do I fix it this time? and why does this keep happening every so often?

Open 63

When loading a previously visited page. It loads partly scrolled down that page.

Mostly experienced on Reddit so far. When visiting a previously visited subreddit. The page loads part way down instead of at the top. This seems to have been introduced … (pročitajte više)

Mostly experienced on Reddit so far.

When visiting a previously visited subreddit. The page loads part way down instead of at the top.

This seems to have been introduced with v149 on Windows 11.

Open 72