Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

New Login Issue using Firefox only

I continue to get message "Sorry, invalid login. Please verify the User ID and/or Password you entered." while trying to login to Altra Federal Credit Union. Never had t… (Lesen Sie mehr)

I continue to get message "Sorry, invalid login. Please verify the User ID and/or Password you entered." while trying to login to Altra Federal Credit Union. Never had the issue before on Firefox. I am able to login using other browsers. Altra has indicated to me an update glitch involving Firefox browser. Any help?

Gefragt von martingaul3378 vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

[Firefox 96] My userContent.css and userChrome.css Codes isn't Being Applied Anymore

Until yesterday everything I customized for Firefox 89 in June of 2021 and FF 91 in August of 2021 was working fine. Today I updated to Firefox 96.0 and when I open my F… (Lesen Sie mehr)

Until yesterday everything I customized for Firefox 89 in June of 2021 and FF 91 in August of 2021 was working fine.

Today I updated to Firefox 96.0 and when I open my Firefox returned to that old visual that I hated

tabs with spaces , but that's not the worst. The worst is the newTab visual that came back to the small and ugly bookmarks of the page we usually navigate. That are set on userContent.css I remember.

I checked some vars at about:config and everything is as it was.

So do I need to set true or false any new var there? These .css files are like they was never read. It looks like to me there is a new var, we need to change it.

What did happen?

  • my userChrome.css file content below:
/* Begin - Smart Bookmarks Bar CSS Imports */
@import url("chrome://smartbookmarksbar/skin/global/base.css");
@import url("chrome://smartbookmarksbar/skin/global/mouseover-on.css");
@import url("chrome://smartbookmarksbar/skin/global/hideFoldersNames-on.css");
@import url("chrome://smartbookmarksbar/skin/global/hideNoFaviconNames-on.css");
@import url("chrome://smartbookmarksbar/skin/global/spacing-0.css");
@import url("chrome://smartbookmarksbar/skin/global/autohideBar-off.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault_mouseover-on.css");
@import url("chrome://smartbookmarksbar/skin/themes/firefoxDefault_mouseover-on_hideNoFaviconNames-on.css");
/* End - Smart Bookmarks Bar CSS Imports */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");



/*** BEGIN Firefox 77 (June 2, 2020) Override URL bar enlargement ***/

  /* Compute new position, width, and padding */

  #urlbar[breakout][breakout-extend] {
    top: 5px !important;
    left: 0px !important;
    width: 100% !important;
    padding: 0px !important;
  }
  /* for alternate Density settings */
  [uidensity="compact"] #urlbar[breakout][breakout-extend] {
    top: 3px !important;
  }
  [uidensity="touch"] #urlbar[breakout][breakout-extend] {
    top: 4px !important;
  }

  /* Prevent shift of URL bar contents */

  #urlbar[breakout][breakout-extend] > #urlbar-input-container {
    height: var(--urlbar-height) !important;
    padding: 0 !important;
  }

  /* Do not animate */

  #urlbar[breakout][breakout-extend] > #urlbar-background {
    animation: none !important;;
  }

  /* Remove shadows */

  #urlbar[breakout][breakout-extend] > #urlbar-background {
    box-shadow: none !important;
  }

/*** END Firefox 77 (June 2, 2020) Override URL bar enlargement ***/


/*** BEGIN Firefox 89 (June 2, 2021) ***/


/* https://github.com/black7375/Firefox-UI-Fix */

@media (-moz-proton) {

  /* Toolbar Height */
  #TabsToolbar
  .toolbar-items, .tabbrowser-tab,
  .titlebar-buttonbox-container {
    max-height: 34px !important;
  }

  :root[uidensity=compact] #TabsToolbar,
  :root[uidensity=compact] .toolbar-items, .tabbrowser-tab
  :root[uidensity=compact] .titlebar-buttonbox-container {
    max-height: 30px !important;
  }
  :root[uidensity=touch] #TabsToolbar,
  :root[uidensity=touch] .toolbar-items, .tabbrowser-tab
  :root[uidensity=touch] .titlebar-buttonbox-container {
    max-height: 42px !important;
  }

  
}  
  

/*** END Firefox 89 (June 2, 2020) ***/

/*** BEGIN Firefox 91 (August, 2021) ***/
/*** Tighten up drop-down/context/popup menu spacing ***/

menupopup > menuitem, menupopup > menu {
  padding-block: 3px !important;
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}


