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

Dual Signed In google accounts possibe?

Hail all: Now, I have 2 Google accounts: My private one, and a Corporate Account, used for work. I always signed out of my normal window from the active account to the C… (funda kabanzi)

Hail all:

Now, I have 2 Google accounts: My private one, and a Corporate Account, used for work. I always signed out of my normal window from the active account to the Corporate Account and vice versa, depending on which I needed to check. A common occurrence for many people.

But I noticed long ago, that in Private Window ... I seem to be signed out, opening Google in it. I use Private Window to avoid unnecessary clutter from sites dropping their stuff on my Temp folder. I hate clutter ... severe Asperger's.

I was thinking ... if I keep my private Google Mail on the prime non-Private window, can I sign in while this is open (and stays open) into my Corporate account in my Private Window?

If so, this would save me quite a bit of hassle, having to log out several times a day from my main, private account/mail and into the Corporate account mail, and when done vice versa to me private account mail.

Thank you.

Asked by dtm_samurai@hotmail.com 10 izinyanga ezidlule

Answered by dtm_samurai@hotmail.com 10 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Multiple Language

How can I translate my website https://rhizmall.pk/ in Mozilla with different languages, like other browsers shown by right click on tools bar or on web page to translate… (funda kabanzi)

How can I translate my website https://rhizmall.pk/ in Mozilla with different languages, like other browsers shown by right click on tools bar or on web page to translate in different languages?

Asked by reneemill85 1 unyaka odlule

Answered by reneemill85 1 unyaka odlule

  • 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

Automaticaly save images to the downloads directory without going through the popup window.

How to save images to the downloads directory (that I chose in settings) without using right click -> save image as .. -> popup window .. then choose the location w… (funda kabanzi)

How to save images to the downloads directory (that I chose in settings) without using right click -> save image as .. -> popup window .. then choose the location where I want to save it.

I tried alt+click, it didn't work, it saves the webpage url instead of the image. I prefer a solution that does not involve any add-ons.

OS: Pop!_OS 22.04 LTS Firefox version: 121.0.1 (64-bit)


Thank you.

Asked by gouyez 3 izinyanga ezidlule

Answered by zeroknight 3 izinyanga ezidlule

  • Kusonjululiwe

Set default window for opening links from external apps

Hello, I've got two profiles, 'Home' and 'Work'. I run two Firefox windows with these profiles. Now, I want to open a link from another application, like Slack or termina… (funda kabanzi)

Hello, I've got two profiles, 'Home' and 'Work'. I run two Firefox windows with these profiles. Now, I want to open a link from another application, like Slack or terminal, and want it to be opened in some predictable Firefox window. Now it depends, probably, on which Firefox window I opened last. So I want to be able to select in which window the links should be opened: I see it as marking a window as the default one. Note, that I don't want to set a default account, as there's no default account for me, I always choose which account to use when opening Firefox.

Thanks.

Asked by Michaël 4 izinyanga ezidlule

Answered by Michaël 4 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

OPENING PDF'S

When opening pdf's attached to emails they used to automatically be opened by my pdf viewer software. Then they started opening in Firefox on another tab, which was fine.… (funda kabanzi)

When opening pdf's attached to emails they used to automatically be opened by my pdf viewer software. Then they started opening in Firefox on another tab, which was fine. Now I first get an error message from firefox where I need to click on "open site in new window" it isn't a site but a pdf?? How do I get it to go back to opening with Adobe instead?

Thanks, Jeff

Asked by jasahaynie 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Searching for how to share tabs between profiles.

I have searched for "How to share tabs between profiles" in firefox. I was offered this option: Share multiple tabs Visit the tabs tray by tapping the number next… (funda kabanzi)

I have searched for "How to share tabs between profiles" in firefox.

I was offered this option:

Share multiple tabs

   Visit the tabs tray by tapping the number next to the address bar, this number shows how many open tabs you have:
   Tap the three-dot menu button in the tabs tray.
   Select Share all tabs.
   The list of tabs to be shared will appear.

Visit the tabs tray - not very clear. by tapping the number next to the address bar - which number? I have more tabs that can fit across the screen and am not seeing any number/s.

