Pytania oznaczone etykietą:

Some sites are blocked on your browser (FF DE)

Hello. Why nexusmods.com and loverslab.com are blocked (Secure Connection Failed) on my FireFox Dev Edition 150.0b6 (auto updates)? It bothers me to use it as a default b… (czytaj dalej)

Hello. Why nexusmods.com and loverslab.com are blocked (Secure Connection Failed) on my FireFox Dev Edition 150.0b6 (auto updates)? It bothers me to use it as a default browser. Both nexusmods.com and loverslab.com are ping well and work fine on any other browsers.

Open 1 8

Template literal not resolving as expected

I have a directory structure C: Gustafson Website ⋮ scripts global.js ⋮ ⋮ TestDirector… (czytaj dalej)

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 12

Vertical tabs keep "getting stuck" (not expanding)

I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in… (czytaj dalej)

I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in basically every session. I can't tell if a specific action triggers it, so far it seems pretty random. The glitch is that either the tabs are expanded and won't collapse, or the opposite: they're collapsed and refuse to expand when I point at them. Is this feature maybe still experimental? or something? I'm running Firefox 149.0b5 DEveloper Edition on Garuda Linux (Arch based).

Open 1 3 99

stop unwanted pop ups dev FF w11

Hello: FF dev 150b5,w11p. With this v 150 there's a new irritant that I would like to stop, please. That's the sudden (starting w/v150 again) appearance on lower L corner… (czytaj dalej)

Hello: FF dev 150b5,w11p. With this v 150 there's a new irritant that I would like to stop, please. That's the sudden (starting w/v150 again) appearance on lower L corner, of a popup window, which may be interactive. That is, this thing is so new I can't say more about it except that I didn't change anything to make this thing appear, & this didn't happen in prev.versions.

I looked in settings & the only thing on keyword "popup" goes to, in "search results", is: "block popups & 3rd party redirects." I already had that choice checked from previous versions (that is, do block). But this new popup appeared (unasked) anyway.

Is there an extension that will stop these? If so, what keyword(s) do I put into the "search extensions" box to find the extension(s)?

Also, w/this new "wonder" of unasked-for popups -- is this another "coming w/AI" feature I will have to live with?

I did a search here on "popups" before posting,but came up w/nothing relevant.

Thank you.


/edit:fixed a formatting issue causing horizontal scrolling

Open 3 31

How to get "automatic" theme in Firefox settings to honor operating system theme

Firefox reports that my theme is dark no matter what if I set it to _Automatic_. This results on any website that follows the CSS rule to prefer system theme to also be i… (czytaj dalej)

Firefox reports that my theme is dark no matter what if I set it to _Automatic_. This results on any website that follows the CSS rule to prefer system theme to also be in dark mode. The only way I can get Firefox to use _Light_ is to manually select that option.

I have observed this behavior on MacOS Sequioa and also Tahoe (after a clean install). Other browsers I tested (Chrome, Safari) are not impacted by this behavior.

Open 43

Block product update notifications

Is there a setting to disable product update notifications? For example, I got a notification on Windows today prompting me to try out Firefox's new split tab view. I do… (czytaj dalej)

Is there a setting to disable product update notifications?

For example, I got a notification on Windows today prompting me to try out Firefox's new split tab view.

I do not want to receive these product update notifications.

I know I can disable notifications in Windows at the OS level, however, this also disables notifications for all websites I have enabled.

Is there an option to disable these?

Open 49

Request to Update Email Address – Lost Access to ProtonMail

Hello, I hope you are doing well. I am contacting you regarding my Firefox account, which is currently registered with my ProtonMail email address that I no longer have a… (czytaj dalej)

Hello,

I hope you are doing well.

I am contacting you regarding my Firefox account, which is currently registered with my ProtonMail email address that I no longer have access to.

Unfortunately, my ProtonMail account has been permanently disabled, and I am unable to receive any verification emails.

I would like to request your assistance in updating my account email address to a new one.

I can confirm that I am the rightful owner of the account and I am willing to provide any information necessary to verify my identity, such as:

Previous account details Login activity Devices used Any additional verification you may require

Additionally, I am currently located in Iran, where due to recent internet restrictions and instability, I have had to rely on VPN services, which may have contributed to unusual activity patterns.

I would really appreciate any help or alternative verification process you can provide in this situation.

New email address: intelligentquantum@gmail.com

Thank you for your time and support.

Best regards, Hamed

Open 46

Steps in Page zoom (scaling)

Previously, I made a custom scale ".3,.5,.6,.7, .71, .72, .73, .74, .75, .76, .77,.78,.79, .8,.9,1," and thus using Ctrl + the mouse wheel allowed you to set any scale in… (czytaj dalej)

Previously, I made a custom scale ".3,.5,.6,.7, .71, .72, .73, .74, .75, .76, .77,.78,.79, .8,.9,1," and thus using Ctrl + the mouse wheel allowed you to set any scale in this way, since when "Ctrl + mouse wheel" the page was scaled by 10% regardless of the values. That is, I could set 74% and use Ctrl + mouse wheel to make the page scale 64% or 84%, even without the available value. Now I can't do this because now my "Ctrl + mouse wheel" doesn't increase/decrease 10%, but just scrolls through the set values. How to get everything back? It's very annoying, I can't use it.

Open 77

Can’t turn on notifications x 2 sync & tips & features. Plus Multiple signs in.

Hi, I’ve been trying to write this up now for the 3rd time as I’ve been booted off this page, then it’s has asked me again to sign back in. Notifications: no matter how … (czytaj dalej)

Hi, I’ve been trying to write this up now for the 3rd time as I’ve been booted off this page, then it’s has asked me again to sign back in.

Notifications: no matter how may times I’ve tried I can’t turn on notifications, there’s sync & tips and features. I’ve reset my phone., I’ve closed the browser many times. And no matter how many times I tried the toggle won’t switch on the notifications…

I’ve had multiple signs in see pics below I’m new here. I want to make sure all security settings are correct to prevent any hacking which I’ve experienced already.

My location is show I’ve notice as well in browser settings which I’m trying to change so not so local.

Appreciate the help & any feedback to assist with these issues.

Thank you.

Open 47

WHY IS FIREFOX SO [edited] LAGGY!?!?!?1111???!! FIREFOX [edited]!

FIREFOX SETS LILBOBAGS1 PROFILE PAGE AS MY ROBLOX SHORTCUT ON THE NEW TAB, AND ROBLOX RUNS SOOOOO SLOW! FIREFOX IS [edited] MAKE IT 100000% FASTER OR IM SWITCHING TO CHR… (czytaj dalej)

FIREFOX SETS LILBOBAGS1 PROFILE PAGE AS MY ROBLOX SHORTCUT ON THE NEW TAB, AND ROBLOX RUNS SOOOOO SLOW!


FIREFOX IS [edited] MAKE IT 100000% FASTER OR IM SWITCHING TO CHROME!

Zarchiwizowany 1 57

Strange Screen Refresh Rate

Hello, I encountered an issue when using Firefox for Android. My device supports a 120Hz refresh rate, but in my Firefox for Android, only the browser UI runs at 120Hz wh… (czytaj dalej)

Hello, I encountered an issue when using Firefox for Android. My device supports a 120Hz refresh rate, but in my Firefox for Android, only the browser UI runs at 120Hz while the web content runs at 60Hz.

Interestingly, when the menu is opened, even though the web content is covered by the menu, its refresh rate is shown to have increased to 120Hz. Then, after the menu is closed, the refresh rate reverts back.

Open 1 65

Translation option missing

I don’t see the translation option in the menu. I am running latest Firefox (148) on iOS Translation used to work yesterday This is supposed to be available according to… (czytaj dalej)

I don’t see the translation option in the menu. I am running latest Firefox (148) on iOS Translation used to work yesterday

This is supposed to be available according to this https://support.mozilla.org/en-US/kb/translate-firefox-ios

Rozwiązane 9 221

Existing Firefox windows not visible

Firefox has "Open previous windows and tabs" ticked in Settings. I had to force restart MacOS, and upon starting Firefox again my existing windows are invisible. They are… (czytaj dalej)

Firefox has "Open previous windows and tabs" ticked in Settings. I had to force restart MacOS, and upon starting Firefox again my existing windows are invisible. They are shown in the Window menu and when right-clicking the Firefox icon in the MacOS dock, however when I select one of the windows it does not become visible. Command+` does not show the windows either.

I can however open new windows.

I tried renaming xulstore.json per this old article with no effect.

How can I make the existing windows visible again?

Open 110