/*** END Firefox 91 (August, 2021) ***/


  • and my userContent.css file content below:
/*AGENT_SHEET*/

/* Firefox 57+ userChrome.css tweaks ************************************************************/
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **********/
/* by Aris (aris-addons@gmx.net)*****************************************************************/
/* Github: https://github.com/aris-t2/customcssforfx ********************************************/
/************************************************************************************************/

/*************************************************************************************************

  ENABLING options: remove the combination of / and * before @import
  DISABLING options: add the combination of / and * before @import
  
  Some @import features might not work properly on macOS and Linux -> Firefox bug
  
  CSS tweaks won't work, if @namespace references are used inside .css files!

*************************************************************************************************/

/************************************************************************************************/
/* about:addons *********************************************************************************/
/************************************************************************************************/

/* NOTE: 'Version number for add-ons' will stop working soon, because Mozilla is going ***********
		 to drop XBL support: see https://bugzilla.mozilla.org/show_bug.cgi?id=1397874 **********/

/* version number for add-ons *******************************************************************/
@import url(./css/aboutaddons/addonlists_show_addon_version_number.css); /**/

/* addons page appearance - only use one at a time **********************************************/
@import url(./css/aboutaddons/addons_manager_alternative_appearance.css); /**/
/* @import url(./css/aboutaddons/addons_manager_alternative_appearance_aero.css); /**/	/* <-- AERO colors */

/* compact item lists - only use one at a time **************************************************/
/* @import url(./css/aboutaddons/addonlists_compact.css); /**/
/* @import url(./css/aboutaddons/addonlists_compact_more_compact.css); /**/

/* other settings *******************************************************************************/
/* @import url(./css/aboutaddons/addonlists_only_show_buttons_on_hover.css); /**/
/* @import url(./css/aboutaddons/addonlists_replace_button_labels_with_icons.css); /**/
@import url(./css/aboutaddons/description_page_alternative_content_order.css); /**/
@import url(./css/aboutaddons/recentupdates_category_always_visible.css); /**/
/* @import url(./css/aboutaddons/search_category_always_visible.css); /**/


/************************************************************************************************/
/* about:preferences ****************************************************************************/
/************************************************************************************************/

/* preferences page appearance - only use one at a time *****************************************/
@import url(./css/aboutpreferences/preferences_alternative_appearance.css); /**/
/* @import url(./css/aboutpreferences/preferences_alternative_appearance_aero.css); /**/	/* <-- AERO colors */
/* @import url(./css/aboutpreferences/preferences_alternative_appearance_v2.css); /**/


/************************************************************************************************/
/* about:newtab / about:home ********************************************************************/
/************************************************************************************************/

/* @import url(./css/aboutnewtab/dark_appearance.css); /**/
@media (-moz-proton) {
  @-moz-document url("about:home"), url("about:newtab") {
    /** Activity Stream - Search Focus Border: like URL ***********************/
    /* At DarkMode, Color */
    body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"],
    body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"] {
      /* inner */
      --newtab-focus-border: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */
      --newtab-focus-border-selected: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF */
    }

    /** Activity Stream - Web Site Icon: full size ****************************/
    /* Remove Firefox Logo on new Tabs
    div.logo-and-wordmark {
      display:none !important;
    }
    */
    .tile {
      width: 100px !important;
      height: 100px !important;
    }
    .top-site-icon .rich-icon {
      width: 100px !important;
      height: 100px !important;
    }
    .top-site-outer .tile .icon-wrapper {
      width: 100px !important;
      height: 100px !important;
    }
  }
}



/************************************************************************************************/
/* WEB CONTENT **********************************************************************************/
/************************************************************************************************/

/* top level image on white background (can sometimes cause glitches) - only use one at a time **/
/* @import url(./css/webcontent/toplevel_image_classic_v1.css); /**/
/* @import url(./css/webcontent/toplevel_image_classic_v2.css); /**/


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/

Thanks in advance.

Gefragt von Marcelo vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

lost bookmarks

Needed to replace my pc because hd failed. Now have new pc(windows 11). Problem is i can't restore wife's bookmarks. Got mine back okay, but not hers and she isn't happy.… (Lesen Sie mehr)

Needed to replace my pc because hd failed. Now have new pc(windows 11). Problem is i can't restore wife's bookmarks. Got mine back okay, but not hers and she isn't happy. What do i need to do to find them?

Gefragt von billsoll46 vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Website options don't work for Firefox

I've logged into consumerreports.org and am looking at refrigerators and am trying to set a filter based on "Categories" (see jpg image) At this point no input is accepte… (Lesen Sie mehr)

I've logged into consumerreports.org and am looking at refrigerators and am trying to set a filter based on "Categories" (see jpg image) At this point no input is accepted other than 'Accept'. I can not clear or change any selection. This same condition occurs with all the other options.

When I use Chrome this conditions does not occur. I can set any filter, save it, and see the result.

Is there some Firefox setting that controls this behavior that I can change?

Gefragt von slipbits vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

An observation

I have noticed that some business websites do not work correctly with Firefox. Here are a few ; Lowes Home Improvement, NJ Covid vaccine, Labcorp, Picattiny Federal … (Lesen Sie mehr)

I have noticed that some business websites do not work correctly with Firefox. Here are a few ; Lowes Home Improvement, NJ Covid vaccine, Labcorp, Picattiny Federal Credit Union, Clover Health, Walmart.

Could this be due the fact the fact that according java FF does not support the technology behind java?

In the case of Walmart, I was having a problem placing an order and asked for help, the email response did not mention FF.

https://www.walmart.com/ https://www.picacreditunion.com https://newjersey.github.io/vaccine-locations/NJ-COVID-19-Vaccine-Locations.pdf https://www.lowes.com https://patient.labcorp.com/landing https://my.cloverhealth.com/login/?next=/

Most of these website deal with confidential information.

Gefragt von mike-a vor 1 Jahr

Beantwortet von mike-a vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox 97 won't load/blanks all pages, including about:config

After the Firefox 97 upgrade, no pages will load. No hourglass. No error message. Just blank. Internal FF pages like about:config are the same. Ctrl + B for the bookmark … (Lesen Sie mehr)

After the Firefox 97 upgrade, no pages will load. No hourglass. No error message. Just blank. Internal FF pages like about:config are the same. Ctrl + B for the bookmark sidebar works intermittently on new tabs, but not on the stuck/blank/non-loading URLs.

Tried reinstalling FF, no luck. 1 old profile worked briefly w/ 97, but only until the next restart. Creating a fresh profile w/ 97 had same error.

Reverting to FF 96 and everything works fine. Assuming you have a backup of your user profile, as 96 won't load the profile once 97 had broken/upgraded it...

This is a Dell Precision 7760 w/ Win 10 Pro, about 6 months old.

1 older machine, running Win 10 Home & synced FF to same account upgraded to 97 and is working fine.

Have temporarily had to disable auto updates until some way to solve this issue is found.

Gefragt von morgan22 vor 1 Jahr

Beantwortet von bg07901 vor 1 Jahr

  • Gelöst
  • Archiviert

Twitter

Twitter shows up as a blank (white) page. Cannot login. Works okay in Chrome. Got these msgs for Firefox Inspection tool. Content Security Policy: Ignoring “'unsafe-inlin… (Lesen Sie mehr)

Twitter shows up as a blank (white) page. Cannot login. Works okay in Chrome. Got these msgs for Firefox Inspection tool. Content Security Policy: Ignoring “'unsafe-inline'” within script-src or style-src: nonce-source or hash-source specified Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). moz-extension:1:322 Content Security Policy: Ignoring “'unsafe-inline'” within script-src or style-src: nonce-source or hash-source specified 4 Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). moz-extension:71:796982 Content Security Policy: Ignoring “'unsafe-inline'” within script-src or style-src: nonce-source or hash-source specified 10 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ads-api.twitter.com/9/measurement/dcm_local_id. (Reason: CORS request did not succeed). Status code: (null).

Gefragt von GROUP 0 MiddleEarth vor 1 Jahr

Beantwortet von GROUP 0 MiddleEarth vor 1 Jahr

  • Gelöst
  • Archiviert

Not able to download Zip files from Google drive after compressing

I'm not able to download Compiled zip files from google drive. I have an folder with a lots of image so when I download folder, google compresses them in zip and then it … (Lesen Sie mehr)

I'm not able to download Compiled zip files from google drive. I have an folder with a lots of image so when I download folder, google compresses them in zip and then it downloads. but I'm not able to download the images. I don't know since when it started happening or which version because my Firefox browser is on auto-update.

Gefragt von satyamverma.8.b vor 1 Jahr

Beantwortet von satyamverma.8.b vor 1 Jahr

  • Gelöst
  • Archiviert

page displays wrongly