Could someone help me with this please? I have a lot of migration to do.

Asked by teeny_weeny 1 unyaka odlule

Answered by teeny_weeny 1 unyaka odlule

  • Kusonjululiwe

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 1 inyanga edlule

Answered by cor-el 1 inyanga edlule

  • Kusonjululiwe

How do I prevent Firefox from shifting my typing from the search field to the address bar?

The topic says it all. How do I prevent Firefox from shifting my typing from the search field to the address bar? I try to type a search into the field on my homepage b… (funda kabanzi)

The topic says it all. How do I prevent Firefox from shifting my typing from the search field to the address bar?

I try to type a search into the field on my homepage but the cursor gets shunted up to the address bar and I can't find a setting turn it off. I would prefer my typing to stay where I place the cursor with a click rather than being shunted off somewhere else on the screen.

Asked by Jason Patterson 4 izinyanga ezidlule

Answered by Terry 4 izinyanga ezidlule

  • Kusonjululiwe

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 3 izinyanga ezidlule

Answered by Spencer.greystrong 3 izinyanga ezidlule

  • Kusonjululiwe

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 4 izinyanga ezidlule

Answered by zeroknight 4 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

enlarge GIF image underneath text overlay?

Using FF 108.0.2 (64-bit) in Debian 11 Linux,I need to view http://www3.winsystem.org/monitor/webmonitor.php but my new laptop is very high resolution. I can control the … (funda kabanzi)

Using FF 108.0.2 (64-bit) in Debian 11 Linux,I need to view http://www3.winsystem.org/monitor/webmonitor.php but my new laptop is very high resolution. I can control the text size with Ctrl+ but the background gif image of a small window with bogus scrollbar needs to be made larger somehow so that the white text can be read against the black portion of the image.

Is there some way to enlarge the gif image, please?

Asked by ynotssor 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe

How do I delete the automatic list that shows when I type a letter in the URL line please?

Hello, When I type a letter in the URL space, there is a drop down selection of previous sites I have used. Some contain names of people I have searched and I don't… (funda kabanzi)

Hello,

When I type a letter in the URL space, there is a drop down selection of previous sites I have used. Some contain names of people I have searched and I don't want any embarrassment if said persons happen to use my PC. Is it possible to delete the list, or, perhaps better, delete the ones with names?

I'm using Windows 10 with FF x64.

Thanks.

Asked by Bonnie2 2 izinyanga ezidlule

Answered by jscher2000 - Support Volunteer 2 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Theme creation question

I've been making my own Firefox theme using the Firefox Color extension. I uploaded an image but I can't figure out how to show the image on the new tab screen. Setting t… (funda kabanzi)

I've been making my own Firefox theme using the Firefox Color extension. I uploaded an image but I can't figure out how to show the image on the new tab screen. Setting the new tab page color to transparent only makes everything white. I know the image is uploaded correctly because I can see some of it in the toolbar and tab list. Is it possible to show the image on the new tab page?

Asked by Peter Schachte 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

sms Texting from desktop computer

My phone is not connected to the Internet. Is it still possible to text from computer? My phone is an 'old folks' phone, I can receive a text but am unable to reply to it… (funda kabanzi)

My phone is not connected to the Internet. Is it still possible to text from computer? My phone is an 'old folks' phone, I can receive a text but am unable to reply to it.

Asked by jandypandy100 2 iminyaka edlule

Answered by Dropa 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to Remove "From This Website" on autocomplete password

Refer to [https://support.mozilla.org/en-US/que.../1334293] On firefox before version 105 i can use parameter on about:config page 1. signon.showAutoCompleteOrigins = t… (funda kabanzi)

Refer to [https://support.mozilla.org/en-US/que.../1334293]

On firefox before version 105 i can use parameter on about:config page

1. signon.showAutoCompleteOrigins = to hide the "From This Website" 2. signon.showAutoCompleteFooter = to hide the "View Saved Login" button

Now on firefox version 106 parameter number 1 doesn't work (doesn't hide "From This Website")

How can i hide "From This Website" ? is it a bug or is there any other way

Asked by [] 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule