Blocklisted by gfxInfo Blocklisted due to known issues: bug 1603515
Its in about:support.
Its in about:support.
What can I do to hasten being picked as one able to test-drive the new, built-in Mozilla VPN that is being gradually rolled out?
I have an Intel B580 GPU, and I curious about this issue. Waiting for your answer, thanks.
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… (funda kabanzi)
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.
I have a directory structure C: Gustafson Website ⋮ scripts global.js ⋮ ⋮ TestDirector… (funda kabanzi)
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.
Are there similar code coverage analysis tools as in Chromium?
Thanks!
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… (funda kabanzi)
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).
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… (funda kabanzi)
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
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… (funda kabanzi)
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.
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… (funda kabanzi)
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?
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… (funda kabanzi)
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
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… (funda kabanzi)
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.
Been getting this error all month. Why? AccuWeather site works correctly.
Using Firefox / macOS
i'm unable to share my screen to a site whre i'm supposed to attend my exam
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… (funda kabanzi)
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!
I just accidentally deleted a day of history, now it has to relearn a bunch of stuff. Please add support for undo, so that if you do it by accident, you can reverse it. … (funda kabanzi)
I just accidentally deleted a day of history, now it has to relearn a bunch of stuff.
Please add support for undo, so that if you do it by accident, you can reverse it.
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… (funda kabanzi)
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?
OS: Debian (trixie) Firefox version: 149.0b3 Firefox suddenly crashes without any displayed error. Attempt to troubleshoot it in "safe mode" doesn't help (it also sudd… (funda kabanzi)
Firefox suddenly crashes without any displayed error. Attempt to troubleshoot it in "safe mode" doesn't help (it also suddenly crashes.
There used to be a much more useful interface for clearing specific browsing data (the landscape-oriented one). The new interface is far less detailed to the point of st… (funda kabanzi)
There used to be a much more useful interface for clearing specific browsing data (the landscape-oriented one). The new interface is far less detailed to the point of strictly limiting its functionality. There used to be a config setting ("privacy.sanitize.useOldClearHistoryDialog") that could toggle which interface to use, but as of an update in the last week (I've been away without a computer for a while), that toggle does nothing. Is there any other setting that can make this feature actually useful again?
All my Tabs Group have disappeared from the Tab Bar. I can see the Closed Tab Groups in the drop down but i can't find a way to re-open Closed Tab Groups. Any clues welco… (funda kabanzi)
All my Tabs Group have disappeared from the Tab Bar. I can see the Closed Tab Groups in the drop down but i can't find a way to re-open Closed Tab Groups. Any clues welcome. Running 146.0 and on the beta update channel.