Could someone please tell me why this page (and some other Dell pages), won't display properly? https://www.dell.com/community/Dell-Community/ct-p/English It's a fairly… (Lesen Sie mehr)

Could someone please tell me why this page (and some other Dell pages), won't display properly?

https://www.dell.com/community/Dell-Community/ct-p/English

It's a fairly new problem, the pages are ok in IE and Chrome.

I have Windows 7 and Firefox is up to date 96.0.2

Thanks, Fraidy

Gefragt von Fraidy vor 1 Jahr

Beantwortet von TyDraniu vor 1 Jahr

  • Gelöst
  • Archiviert

Bookmark menu only shows Recent Bookmarks.

I have a bunch of bookmarks across multiple folders in my Library. Some in the Bookmarks Toolbar, most in the Bookmarks menu. I noticed a while ago that when I click the… (Lesen Sie mehr)

I have a bunch of bookmarks across multiple folders in my Library. Some in the Bookmarks Toolbar, most in the Bookmarks menu.

I noticed a while ago that when I click the Library button and go to "Bookmarks" I only see the Recently Added Bookmarks, without my folder structure.

I thought that maybe this is because the Recently Added list overflows and my actual bookmarks structure isn't displayed so I created userChrome.css file and disabled Recently Added Bookmarks completely.

Now whenever I click the Library button -> Bookmarks I only see the options to manage bookmarks or toggle the bookmarks toolbar.

The bookmarks are there - I can search for them, I can access them through the Bookmark Manager/Library (the external window thingy) and can see them in the "Bookmarks Menu" folder on the Sidebar, but they just don't show up in the Bookmark Menu accessed through the Library button.

I looked around here on did some Google searches but couldn't find a similar issue.

Any help would be greatly appreciated.

Gefragt von Alaknár vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

FireFox update needed ....

I have been instructed by BCBSIL.com to use GoogleChrome as my browser. Their website is no longer compatible with Firefox. Is there an update that Firefox can do so I do… (Lesen Sie mehr)

I have been instructed by BCBSIL.com to use GoogleChrome as my browser. Their website is no longer compatible with Firefox. Is there an update that Firefox can do so I don't have to change my browser to Google Chrome? It seems BCBSIL is saying only Google Chrome users can access their site now. BCBSIL is trying to direct what browser I use, isn't this illegal?

Gefragt von shelbywoo1 vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Cannot open https://mail.yahoo.com

When browsing to mail.yahoo.com I get the following error: Secure Connection Failed An error occurred during a connection to www.sportsmansoutdoorsuperstore.com. PR_CONN… (Lesen Sie mehr)

When browsing to mail.yahoo.com I get the following error: Secure Connection Failed

An error occurred during a connection to www.sportsmansoutdoorsuperstore.com. PR_CONNECT_ABORTED_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Gefragt von bretshooter vor 1 Jahr

Beantwortet von FredMcD vor 1 Jahr

  • Gelöst
  • Archiviert

Create desktop shortcuts with Firefox

I used to create desktop shortcuts to websites by dragging the padlock thumbnail to the left of the URL to the desktop. (see first image) Now it does not create a shortc… (Lesen Sie mehr)

I used to create desktop shortcuts to websites by dragging the padlock thumbnail to the left of the URL to the desktop. (see first image)

Now it does not create a shortcut but instead creates a file on the desktop with a .URL extension.(see 2nd image) Double clicking on the file will take me to the website, but as a file and not a shortcut, I cannot modify the name displayed or change the icon displayed.

Am I looking at something new in version 96 or have I inadvertantly changed something in the settings?

Gefragt von George Sinkinson vor 1 Jahr

Beantwortet von George Sinkinson vor 1 Jahr

  • Gelöst
  • Archiviert

v96.0 Blocked Cookies

After upgrading to FF 96.0 (Windows 10), the site dslreports.com thinks cookies are being blocked on login. This occurs even in safe mode. Their cookie tester shows a cou… (Lesen Sie mehr)

After upgrading to FF 96.0 (Windows 10), the site dslreports.com thinks cookies are being blocked on login. This occurs even in safe mode. Their cookie tester shows a couple of random cookies being return by the browser which may or may not be related.

Gefragt von krj vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox cannot load websites but other browsers can, But if you wait for several minutes or an hour it works again.

Hi, I know this already Faqs about this problems: https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can But the things is, it's not works at… (Lesen Sie mehr)

Hi, I know this already Faqs about this problems: https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can But the things is, it's not works at all. Even it could, it only for few minutes and the problems keeps appears. And oddly, If you ignore it for several minutes or an hour, Firefox suddenly can open websites again. This problems keep appears in my 2 laptop. I already try anything including reinstall firefox, and it's just temporal solutions. Can you check what actually happened? Cause this problems not only me but also the other users. I already ask my colleague and my friend, they have same problems, and the solution you give isn't working at all. Thank you.

Gefragt von I.E. vor 1 Jahr

Beantwortet von SUMOsJR vor 1 Jahr

  • Gelöst
  • Archiviert

Declare a custom theme "light"

As of recently, Firefox adapts some elements (basically everything in the toolbar, like the downloads or browsing history) depending on whether it identifies the theme yo… (Lesen Sie mehr)

As of recently, Firefox adapts some elements (basically everything in the toolbar, like the downloads or browsing history) depending on whether it identifies the theme you use as light or dark. I am using a custom theme (this one: https://addons.mozilla.org/de/firefox/addon/tardis/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search) that Firefox identifies as dark, however I absolutely hate any form of dark mode. So far I figured out how to force Firefox to use a light theme everywhere else using about:config, but I couldn't figure out how to change the abovementioned elemtents back to light without changing the theme. So is there any way to declare a theme as light or some other way to change this behavior?

Gefragt von frasiwa vor 1 Jahr

Beantwortet von Cyclone Boom vor 1 Jahr

  • Gelöst
  • Archiviert

Firefox 96.0.2 home screen color

I saw this posted: (A) Right-click context menus, toolbar drop-down panels Starting in Firefox 89, these would flip to a dark background if the text on the inactive/backg… (Lesen Sie mehr)

I saw this posted: (A) Right-click context menus, toolbar drop-down panels Starting in Firefox 89, these would flip to a dark background if the text on the inactive/background tabs was white or light. Firefox 96 has extended this adaptation to more parts of the browser. As far as I know, the only built-in way to avoid this is to change your toolbar theme to one with dark text on the inactive/background tabs. (The other way is the not-officially-supported userChrome.css file route.)

OK, I have been using a "not-officially-supported userChrome.css file" for quite sometime. Every 4th or 5th update (sic) screws it up. Apparently the latest (96.0.2) "looks" at my toolbars, makes an (erroneous) assumption and turns the main part of the home screen to black.

Not useful!

Suggestions to override Firefox's (less than helpful) assumption?

Gefragt von AIVAS vor 1 Jahr

Beantwortet von Terry vor 1 Jahr

  • Gelöst
  • Archiviert

Sidebar line spacing - Simple Tab Groups add-on

Hi How can I write code to change line spacing for the sidebar of the add-on "Simple Tab Groups". I found this code which changes line spacing for Bookmarks ... it work… (Lesen Sie mehr)

Hi How can I write code to change line spacing for the sidebar of the add-on "Simple Tab Groups".


I found this code which changes line spacing for Bookmarks ... it works. https://support.mozilla.org/si/questions/1238370

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* Minimize height of sidebar items */ .sidebar-placesTreechildren::-moz-tree-row {

   min-height: 18px !important;
   height: 18px !important;
   max-height: 18px !important;

}

Gefragt von moz_spt vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

Set up custom default search URL

I'd like to use the Startpage search as my default search in Firefox, instead of Google. And I mean the keyword-less search. I know what a search keyword is and I use sev… (Lesen Sie mehr)

I'd like to use the Startpage search as my default search in Firefox, instead of Google. And I mean the keyword-less search. I know what a search keyword is and I use several for special search engines (map, Wikipedia, dictionaries, parcel tracking, etc.). But the default search must work without any keywords.

And I want to use the custom settings they provide as URL parameters. I've tried with the cookie option but the cookie expires even after regular use. So the custom URL is the only working solution. Startpage support recommended me doing that.

I know that I can install the Startpage search to Firefox and it worked. But I can't combine it with the custom settings. So I uninstalled the extension, deleted the search engine and went to my custom startpage.com URL. Right-clicking the URL bar allowed me to add the search engine from there. But it also doesn't have my settings.

I couldn't find the search URL in about:config. Where is it stored? I need to change whatever Firefox thinks is Startpage's search URL to include my settings.

Changing the settings is critical because by default they open clicked results in a new tab which I cannot stand. I have enough open tabs, and there's still the back button.

Gefragt von ygoe vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr