Showing questions tagged: اعرض كل الأسئلة
  • Locked
  • المُؤرشفة

Stopping firefox nag popup for an updte

Firefox v90 on a Mac. Continual nag screen popping up telling of an update. None of the solutions presented by top contributors or moderators work. Nothing obvious or sug… (read more)

Firefox v90 on a Mac. Continual nag screen popping up telling of an update. None of the solutions presented by top contributors or moderators work. Nothing obvious or suggested in about:config. Nothing about putting policies in .json files in the correct directory.

It is as if Mozilla refuses to let you turn off that nag screen.

Asked by jkeating2 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • المُؤرشفة

Proton and userchrome

It took years to perfect my userchrome to make FF look exactly how I want. Once 91+ came out it wasn't even a question of fixing the floating tabs and condensing the heig… (read more)

It took years to perfect my userchrome to make FF look exactly how I want. Once 91+ came out it wasn't even a question of fixing the floating tabs and condensing the height and menu spacing (though I tried all of it) but my own codes stopped working properly - I had code to set the background colour of menus/bookmark menus and when I upgrade they were the right colour but with thick white borders around them. This was more important to me than the floating tabs and I immediately downgraded to 90 where I've stayed. Can anyone help me figure out how to get MY codes to work with 91+ and/or to work together with the other fixes out there (tabs, condensed menus etc)??

Below is how my userchrome looks and attached is how my current set up looks. ANY advice is appreciated. THANK YOU.

@import url(userChrome_Fx56_bookmark_icons.css);
*/

/* Standard folder -- on Toolbar and Menus */
#PlacesToolbarItems toolbarbutton[container="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"]:not([tagContainer="true"]) > .menu-iconic-left,
/* Standard folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList) treechildren::-moz-tree-image(container), 
#editBMPanel_folderMenuList > .menulist-label-box > .menulist-icon,
#editBMPanel_folderMenuList menupopup menuitem {
  list-style-image: url(Fx56-yellow-folder.png) !important;
}

/* THIS WAS REMOVED BECAUSE IT CAUSES YELLOW FOLDER ICONS FOR BLANK 
   COLUMNS. AS A RESULT, FOLDERS ON THE RIGHT SIDE REMAIN GRAY.
  #placeContent treechildren::-moz-tree-image(container) {
    list-style-image: url(Fx56-yellow-folder.png) !important;
  }
*/

/* Live Bookmark -- on Toolbar and Menus */ /* REMOVED */

/* Smart bookmark folder -- on Toolbar and Menus */
#PlacesToolbarItems toolbarbutton[container="true"][query="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"][query="true"]:not([tagContainer="true"]) > .menu-iconic-left > .menu-iconic-icon,
/* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, query) {
  list-style-image: url(Fx56-query.png) !important;
}

/* Tag containers (preserve the built-in icon) */
#PlacesToolbarItems toolbarbutton[container="true"][tagContainer="true"] > .toolbarbutton-icon,
#PlacesToolbarItems menu[container="true"][tagContainer="true"] .menu-iconic-left,
:-moz-any(
#PlacesToolbarItems,
#PlacesChevronPopup,
#BMB_bookmarksPopup,
#bookmarksMenu) menu[container="true"][tagContainer="true"] > .menu-iconic-left > .menu-iconic-icon,
/* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, query, tagContainer) {
  list-style-image: url(chrome://browser/skin/places/tag.svg) !important;
}

/*** Top-level "container" icons (otherwise would be Standard folder color) ***/
/* Bookmarks Menu -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_menu________),
#editBMPanel_bmRootItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="1"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-bookmarksMenu.png) !important;
}

/* Bookmarks Toolbar -- on Menus */
#BMB_bookmarksPopup #BMB_bookmarksToolbar > .menu-iconic-left > .menu-iconic-icon,
#bookmarksMenuPopup #bookmarksToolbarFolderMenu  > .menu-iconic-left > .menu-iconic-icon,
/* Bookmarks Toolbar -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_toolbar_____),
#editBMPanel_toolbarFolderItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="0"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-bookmarksToolbar.png) !important;
}

/* Other Bookmarks -- on Menus */
#BMB_bookmarksPopup #BMB_unsortedBookmarks > .menu-iconic-left > .menu-iconic-icon,
#bookmarksMenuPopup #menu_unsortedBookmarks  > .menu-iconic-left > .menu-iconic-icon,
/* Other Bookmarks -- in Sidebar, Library, Add/Edit Bookmark dialog */
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks),
:-moz-any(
#bookmarks-view, 
#editBMPanel_folderTree, 
#placesList, 
#placeContent) treechildren::-moz-tree-image(container, queryFolder_unfiled_____),
#editBMPanel_unfiledRootItem > .menu-iconic-left, 
#editBMPanel_folderMenuList[selectedIndex="2"] > .menulist-label-box > .menulist-icon {
  list-style-image: url(Fx56-unsortedBookmarks.png) !important;
}  

/* Preserve Built-in History/Tags/All Bookmarks Icons in Library */
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_history____v), 
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(title, query, dayContainer) {
  list-style-image: url("chrome://browser/skin/places/history.svg") !important;
}
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(title, query, tagContainer),
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_tags_______v) {
  list-style-image: url("chrome://browser/skin/places/tag.svg") !important;
}
:-moz-any(
#placesList, 
#placeContent) treechildren::-moz-tree-image(query, OrganizerQuery_allbms_____v) {
  list-style-image: url(Fx56-allBookmarks.png) !important;
}


}

menupopup {
-moz-appearance: none !important;
background-color: #e7d9ad !important }


#urlbar[breakout],
#urlbar[breakout][breakout-extend] {
  --urlbar-height: 28px !important;
  --urlbar-toolbar-height: 30px !important;

  width: 100% !important;
  top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
  left: 0 !important;
}

#urlbar[breakout][breakout-extend] > #urlbar-input-container,
#urlbar-input-container {
  height: var(--urlbar-height) !important;
  width: 100% !important;
  padding-block: unset !important;
  padding-inline: unset !important;
  transition: none !important;
}

#urlbar[breakout][breakout-extend] > #urlbar-background {
  box-shadow: 0 1px 4px rgba(0,0,0,.05) !important;
  animation: none !important;
}


}
/* REMOVE MEGABAR END */

Asked by M 1 year ago

Last reply by M 1 year ago

  • المُؤرشفة

90.0.2 to 94.0.1 window-update problems

[Edited: Point (1) is now serious. Point (2) can be ignored. I have edited the question title to indicate that it still occurs in version 94.0.1. My latest post in this t… (read more)

[Edited: Point (1) is now serious. Point (2) can be ignored. I have edited the question title to indicate that it still occurs in version 94.0.1. My latest post in this thread identifies another symptom of the update problem]

I have been automatically updated to 90.0.2 on several machines (most 64-bit Windows 7), but there appear to be problems with the latest version. I can't see evidence that these have already been reported.

1) Window update. When the browser window comes to the fore (top of the z-order), or when resurrecting from a minimized state, it does not redraw the whole window. Usually, half is missing. However, a cursor-move event while over the window triggers a redraw.

2) I have just experienced CAPTCHA issues trying to get into an gov.ie website. Instead of showing me text to enter into the field, it just showed a gray square. However ,the same challenge works OK in Chrome (i.e. it's not a problem with the site itself).

Are these known issues? Is there a way to regress to the previous version?

Asked by ACProctor 2 years ago

Last reply by ACProctor 1 year ago

  • المُؤرشفة

Firefox 90 : focus on the adress bar instead of the central search bar in the page

Hi, When i open a new tab, i want to start my research in the central search bar of the home page, not in the adress bar. So in firefox 89, i put the parameter "browser… (read more)

Hi,

When i open a new tab, i want to start my research in the central search bar of the home page, not in the adress bar.

So in firefox 89, i put the parameter "browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar" to false. And it worked.

With firefox 90, it dit not work anymore.

How can i retrieve the previous behaviour ?

Thanks.

Asked by fr.viewer 2 years ago

Last reply by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Dev Tools

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reaso… (read more)

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). I've gone in about:config and set all variables to False, yet they reset themselves to true every time. How do I disable the DevTools. Thanks

Asked by john.enrietto 2 years ago

Answered by john.enrietto 2 years ago

  • المُؤرشفة

Browser under Remote Control

I keep getting this: URL is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). Wha… (read more)

I keep getting this: URL is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools).

What is it? how do I get rid of it?

Asked by klg61 2 years ago

Last reply by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Ubuntu 18.04.5 - tab flickering when I refresh or loading website

Dear Mozilla Support, After some update (I think from 89.0.0 version of Mozilla Firefox - this version with new looks of tabs) I notice flickering on the tab when I load… (read more)

Dear Mozilla Support,

After some update (I think from 89.0.0 version of Mozilla Firefox - this version with new looks of tabs) I notice flickering on the tab when I loading website or refresh website. This looks very strange. Like I said I dindn't notice any issue with flickering on previous Mozilla Firefox versions. Only with these new versions with new look of the tabs. I didn't remember if it was 89.0.0 version or 90.0.0 version. I don't know if it is problem with the machine but I didn't notice this issue on another computer with 90.0.2 Firefox version but with Windows 10 OS. I also noticed this issue with Firefox 90.0.0.2 with Windows 7 OS on another computer so I don't know if this is problem with two computers or Firefox itself. Can you help me?

Yours faithfully, Piotr

Asked by Peter 2 years ago

Answered by cor-el 2 years ago

  • حُلّت
  • المُؤرشفة

Lost Firefox data after trouble shooting ""A copy of Firefox is already open. Only one copy of Firefox can be open at a time" error on Mac. Any way to recover my info?

I had an issue where when I tried to open firefox I received an error that said ""A copy of Firefox is already open. Only one copy of Firefox can be open at a time". Afte… (read more)

I had an issue where when I tried to open firefox I received an error that said ""A copy of Firefox is already open. Only one copy of Firefox can be open at a time". After looking at some other support articles I came across this article that appeared to fix the issue after entering a command in terminal https://support.mozilla.org/bm/questions/1254772, and I guess I deleted the wrong version because after being able to reopen my browser I had none of my saved bookmarks, extensions, history, or any other account info.

Is there any way I can recover my lost browser info or am I just completely SOL?

Asked by ian83124 1 year ago

Answered by FredMcD 1 year ago

  • المُؤرشفة

Nearly all addons stop working after restart. How to fix?

1. I'm using Firefox portable latest version. Nearly all addons stop working every time I restart Firefox. I have to manually disable and re-enable each addon to make th… (read more)

1. I'm using Firefox portable latest version.

Nearly all addons stop working every time I restart Firefox. I have to manually disable and re-enable each addon to make them working again.

It takes considerably long time the first time I load the first website after I restart Firefox. Also it may suddenly hang after using for a long time.

What's up? How could I fix them?


2. I would like to transfer all settings, cookies/local storage, addons (settings and files etc.) to a fresh copy of Firefox portable, to see if those issues would be fixed. What should I do? Which files do I need to backup?

Thank you.

Asked by Master 10 months ago

Last reply by cor-el 10 months ago

  • المُؤرشفة

website login and functionality problems with firefox

Having lots of problems logging in and with functionality on websites I use a lot, when I use firefox that I do not have if I switch to chrome... like airline websites I … (read more)

Having lots of problems logging in and with functionality on websites I use a lot, when I use firefox that I do not have if I switch to chrome... like airline websites I go to where my login via firefox won't work, banking sites, shopping sites, sites where I have profiles.... I either can't login or sites don't function properly..... but if I switch to chrome things work fine?! like when I enter my login info on aa.com via firefox I get this page which is an error. I enter the same login info on chrome and it takes me to my aa.com account profile and access

Asked by renee626 2 years ago

Last reply by profbrane 1 year ago

  • المُؤرشفة

Firefox popup blocker exception list does not work for private windows

Firefox 90.0.2 (64-bit) on Windows 10. In about:preferences#privacy I have "Block pop-up windows" ticked and 16 websites set as exceptions. This exception list works i… (read more)

Firefox 90.0.2 (64-bit) on Windows 10.

In about:preferences#privacy I have "Block pop-up windows" ticked and 16 websites set as exceptions.

This exception list works in non-private windows, but not in private ones - popups are blocked and I have to explicitly click "options" and then "show".

This bug was introduced a few releases ago - it used to work OK.

  • المُؤرشفة

Signed out of Firefox account after app restart

Hi, have a problem. I am using a Firefox account to sync between my PC and laptop. After I close Firefox on my PC, however, it signs me out of the account and I have to s… (read more)

Hi, have a problem. I am using a Firefox account to sync between my PC and laptop. After I close Firefox on my PC, however, it signs me out of the account and I have to sign in again when opening Firefox - happens every time I use Firefox and doesn't happen on my laptop. Suggestions? Thanks.

Asked by Adam Lukecze 2 years ago

Last reply by cor-el 1 year ago

  • المُؤرشفة

How can I get a border around inactive tabs?

Hello, I updated firefox and it's now hard to tell when one tab ends and another begins when you have multiple inactive tabs next to each other, which is a major annoyan… (read more)

Hello,

I updated firefox and it's now hard to tell when one tab ends and another begins when you have multiple inactive tabs next to each other, which is a major annoyance.

The way to solve this would be to have the inactive tabs have a border around them like the active tab, have them have a different background color from the toolbar, or otherwise have some kind of separator between them. I saw another answer that gave a temporary solution, but the same answer said the solution was going to stop working in a future update. Is there a permanent solution?

Asked by Andreas Eriksson 2 years ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

search box on Firefox home page

Trying to use the seach box in the centre of the Firefox homepage (google search engine) .. everything I type goes up to the address bar . Tried changing settings - I se… (read more)

Trying to use the seach box in the centre of the Firefox homepage (google search engine) .. everything I type goes up to the address bar . Tried changing settings - I see there's a search box option in the 'tool bar' which looks to be up at the side of the address bar. cant understand why we need another one as well as the one in the centre.

Also by turning off suggestions and not choosing the 'search box option in the 'tool bar' , the address bar is now only accepting URLs so searching isnt working.

So ..1. Is the search box in the centre no use?

        2.  Does search work with all suggestions turned off?

Asked by brian.pitchford 2 years ago

Answered by TyDraniu 2 years ago

  • حُلّت
  • المُؤرشفة

Firefox hijacking Goolge search

I'm trying to completely turn off the address search bar function in Firefox. It' so annoying! I go to google. Start to type in the search bar on the page but all my typi… (read more)

I'm trying to completely turn off the address search bar function in Firefox. It' so annoying! I go to google. Start to type in the search bar on the page but all my typing ends up in the address bar. So frustrating! If I wanted to search from the address bar I wouldn't have gone to Google to do it. I DON'T want to search from the address bar EVER! So please don't say 'why don't you just..x,y or z'. I've managed to turn off all the address bar suggestions and whatnot with about a dozen different setting which is ridiculous. Turning off the rich results should fix everything but it doesn't. No mater what I try I cannot get text to appear in the Google search bar. So basically Firefox has stolen the functionality of the Google webpage for me. I've been using Firefox for a long time but lately I'm been questioning why a lot. Anyway, any suggestions to stop Firefox from hijacking my search would be appreciated.

Asked by bpereira 2 years ago

Answered by Terry 2 years ago

  • Locked
  • المُؤرشفة

Suddenly cannot open local .py files (Python source files) as plain text

Hello. Up until recently, I could click a link to a locally stored Python source file (.py extension) and it would display as a plain text file in Firefox. This is what… (read more)

Hello.

Up until recently, I could click a link to a locally stored Python source file (.py extension) and it would display as a plain text file in Firefox. This is what I want; e.g., it is a way that I view my notes, refer to examples, and so on.

Starting a few days ago, when I click such a link, I now get a pop-up window with the two options "Open with" or "Save file." I have tried a number of things to get back to the old behavior, including deleting the handlers.json file in my Profile folder, running a full Refresh, and creating a new profile. None of these got me back to the old behavior: displaying the .py file as plain text.

If I set the "Open with" option in that pop-up window to Firefox, I just keep getting the pop-up over and over again, while a new tab is created each time.

Note: if I look at a .py file on GitHub, there is no problem: again, the file just displays.

I suspected this behavior is connected with my having installed the latest version of Python (3.9.6) a few days ago, and I just confirmed this by updating Python on another machine. That is, on the other machine, the .py file would display as plain text until just now, after I update Python there.

So, I believe the Python installation is the cause of the problem, but, nonetheless, it seems to me that I should be able to set (or unset?) something within Firefox to make .py files open as plain text, as they used to.

Any ideas?

Thanks in advance.

Asked by bjkeefe 2 years ago

Last reply by bjkeefe 1 year ago

  • Locked
  • المُؤرشفة

How to select camera?

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera an… (read more)

On Firefox 90 on Ubuntu 20.04, when a site asks for camera and microphone permissions, it’s not possible to select any device anymore. It just shows the default camera and the default microphone.

Earlier Firefox releases used to show a selection list for the camera and also another one for the microphone.

My default camera is the one built into the laptop and I would like to use an external one that has adequate picture quality.

Can you please help selecting a camera with the new Firefox?

Asked by gdukai.laptop 2 years ago

Last reply by UniQMG 1 year ago