My saved username and password is not being displayed on 1 website

The full website link has /users/login, but when I checked the saved passwords, the link stops before the first /, its just websitename.com, instead of wesbsitename.com/u… (читать ещё)

The full website link has /users/login, but when I checked the saved passwords, the link stops before the first /, its just websitename.com, instead of wesbsitename.com/users/login, and I suspect the full link not being save is whats causing it not to show up. Is there any way to brute force it to show up?

Задан ThSoMa 3 недели назад

Последний ответ от cor-el 2 недели назад

  • Решено

Unable to Visit Certain Sites on Macbook

Hello, First time posting here, so I'm hoping that someone can help me out. I'm encountering a very odd issue on my Macbook Pro running MacOS Sonoma 14.4. I am unable… (читать ещё)

Hello,

First time posting here, so I'm hoping that someone can help me out.

I'm encountering a very odd issue on my Macbook Pro running MacOS Sonoma 14.4. I am unable to access two sites – allrecipes.com, and seriouseats.com on my home WiFi network on the Macbook.

These sites work on other browsers (tested on Safari and Chrome), and they also work on my iPhone.

Oddly, when I went to work and tried to access these sites via WiFi using Firefox, I was able to.

I am unsure what the problem is – the ability to access these sites on Safari, Chrome, and my iPhone at home suggests that it's not a network issue. I haven't encountered this issue with any other sites.

I am attaching three screenshots 1) The error message that I'm seeing for allrecipes when I attempt to access the site 2) The security tab which shows that the connection is unencrypted for allrecipes (home network) 3) The security tab showing that the connection is encrypted for alrecipes (work network)

Thanks

Задан PianoMan7 2 недели назад

Дан ответ zeroknight 2 недели назад

on 15.9 esr channel, last update all extensions are now disabled

Lest update to 15.9 all my extensions are now disabled. Missing Lastpass and Surfshark from my menu bar. Doesn't seem to be any way to Enable them from Extensions screen… (читать ещё)

Lest update to 15.9 all my extensions are now disabled. Missing Lastpass and Surfshark from my menu bar. Doesn't seem to be any way to Enable them from Extensions screen.

I reloaded Lastpass from their site and this is now working on my Menu bar.

But what happened to cause this

Задан Chris Walstow 2 недели назад

Последний ответ от cor-el 2 недели назад

Bad/Rogue Current Session of Firefox (Windows 7) Redux

Sorry, posted recently and had then trouble finding out how to respond to help offered (jscher2000)! Noticed that the email version was "no-reply" so I didn't figure that… (читать ещё)

Sorry, posted recently and had then trouble finding out how to respond to help offered (jscher2000)! Noticed that the email version was "no-reply" so I didn't figure that would work! So, I tried to 'cut and paste' my reply (on a smartphone) and I ended up losing even the email reply text so here is a reconstruction. I tried the suggestions in order and the first one didn't have a "Restore previous session" option and the second one had "Recently closed windows" greyed out! And, when I entered "about.support" in the address bar (top rightish), I received a notice that I couldn't reach Google (Remember that I don't currently have internet access on my laptop). So, no joy there either! Can I not just change some current setting to prevent Firefox v 115.9lesr from saving the current 'Windows' and Tabs so that, when I again open Firefox, the previous session 'Windows' and Tabs would be used?!?

Задан balls69bc 1 неделю назад

Последний ответ от jscher2000 - Support Volunteer 6 дней назад

Youtube dose not load - Twitch uses an redicules amount of computer resources

I'm about to give up on Firefox. While Firefox is the browser of my choice, its bugs are a constant source of frustration. When navigating on YouTube, I'll suddenly have… (читать ещё)

I'm about to give up on Firefox.

While Firefox is the browser of my choice, its bugs are a constant source of frustration. When navigating on YouTube, I'll suddenly have it stop loading properly and just load more or less blank. You can see this in the image attached. To rectify this problem, I'll need to quit Firefox completely and run a cleaner (WiseCleaner, in my instance) so that it loads correctly again. This happens across several computers I have.

As I game, I usually dual-monitor to watch things on YouTube or Twitch simultaneously. When watching Twitch with Firefox, I noticed that the video would stutter or freeze while the audio continued. I checked Task Manager and found CPU usage to be extremely high. I cannot recreate this problem now as my second monitor is in the repair shop.

Firefox is one of the only few alternatives to a Chromium-based browser. As I don't like Google policies on ad-blockers, tracking, and so on, I'd like to stay away from anything Chromium-based. But it's becoming increasingly difficult to do so, as the user experience in Firefox is so bad, especially when using YouTube, one of my main browsing activities.

I tried turning off hardware acceleration, but this did nothing. I've reinstalled Firefox, but as this happens across several unconnected browsers, I cannot think this is a local problem. What to do?

Задан Andreas Risdalen Ekrem 1 день назад

  • Решено

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (читать ещё)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Задан Slouch 4 дня назад

Дан ответ Slouch 1 день назад

Firefox / Windows 10 Constant Need to Refresh

Almost every time that I open a new session of Firefox I get a message that there is a problem and it needs a refresh, which removes the extension I use all the time. Any… (читать ещё)

Almost every time that I open a new session of Firefox I get a message that there is a problem and it needs a refresh, which removes the extension I use all the time. Any ideas why this keeps happening over and over and what I might to resolve the problem?

Задан irisheddie 2 недели назад

Последний ответ от cor-el 2 недели назад

  • Решено

Add eyedropper tool to toolbar

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality.… (читать ещё)

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality. I have power-toys but I hate to see this tool needlessly depreciated. My workflow needs to sample many colors at a time making the menu navigation needless. PLEASE let there be a way to add it to the toolbar, I hope there is. Thanks for your time

Задан bromraven 3 дня назад

Дан ответ zeroknight 3 дня назад

Website not workin

I use Lightfolio.com for my website hosting. My computer does not let me login or load the website using Firefox. I've deleted the cookies, and played with the settings, … (читать ещё)

I use Lightfolio.com for my website hosting. My computer does not let me login or load the website using Firefox. I've deleted the cookies, and played with the settings, and it still doesn't work. I'm really needing help as this is dampering my business.

Задан shannonharrisphotography 3 дня назад

Последний ответ от zeroknight 2 дня назад

Importing bookmarks from a different moxilla account

Is it possible to import bookmarks for a different Mozilla account. Apparently I have 2 different Mozilla accounts. I had been using (I'll call it account #1) for quite… (читать ещё)

Is it possible to import bookmarks for a different Mozilla account. Apparently I have 2 different Mozilla accounts. I had been using (I'll call it account #1) for quite a while, and recently subscribed to Mozilla VPN service. When I subscribed i gave it login info for "Account #2". How can I keep the logon info for the VPN, and get my bookmarks imported from the old (routinely used account #1) ? Or, can I change the VPN service to the old account (account #1)? I know how to add another device to the VPN account, but the "accounts" are on the same "device".

Thanks...

Задан larryag 2 недели назад

Последний ответ от jscher2000 - Support Volunteer 2 недели назад

Sudden, aggrevating, issue as of this morning.

I keep getting this message every time I try to access a website I haven't accessed for a while : see attached graphic. How can I get this to stop ? … (читать ещё)

I keep getting this message every time I try to access a website I haven't accessed for a while : see attached graphic.

How can I get this to stop ?

Задан MSteve 2 недели назад

Последний ответ от zeroknight 2 недели назад

  • Решено

virtual Console of dell idrac 8 not working

We still use some Dell 13g servers equipped with idrac 8. When I'm trying to launch the virtual Console the window opens up but nothing shows. This used to work fine in … (читать ещё)

We still use some Dell 13g servers equipped with idrac 8. When I'm trying to launch the virtual Console the window opens up but nothing shows. This used to work fine in previous versions of Firefox. I can't tell from which version it stopped but it's not long ago. Also idrac 9 console works fine in Firefox When trying to open console idrac 8 in Chrome it works fine Any idea what could be causing it? Any config switch to tweak?

Задан markatdxb 1 неделю назад

Дан ответ zeroknight 2 дня назад

Browser automatically transfering to outlook when trying to access gmail.

Hey, So the issue i have is when i'm trying to access my gmail accounts from Mozilla. Whenever i try to access my mailbox or gmail site in itself it transfers me to out… (читать ещё)

Hey,

So the issue i have is when i'm trying to access my gmail accounts from Mozilla. Whenever i try to access my mailbox or gmail site in itself it transfers me to outlooks login. I assume there's some setting or similar that i'm missing that's causing the issue but i haven't been able to find it.

I've narrowed it down to not being any add-on since i only got few but none of them should affect anything email related in anyway shape or form. Also it works fine in Chrome which has been my go-to go around for the issue but honestly it's getting a bit annoying.

Any help would be greatly appreciated. Thanks in advance

Задан Jukki 3 дня назад

Последний ответ от zeroknight 3 дня назад

Intermittent internet outage/reconnection happening only on Facebook

Starting Friday April 19, I have been experiencing constant very brief internet outages/reconnections while using Facebook on the desktop. The outages do not occur anywhe… (читать ещё)

Starting Friday April 19, I have been experiencing constant very brief internet outages/reconnections while using Facebook on the desktop. The outages do not occur anywhere else on the internet...and do not occur on other browsers. I prefer to use Firefox. I am using Windows 11.

Задан Hojoman 2 недели назад

latest FFox supernova blew up reader view

In previous versions of FFx, toggling to Reader view used the same font I'd chosen in Settings / wherever. Now it's something else, in boldface with no distinctions made … (читать ещё)

In previous versions of FFx, toggling to Reader view used the same font I'd chosen in Settings / wherever. Now it's something else, in boldface with no distinctions made in original view (italics, not italics, etc). & there doesn't seem to be any way I can control fonts in Reader.

Any suggestions? In plain English, please, I am NOT a programmer or computer professional, just a regular human trying to use this new version that seems to have broken everything I liked about FFx.

Задан pat.g888 2 недели назад

Последний ответ от pat.g888 2 недели назад

The SAS site blocks me.

SAS booking site blocks me when I try to book flights because it thinks I'm a BOT. I was advised by SAS to use Microsoft Edge and I didn't have any problems. I've used F… (читать ещё)

SAS booking site blocks me when I try to book flights because it thinks I'm a BOT. I was advised by SAS to use Microsoft Edge and I didn't have any problems. I've used Firefox for years and I don't want to change to Edge. Thanks Neil Tarbet

Задан Neil Tarbet 1 неделю назад

Последний ответ от zeroknight 1 неделю назад