Showing questions tagged: Show all questions

bookmarks

I have my bookmarks alphabetized. When I click on one far down the list & then want to click on the next one the list of my bookmarks always reverts to the top of my … (read more)

I have my bookmarks alphabetized. When I click on one far down the list & then want to click on the next one the list of my bookmarks always reverts to the top of my list. Can I change this to have my bookmarks stay in the same place that I left off with instead of having to scroll all the way down again?

Asked by smythpa 1 month ago

Last reply by jscher2000 - Support Volunteer 1 month ago

Off Topic: What's the DEFAULT Font and Formatting for the Windows "Notepad"? I've inadvertantly set the wrong Font, and can't put it back[!]

Folks ---- 6 April 2023 --- I posted this request previously, about 4 days ago. I inadvertantly CHANGED the Font used in the Windows Notepad. Since I'm old enough for … (read more)

Folks ---- 6 April 2023 ---

I posted this request previously, about 4 days ago.

I inadvertantly CHANGED the Font used in the Windows Notepad. Since I'm old enough for such changes to be visually significant, AND since the change makes reading text VERY difficult, I need to change it back to whatever it was before. It's just that I don't know what it WAS before[!]

That's my question: what Font do I specify, and what display Format do I use.

Thankx in advance for any help any of you-all can provide.

Chris Madsen [The Gray Cat -- Been here before under that <name>] << tmc@att.net >>

Asked by The Gray Cat 1 month ago

Last reply by Dropa 1 month ago

WebAPI SpeechSynthesis (TTS) Unicode Support As Text Field to Speak

Hi, I am translating from English text sentence to Cyrillic and my output of the the translated english sentence are in unicode, which i convert to code points. When I a… (read more)

Hi,

I am translating from English text sentence to Cyrillic and my output of the the translated english sentence are in unicode, which i convert to code points. When I add the code points to the speak function, the system reads the line as literal. "And Number 1091"...etc

What is the proper way to add unicode characters in order for the system to read it?

The process is setup as: const synth = window.speechSynthesis; const speak = (text) => {

       const utterance = new SpeechSynthesisUtterance(text);
       utterance.lang = 'uk-UA';
        synth.speak(utterance);

}

const Text = 'укаінойникое'; // speak(Text);

Any help or pointers would be appreciated.

Asked by bokathc 1 month ago

Opening Links from Other Apps (Firefox Containers)

I have the Firefox Multi-Account Containers extension installed. When I click on links in other applications, for example email, is there a way to choose which container… (read more)

I have the Firefox Multi-Account Containers extension installed.

When I click on links in other applications, for example email, is there a way to choose which container it opens on? Right now, it opens without a container.

Asked by cubingsoda 1 month ago

How to reload all broken images

Is there a way or an add-on that can reload all broken images with one click? It's too tiring to use the "Reload Image" context menu on each broken image, and sometimes… (read more)

Is there a way or an add-on that can reload all broken images with one click?

It's too tiring to use the "Reload Image" context menu on each broken image, and sometimes some images are covered by some other controls that make the context menu even not work.

Thanks in advance.

Asked by Bellozzz 2 months ago

How to remove incorrect information from Firefox forum?

https://support.mozilla.org/bm/questions/1340102#question-reply ^^^^^^ While searching for a very popular FIREFOX topic my top search result on google rendered this page.… (read more)

https://support.mozilla.org/bm/questions/1340102#question-reply ^^^^^^ While searching for a very popular FIREFOX topic my top search result on google rendered this page. The answer is incorrect.

How can I fix or delete this erroneous post or may it be edited?

I can create a help page if it means anything to replace this technically and procedurally incorrect and misleading post. I saw it right away but for a newbie to firefox it could send them away screaming in frustration. A help webpage to address this question would be helpful and I can create one if needed. Or did I miss it?

Asked by J4 and J5 Sync Bookmarks and Add-ons 2 months ago

Last reply by cor-el 2 months ago

Email SPAM from Mozilla

Why does unsubscribing from email communications not work with my Mozilla account? I am starting to regret ever giving them my email address. No matter how many times I… (read more)

Why does unsubscribing from email communications not work with my Mozilla account?

I am starting to regret ever giving them my email address.

No matter how many times I unsubscribe I keep getting SPAM from Mozilla.

Nothing is selected under email communications. I never selected anything in the first place but I keep getting Tips.

Asked by brandon.docke 2 months ago

Last reply by Terry 2 months ago

Add (import) an old Firefox bookmark backup saved as a JSON file on flash drive, to current Firefox bookmarks

Hi--is there a way to do this? My boyfriend accidentally deleted all my Firefox bookmarks last fall (hundreds), then restored the last backup from July, which he said for… (read more)

Hi--is there a way to do this? My boyfriend accidentally deleted all my Firefox bookmarks last fall (hundreds), then restored the last backup from July, which he said for some reason was a lot larger than the most recent backup he saw, from October. (I hadn't deleted *that* many bookmarks between those two times, plus I had continued adding more, so I have no idea why the October file was so much smaller. Also, incidentally, I have no idea why there were no backups listed from the last one in July to the first one in October. I'm always actively adding and deleting bookmarks.) However, I made a ton of edits and additions to my bookmarks from July to October that I'd like to at least be able to access. I know I probably can't merge them with my current ones, but I'd at least like to be able to add them to what I have. I assume that if I could import these, they would appear in a separate folder, right? Thanks!

Asked by Firefoxhunt 2 months ago

Last reply by Firefoxhunt 2 months ago

your pop up says firefox will edit pdfs

you are a bunch of nut cases. you post that you can help me edit a pdf then it takes me nowhere. I guess you have to have fired by McDonalds to work for firefox. very dis… (read more)

you are a bunch of nut cases. you post that you can help me edit a pdf then it takes me nowhere. I guess you have to have fired by McDonalds to work for firefox. very disappointed.

Asked by wwhs1960 2 months ago

Last reply by cor-el 2 months ago

  • Solved

e and then then C

Not sure if this is the best place to ask, but when I try to take a document from one place and try to insert it into another document, hitting Crtl-A, Ctrl-C or -X to c… (read more)

Not sure if this is the best place to ask, but when I try to take a document from one place and try to insert it into another document, hitting Crtl-A, Ctrl-C or -X to cut it from Doc 1 then hitting Ctrl-V and pasting it into Doc 2 wipes out the margin setting arrows so I can't change the margins to match Doc 2. And my attempts to get around that screw up the formatting of the document. Any suggestions? Thanks.

Asked by rpmhart 2 months ago

Answered by jscher2000 - Support Volunteer 2 months ago

  • Solved

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

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 2 months ago

Answered by TyDraniu 2 months ago