Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

Bulk user name delete

I would like to select and delete a subset of user names and passwords in Firefox. I have a group of about 80 logins for an old account which I no longer use. I know I ca… (funda kabanzi)

I would like to select and delete a subset of user names and passwords in Firefox. I have a group of about 80 logins for an old account which I no longer use. I know I can delete individual logins one at a time but doing this 80 times is a pain!

I can search for the particular account in the password list and Firefox lists them all, which is great. What I would like to do then is right click and select all followed by delete.

Is there a shortcut somewhere?

Asked by Spencer.greystrong 1 unyaka odlule

Answered by Spencer.greystrong 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

When in a private window, How do you open a bookmark or link in a normal window?

If you are currently using a normal window then there are ways to open a bookmark or link in a private window. But if you are currently using a private window then how wo… (funda kabanzi)

If you are currently using a normal window then there are ways to open a bookmark or link in a private window. But if you are currently using a private window then how would you open a bookmark or link in a normal window?

I have tried several things including pressing shift+enter or choosing "Open in new Window" from the context menu, but this just opens the bookmark or link in a new private window.

My current method is to copy the address of the bookmark or link then paste it into the address bar of a normal window.

But is there a more direct method of opening bookmarks or links in a normal window, if currently in a private window?

Thanks.

Asked by TechHorse 6 izinyanga ezidlule

Answered by cor-el 6 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Deep Learning Models via WebGPU

Hello, We're currently working on a demo that enables Stable Diffusion, a deep learning model that generates high-quality images according to text prompts, on web browse… (funda kabanzi)

Hello,

We're currently working on a demo that enables Stable Diffusion, a deep learning model that generates high-quality images according to text prompts, on web browsers with only client-side GPUs. In our use cases, WebGPU is a perfect fit. You can find our GitHub repository for this project here: https://github.com/mlc-ai/web-stable-diffusion.

However, at the moment, it's only possible to run the demo via Chrome Canary (Chrome's nightly build). We're very interested in getting it to work on Firefox as well, but we're encountering vague error messages in Firefox's nightly build with the `dom.webgpu.enabled` flag turned on.

I would love to ask two questions: 1) How mature is Firefox's WebGPU support on Metal? 2) Is there any pointers we could follow to develop WebGPU demos for Firefox?

Thanks a lot!

Asked by junrushao1994 1 unyaka odlule

Answered by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How can I enable sound on pop-up blocked

Is there a way to enable sounds when the built in pop-up blocker blocks a pop-up or make the banner more noticeable? I often dont realize a pop-up has been blocked and ca… (funda kabanzi)

Is there a way to enable sounds when the built in pop-up blocker blocks a pop-up or make the banner more noticeable? I often dont realize a pop-up has been blocked and cant figure out why I' not getting the new content

Asked by jpnyc 9 izinyanga ezidlule

Answered by cor-el 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Switch to tab

How to SWITCH TO TAB when i enter something in address bar and I have this page opened? When I search my question, I get answers like "how to DISABLE...", but I need to E… (funda kabanzi)

How to SWITCH TO TAB when i enter something in address bar and I have this page opened? When I search my question, I get answers like "how to DISABLE...", but I need to ENABLE this feature. Firefox 122. When I type in Address bar something like "google.com" and I already have opened this site in another tab, I want FF to switch this tab instead open a new tab/window. How can I ENABLE this feature?

Asked by JonIrenicus 1 unyaka odlule

Answered by JonIrenicus 12 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to limit search to only useful pages

Hi, There are two suggestions (or questions if I simply cannot find these): - as the default behaviour of the browser, I want to be able to only see websites from Europe… (funda kabanzi)

Hi,

There are two suggestions (or questions if I simply cannot find these): - as the default behaviour of the browser, I want to be able to only see websites from Europe. Somewhere on the net I found that the following address does it: https://www.google.com/webhp?cr=countryAT|countryBE|countryBG|countryHR|countryCY|countryCZ|countryDK|countryEE|countryFI|countryFR|countryDE|countryGR|countryHU|countryIE|countryIT|countryLV|countryLT|countryLU|countryMT|countryNL|countryPL|countryPT|countryRO|countrySK|countrySI|countryES|countrySE

However, when I am trying to use it in firefox as my Start Page, it opens all of these in separate tabs and it does not work. Also as far as I understand using the link is not possible for new tabs.

The reason is simple. For example, when looking for cooking recipes, pages from the USA use strange units that cannot be understood and there is no point in translating each of these manually as all recipes are available in million of versions - it is just a matter of clicks. But I don't want to waste time each time on checking the websites one by one; if the cooking website is from Europe, the units will be of a standard and I don't have to worry. It is the same in relation to many products of any kind. European and American markets are completely different and reading description of something only to find out at the end that it is only available in the USA is waste of time.

- it should be possible in firefox to block some websites or portals by some button. I know that there is an add-on for this but it is only for 10 pages or so, so in reality it is not very useful. It also only works in the way that the page won't open when clicked on. However, it would be much better if unwanted portals or websites were simply removed from search results.

There are too many fake websites nowadays providing incorrect or misleading information. If it happens that I come across one of these, I want to be doing that only once - and block them forever.

Asked by malecek1 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Change the text color of individual folders created on toolbar

Hello! I am using the following code (userChrome.css) to color the individual folders created on the toolbar and it works great; #PlacesToolbarItems > .bookmark-item[… (funda kabanzi)

Hello! I am using the following code (userChrome.css) to color the individual folders created on the toolbar and it works great;

#PlacesToolbarItems > .bookmark-item[container][label="Music" i] {background-color: #ff0545 !important;}
#PlacesToolbarItems > .bookmark-item[container][label="NewsPapers" i] {background-color: #386bff !important;}
#PlacesToolbarItems > .bookmark-item[container][label="News Video" i] {background-color: #386bff !important;}
#PlacesToolbarItems > .bookmark-item[container][label="TV" i] {background-color: #ff1fc8 !important;}

What I am trying to find, is how to change the color of the individual folder name (text) from white to maybe black, yellow, etc.….

Any suggestion is appreciated. Regards,

Asked by lemo 10 izinyanga ezidlule

Answered by cor-el 10 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to create timer around remote settings

The issue I am facing, and for which I direct my question to all you intelligent beings, is that my network is being hammered by connections to firefox-settings-attachmen… (funda kabanzi)

The issue I am facing, and for which I direct my question to all you intelligent beings, is that my network is being hammered by connections to firefox-settings-attachments.cdn.mozilla.net.

When looking at the squid logs, I see the following: access.log:1678216931.488 170104 1.2.3.155 TCP_TUNNEL/200 11400353 CONNECT firefox-settings-attachments.cdn.mozilla.net:443 - CARP/1.2.2.11 -

If I understand correctly, this connection is to download new files that pertain to security, cert revocation lists, blocklists, plus a bunch of non-security related stuff.

The question is, how do I make this file downloaded as small as possible while still keeping the security bits... (saw this page, and followed what I thought pertinent https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections) The second question is... can we do a scheduled window to perform these downloads?

If you are asking why I am having network issues over 11 Mb, the answer is that all my clients go through a corporate proxy... We have many thousand devices and last time we choked the network with 80GB downloaded on a timeframe of 15 min.

Thanks much!

Asked by Freddog 1 unyaka odlule

Answered by Freddog 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox clear history can remove download info. But right-click on icon shows win10 keeps a list; items there can only be deleted one-by-one.

Maybe this is more a win10 issue. How can it be stopped from remembering all downloads, or how can that list be cleared all at once? Thank you.

Asked by steviewondering 2 iminyaka edlule

Answered by user104147805413306348376805769878442569366 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

remove the hint in the address bar

Hi, is there a way to remove the hint in the address bar - "search with ... or enter the address", leave only the blinking cursor? thanks.

Asked by Giuseppe 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Custom Firefox Zoom Values (e.g. 75%, 85%)

Hey guys, I saw in the following post that I can modify the zoom values of Firefox to custom values of my choosing (e.g. 75%, 85%): https://support.mozilla.org/en-US/qu… (funda kabanzi)

Hey guys,

I saw in the following post that I can modify the zoom values of Firefox to custom values of my choosing (e.g. 75%, 85%):

https://support.mozilla.org/en-US/questions/1201469

I followed the instructions but it did not work for me. Yes, I did save the changes I made, and I completely closed & reopened Firefox, but the changes I made have not been applied for some reason. Please see the attached image.

I would have ask the question in the aforementioned thread but it's been archived so I had to open a new one. Does anyone know why Firefox does not seem to recognize my custom values (.75, .85)? Thanks!

Asked by AJ 8 izinyanga ezidlule

Answered by TyDraniu 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Unable to pin private window to taskbar

Hello. When I open a private window and try to pin it to the taskbar, it instantly changes into the normal (non-private) Firefox icon and then only opens normal windows w… (funda kabanzi)

Hello. When I open a private window and try to pin it to the taskbar, it instantly changes into the normal (non-private) Firefox icon and then only opens normal windows when I click on it. It's been like this since I reset Windows and reinstalled Firefox yesterday. I tried to reinstall it again but it still does this. Any help would be appreciated.

Asked by ericoulange 9 izinyanga ezidlule

Answered by ericoulange 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Can I restrict the password autofill to the exact url / form (sub)domain

I have different login forms on different sub domains so I always get a huge lists of different logins. and also I get my password for the basic auth from the web-server … (funda kabanzi)

I have different login forms on different sub domains so I always get a huge lists of different logins. and also I get my password for the basic auth from the web-server on my login form.

I also consider this as a security risk when different sub domains belong to different parties and I accidentally put my password into the wrong form.

Can I config Firefox the way that I get only passwords in the list that match the exact url or at least the (sub)domain?

Another Question As a Web-developer can I do something that my client don't experience such a mess (like giving the login form a special id so passwords are restricted do this particular form.

Asked by mt14 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How can stop Firefox from re-opening windows after a crash?

Hi, I have the problem that Firefox restarts after a crash, re-opening exactly the same windows that were open at the time of the crash, which most of the time reproduces… (funda kabanzi)

Hi, I have the problem that Firefox restarts after a crash, re-opening exactly the same windows that were open at the time of the crash, which most of the time reproduces the crash.

I want Firefox to restart with an empty window, like it is configured.

I have read a support entry that hints setting browser.sessionstore.resume_from_crash to false, which does NOT to the job (anymore).

Asked by klaus.j.wolf 1 unyaka odlule

Answered by zeroknight 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Unable to select buttons

Often, I am unable to submit with Foxfire. Usually, I disable a mess of blocking/privacy settings, and sometimes this works. Not today. The annoying ReCapta pictures/b… (funda kabanzi)

Often, I am unable to submit with Foxfire. Usually, I disable a mess of blocking/privacy settings, and sometimes this works. Not today. The annoying ReCapta pictures/bridges/bicycles/sidewalks never showed. Never. Selecting the submission button failed to cause any kind of a reaction. Finally, had to use Chrome. What gives? Can this be fixed?

Oh, yeah, I'm a retired wildlife biologist, not a programmer, so please dumb it down.

Asked by Frosty 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Auto highlight text in the adress bar?

When I open Vivaldi browser, the link in the address bar is highlighted right away. That's not the case in Firefox. Here I to either need triple click or use "CTRL A" The… (funda kabanzi)

When I open Vivaldi browser, the link in the address bar is highlighted right away. That's not the case in Firefox. Here I to either need triple click or use "CTRL A" The same is true when I open a new tab.

Is there a way to do that in Firefox?

Thanks a lot /Per

Asked by PFaarhus 1 unyaka odlule

Answered by zeroknight 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Refresh page while in full screen mode.

I am using MacOS Monterey 12.7.1 with the latest Firefox version. When in full screen mode, if I want to refresh the screen I move the mouse pointer to the top of the pag… (funda kabanzi)

I am using MacOS Monterey 12.7.1 with the latest Firefox version. When in full screen mode, if I want to refresh the screen I move the mouse pointer to the top of the page to get the tools to display but when I move it down the the refresh button, it quickly hides again before I can refresh the page. Does anyone know of a solution to this or a keyboard shortcut I can use to do a page refresh while in full screen mode?

Asked by bsisler 1 unyaka odlule

Answered by cor-el 1 unyaka odlule