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

Firefox automatically downloading files instead of asking

After a forced update, firefox stopped giving the popup that lets you choose what to do with the file. A temporary fix is to go into options and set "Always ask you wher… (read more)

After a forced update, firefox stopped giving the popup that lets you choose what to do with the file.

A temporary fix is to go into options and set "Always ask you where to save files", however this is clunky, and much much slower, so is there any way to get this popup back?

If not, then i will have to migrate to a different browser for safety, since this new "Feature" can be easily abused by hackers and malicious websites.

Asked by cvfnfyltcglvwjgzve 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

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

manually arranging extensions on the toolbar

Firefox has arranged my extensions alphabetically. I would prefer to group them functionally, or at least be able to separate those which have similar colors -- for examp… (read more)

Firefox has arranged my extensions alphabetically. I would prefer to group them functionally, or at least be able to separate those which have similar colors -- for example, Grammarly and Evernote are both green and I sometimes click on one when I want the other. I would also like to have the one I use most at the far right of the toolbar.

Asked by k8neville 1 year ago

Answered by mwwagoner 1 year ago

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

Changing background picture

So basically I like redesigning my macs look every few months and i want to add a picture to the start screen, I want to have the original one - it still saying Firefox h… (read more)

So basically I like redesigning my macs look every few months and i want to add a picture to the start screen, I want to have the original one - it still saying Firefox however I want a background behind it, much like chrome. I found a solution but it involved a lot of code and doing some really confusing things so what should I do? I don't want to install any add-ons. Also if anybody find the coding solution anywhere could you please re-explain it to me? Thanks :)

Asked by Sofia 1 year ago

Answered by Bithiah 1 year ago

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

gif not playing

since the recent updates gifs no longer play on google or any other search engine I've checked Type "about:config" into your address bar, then press "Enter." Look for t… (read more)

since the recent updates gifs no longer play on google or any other search engine I've checked

Type "about:config" into your address bar, then press "Enter." Look for the line that says "image.animation_mode" and double-click it. Change the mode to "normal" if it isn't already; if it says "once" or "none," animated GIFs will not load correctly.

and I'm set to normal I don't have any security software causing this that I know of how do I get my gif animation back?

Asked by w.hthomas 1 year ago

Answered by cor-el 1 year ago

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

How to change menu/toolbar color after update?

Hey all, I just updated Firefox on PC and the updater asked a couple questions. I chose "Visionary" as the answer to a question because it suited me the best out of all t… (read more)

Hey all, I just updated Firefox on PC and the updater asked a couple questions. I chose "Visionary" as the answer to a question because it suited me the best out of all the options. However, this also changed the colors of my browser menu and toolbar to green. The thing is, while green is a fine color, I would never select it as "my" color for anything ever.

I've tried to change the color in about:preferences, but nothing I can find seems to work. Any ideas?

Thanks!

Asked by RoyDA 7 months ago

Answered by cor-el 7 months ago

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

Menu Font Size

I am using Firefox 84.0.2 (64-bit) on Win 10 Pro and the menu font size and toolbar icons are minuscule, even on my 32" monitor. I found a fix for this same problem in T… (read more)

I am using Firefox 84.0.2 (64-bit) on Win 10 Pro and the menu font size and toolbar icons are minuscule, even on my 32" monitor.

I found a fix for this same problem in Thunderbird, but I don't see any way to make the menu fonts and toolbar icons bigger in Firefox. This has nothing to do with web sites, just the menu/bookmarks, toolbar icons, etc.

Thank you.

Asked by Bogey62 2 years ago

Answered by cor-el 2 years ago

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

how to save webpage on desktop as shortcut

How do I save webpage on desktop as shortcut. Online reponse speaks of padlock. I don't see padlock. And Mozilla site answers with how to stop creating shortcut automatic… (read more)

How do I save webpage on desktop as shortcut. Online reponse speaks of padlock. I don't see padlock. And Mozilla site answers with how to stop creating shortcut automatically.


Thank you

Asked by dujuarez 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

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

Firefox: Move Find bar to the top

I recently upgraded my system and, after installing and using Firefox, I notice the Find (Ctrl + F) bar is now at the bottom of the window. Whereas, it was previously at… (read more)

I recently upgraded my system and, after installing and using Firefox, I notice the Find (Ctrl + F) bar is now at the bottom of the window. Whereas, it was previously at the top (which is more like every other application I use).

After some head scratching and web searches, I remembered I had to fix this issue previously (after a Firefox upgrade some time back). The method to fix it then could be found here: [there a way to put the Find Bar at top] That link is of course to the same question asked 4 years back.

I have once again followed the procedure there explained per: • Access my Firefox profile folder. In my case:

  C:\Users\<Me>\AppData\Roaming\Mozilla\Firefox\Profiles\5ym42ewi.default

• Create folder therein called ‘chrome’ • In that folder create a file called ‘userChrome.css’ • In that file add text:

  .browserContainer > findbar {
    -moz-box-ordinal-group: 0;
  }

However, after doing that (and restarting Firefox), the Find bar stubbornly remains glued to the bottom of the window.

Can anyone tell me how to solve this issue?

As a separate note to the developers: This issue is long-standing, that a web search reveals is still relevant to many users. Any chance of considering making it a standard option?

Asked by Spinner 1 year ago

Answered by cor-el 1 year ago

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

Multirow Bookmarks

Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked… (read more)

Hi, everyone. My multirow bookmarks no longer seem to work since my latest update to 107.0 (64 bit). My computer crashed and when it came back up Firefox no longer worked. I reinstalled it and have a bit of cleanup to do, but everything works now except my faithful (up-to-now) multirow toolbar. Here's the code in my userChrome.css file.

/* Multi-Row Bookmarks Toolbar */

  1. PersonalToolbar {
 /* Override max-height */
 min-height: unset !important;
 max-height: unset !important; */

}

  1. PlacesToolbar > hbox:first-child {
   display: block

}

  1. PlacesToolbarItems {
   display: flex;
   flex-wrap: wrap

}

Previously, this was in my profile folder. If I move this out of the profile folder, my browser works fine but there is no multi-row toolbar. If I put it back into the profile folder, I have a multi-row toolbar, but no contentd in the main window.

I am perplexed. Help? --elizabeth

Asked by baker_eliz 6 months ago

Answered by cor-el 6 months ago

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

Multi-Account Containers "Open this site in your assigned container?"

One time, when using MAC I accidentally set a website to always open in a different container. Now any time I attempt to launch this website, I receive the MAC prompt "Op… (read more)

One time, when using MAC I accidentally set a website to always open in a different container. Now any time I attempt to launch this website, I receive the MAC prompt "Open this site in your assigned container?", where I have two options: Open in Current Container and Open in Assigned Container. There is also a checkbox labeled "Remember my decision for this site", however even if I tick this checkbox and select Open in Current Container, I still get this same prompt every subsequent time I visit this website.

Asked by Nick 1 year ago

Answered by Nick 1 year ago

  • حُلّت

Removing the Extensions Puzzle Piece Icon?

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it...… (read more)

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it....at all.

Asked by Imot 4 months ago

Answered by cor-el 4 months ago

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

Credit card autofill stopped working

I am in the USA. Every time, on any page or website that I need to provide credit card info, when I click in the box to type in the CC numbers/expiration date/CCV, a win… (read more)

I am in the USA. Every time, on any page or website that I need to provide credit card info, when I click in the box to type in the CC numbers/expiration date/CCV, a window pops up as it should (for auto-fill) with my credit card information. In that window, I can scroll over the different credit cards, click on the one I want to use, and it SHOULD auto-fill into the box where the numbers would normally be typed in. Now, the window still pops up and I can scroll over the credit cards and choose one, but when I click on any of the particular credit cards, the auto-fill doesn't work. The boxes in "settings" are checked to allow auto-fill. It worked for months, then just stopped. Thanks for your assistance!

Asked by dougumbarger 1 year ago

Answered by Tad Tweed 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 1 year ago

Answered by john.enrietto 1 year ago

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

Restoring add-ons, extensions, settings, etc from Old Firefox Data

Firefox would not finishing loading so I (stupidly) clicked "refresh firefox" not realizing it would loose add-ons, extensions, etc. It created an Old Firefox Data folder… (read more)

Firefox would not finishing loading so I (stupidly) clicked "refresh firefox" not realizing it would loose add-ons, extensions, etc. It created an Old Firefox Data folder if that can somehow get it back to as it was instead of having to figure what add-ons I had & reinstall everything, etc. My Bookmarks still appear but I need the add-ons back!

Asked by WTM_W7 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

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

Close Tab button on left

Obviously people have asked this before, but those threads all seem to be closed now. The idea that a browser would not want to have a consistent UI with every other part… (read more)

Obviously people have asked this before, but those threads all seem to be closed now. The idea that a browser would not want to have a consistent UI with every other part of the operating system is absolutely nuts, so why is it not easier (or even automatic?!) to place the 'close tab' button on the left when running on a Mac operating system?

I have tried the solutions recommended here – https://support.mozilla.org/en-US/questions/1253751 – but without any success. Maybe someone could help me understand what I am doing wrong? Better yet, maybe Mozilla could remove the need for such workarounds and implement what ought to be a standard feature?

Asked by Kit Marsden 1 year ago

Answered by cor-el 1 year ago

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

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… (read more)

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.

Asked by ygoe 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

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

How to turn off download panel pop-up in version 98.0

This is more of a convenience issue but the new download panel pop-up from the download arrow is very distracting. I couldn't find an option to turn it off so I had to g… (read more)

This is more of a convenience issue but the new download panel pop-up from the download arrow is very distracting. I couldn't find an option to turn it off so I had to go into the config and turn the true flag false for this "improvement". Is there a better way of disabling this pop-up and if not will there be in future versions of firefox?

Asked by pathomeon 1 year ago

Answered by cor-el 1 year ago

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

Firefox CSS question: putting navbar at top of browser, in line with Menu bar

Hello. Before the "proton" update to the Firefox UI, I had nicely saved space in my browser by putting the navbar up on the same level with the menu bar which is able to … (read more)

Hello. Before the "proton" update to the Firefox UI, I had nicely saved space in my browser by putting the navbar up on the same level with the menu bar which is able to make the UI area of Firefox take up less vertical space on my screen. Proton broke this however, so I reverted.

What sort of userchrome.css code do I now need to use in order to put the menu bar and navbar on the same level, like the attached image?

Asked by zach.heise 1 year ago

Answered by cor-el 1 year ago

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

How to create multiple policies into "policies.json" ?

Excuse me ! I'm running one policy, and I want to create another into this file "policies.json". After editing, it doesn't work.Like this: Path: C:\Program Files\Mo… (read more)

Excuse me ! I'm running one policy, and I want to create another into this file "policies.json". After editing, it doesn't work.Like this:

Path: C:\Program Files\Mozilla Firefox\Distribution\policies.json

//It is the way to block "about:config" from github.com,and it works. { "policies":{ "BlockAboutConfig":true } }

//Now I create another policy. { "policies":{ "BlockAboutConfig":true "BlockAboutAddons":true } }

//Or like this,they don't work. { "policies":{ "BlockAboutConfig":true } } { "policies":{ "BlockAboutAddons":true } }

So please ! Anybody could tell me how to use the grammar about "policies.json" ? Thank you very much !

Asked by androkia 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago