unwanted link opening automatically
Unwanted site automatically opened pls educate
Unwanted site automatically opened pls educate
I use several others along with Chat GPT. Can I add several other Chats on my sidebar? Gemini, CoPilot??? Thank you
Certain webpages are now enlarged to the point of being unusable. I have not changed any settings in Firefox. Zoom is at the typical 100% and zooming out does not fix the… (read more)
Certain webpages are now enlarged to the point of being unusable. I have not changed any settings in Firefox. Zoom is at the typical 100% and zooming out does not fix the issue. I have attached a screenshot of what this page looks like so you can see. I have tried searching ways to fix this and cannot figure it out. Help is greatly appreciated.
well smartass since you decided for me I lost my facebook page because you didn't let me chose my original page I've had hell getting back what i had
It seems like on the first search in a session, after the most recent Firefox update, the search window opens a new blank tab that goes nowhere. I have to close the blank… (read more)
It seems like on the first search in a session, after the most recent Firefox update, the search window opens a new blank tab that goes nowhere. I have to close the blank tab and search again to get search results. I've tried different search engines.
In the last couple of months my Firefox has been very slow to open and operate. Is there anything I can do?
I have always been able to watch "NPR Watch" video clips. It was not functional on my new iMac with a new install of Firefox 149. I checked my laptop and it was fine on v… (read more)
I have always been able to watch "NPR Watch" video clips. It was not functional on my new iMac with a new install of Firefox 149. I checked my laptop and it was fine on v147, but when updated to 149 it too was not functional. Please provide a step by step fix. I tried fixes available on internet without luck
I put in my bookmarks under my name and create sub directories for different groupings, like Canadian news, solar etc. The bookmarks within the subgroups stay for a whil… (read more)
I put in my bookmarks under my name and create sub directories for different groupings, like Canadian news, solar etc. The bookmarks within the subgroups stay for a while. I cannot say for how long. Sometimes a day sometimes longer. The bookmarks disappear and are replaced with what I would call the global network symbol. This has never occurred in windows 10 of which I still use. It appears to be an issue with windows 11. Please any help would be useful. It is getting extremely annoying having to replace the bookmarks all the time.
We have purchased an update for our car navi system and the process begins with a map downloader installed in our computer. We are getting an Error Message : Could not … (read more)
We have purchased an update for our car navi system and the process begins with a map downloader installed in our computer. We are getting an
Error Message : Could not Load: qrc:/qmi/loginpage.qmi:9 type Basepage unavailable.
Is this process being blocked by Firefox?
i keep having problems login and staying logged in
This morning, I turned on the VPN for the first time. My Windows 11 seemed to operate normally, but sometime later, when I attempted to access my Drafts, they would not … (read more)
This morning, I turned on the VPN for the first time. My Windows 11 seemed to operate normally, but sometime later, when I attempted to access my Drafts, they would not load even after refreshing the screen. A message appeared: "No internet connection." As soon as I turned off the VPN, my system resumed its normal operation.
My 2nd issue is that Grammarly has a pop-up ad that stays on my screen even though I removed the program from Extensions and Themes in the Mozilla Tools menus. Previously, I had opted out of the new AI participation. When I type emails, I can't see what I am typing, and Escape doesn't remove it.
The attached pop up ad continues to present it self in spite of my selecting block pop-ups. I cannot find a setting to block the pop up depicted in the attached image. … (read more)
The attached pop up ad continues to present it self in spite of my selecting block pop-ups. I cannot find a setting to block the pop up depicted in the attached image. Assistance would be appreciated.
What happens here is my bookmarks still show on the bar, but they show as grey with no color and the URL is blank. I can restore them using Bookmarks/Manage Bookmarks/Imp… (read more)
What happens here is my bookmarks still show on the bar, but they show as grey with no color and the URL is blank. I can restore them using Bookmarks/Manage Bookmarks/Import and Backup/Restore, but this is happening at least once a week on both my and my wifes HP Desktops. I am wondering if it may be related to Iolo System Mechanic, which we both use to keep our computers "clean"?
The `Passwords` page can not show any username and password. But the firefox can still fill usernames and passwords automatically and remenber new passwords. I can export… (read more)
The `Passwords` page can not show any username and password. But the firefox can still fill usernames and passwords automatically and remenber new passwords. I can export data via menu (right-up) too.
Gikken via Paddle.com Receipt Paid Receipt to Add address & VAT Number (optional) Receipt from Paddle.com Market Ltd Judd House 18-29 Mora Street London, EC1V 8BT Uni… (read more)
Gikken via Paddle.com Receipt Paid Receipt to
Add address & VAT Number (optional) Receipt from Paddle.com Market Ltd
Judd House 18-29 Mora Street London, EC1V 8BT United Kingdom
VAT Number: EU372017215
Company Number: 08172165 Your order
Order Number / Receipt: #79161585-161063353 Billing date: 02 Apr 2026
Order #79161585-161063353
Payment method: Mastercard card ending 1446 Currency: EUR Billing period Quantity Price Mate Pro Yearly 28 Mar 2026 - 27 Mar 2027 1 €29.99 VAT (20%) €6.00 Your order €35.99
How can I get Firefox to pull in my yahoo account
I need help resolving the problem I'm having trying to get into my Walmart account. Walmart has tried all they can and believe it is the browser.
I have a directory structure C: Gustafson Website ⋮ scripts global.js ⋮ ⋮ TestDirector… (read more)
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.
Recentty reset my computer and reinstalled Firefox For some reason the look was off so I went to edit it And ever since the a Firefox has been very defective I will try t… (read more)
Recentty reset my computer and reinstalled Firefox For some reason the look was off so I went to edit it And ever since the a Firefox has been very defective I will try to post a screenshot to share with you. I have uninstall and reinstalled and that did not fix the problem Still the same issue When trying to apply a new theme those themes won't apply. Refresh Firefox to see if the new thing would apply and no it did not. I don't wanna reset my computer just to get Firefox working again. I'm debating Using Revo Uninstaller to fully uninstall Firefox and registry Just see if that will fix it but I will wait to see what you guys say. Firefox is my first choice when it comes to browsers. I can still use it I just don't like the look of it right now I only blame myself. Sorry for the solid paragraph I'm using speech to text my left side paradise from traumatic brain injury and neuropathy.
All I want instigate Firefox to a default look how do I go about that. I'm very good with computers so as long as you explain to me I will know how to do it. Thank you.
Currently if I have the Forfox built-in VPN turned on when using my Xfinity email account, I regularly (and annoyingly) get the "server unreachable" error message. I unde… (read more)
Currently if I have the Forfox built-in VPN turned on when using my Xfinity email account, I regularly (and annoyingly) get the "server unreachable" error message. I understand this is not uncomman. Is this issue being addressed before release of the final version?