顯示下列標籤的問題: 顯示所有問題

Cannot Save Zoom Videos as Mp4 anymore

I used to be able to copy a Zoom recording link into Firefox and then click Shift+Right-click and I would get the option to "Save video as". This no longer gives me this … (閱讀更多)

I used to be able to copy a Zoom recording link into Firefox and then click Shift+Right-click and I would get the option to "Save video as". This no longer gives me this option. I can only "save page as" now.

Please help! Why was this change made? Is there a setting I need to fix?

Thanks, May

malie.bingham 於 2 個月前 詢問

mandy.myszka 最近回覆於 2 個月前

What's the easiest way to translate website content in different language?

What's the best easiest way to translate my website https://invivobio.net/ in different language. We have different countries visitors so I want to check/translate my Eng… (閱讀更多)

What's the best easiest way to translate my website https://invivobio.net/ in different language. We have different countries visitors so I want to check/translate my English content in different languages after publishing them, so it will be understandable for me and visitors to check the language, is that correct?

Can anyone suggest me Mozilla Firefox Extension which translate perfect because I leave Google Chrome due to slow browsing. I am enjoying Mozilla for the long time, so I don't want to move back to Chrome.

Your suggestions will be highly appreciated.

Regards, Renee Invivo

reneemill85 於 3 個月前 詢問

Terry 最近回覆於 3 個月前

HOW to FIND / VIEW my SAVED POCKET items.

I have been using (VIEWING articles in // saving articles TO my) FIREFOX "POCKET" for more than a year. I have the pocket ICON on my upper toolbar. But ALL that seems to… (閱讀更多)

I have been using (VIEWING articles in // saving articles TO my) FIREFOX "POCKET" for more than a year.

I have the pocket ICON on my upper toolbar. But ALL that seems to do is allow me to ADD an open page TO Pocket. I have NO clue how to simply **Go t o POCKET** and VIEW any / all my saved items there.

Good God, WHAT is the secret handshake??! ...in trying to figure this out I see numerous things telling me to SIGN IN to pocket ... IF way back when I began using pocket I MADE a USER NAME / Password for it, that info is long forgotten. I HAVE a FIREFOX account ... was sent therewhile supposedly (according to Firefox" HELP") to 'sign in' to my POCKET account. Only took me to an overall FIREFOX account page - wherein NO LONK there referred AT ALL to POCKET.

I 'SAVE' to my pocket (ICON) almost daily. NEVER need any kind of sign in for this. NOW I want to LOOK AT / READ some of these - BUT FIND NOWAY TO GET THERE. ICON omly SAVES a page.

Ridiculous. HOW do I VIEW / SEE / FIND /READ my saved pocket items?

BilboPISSED 於 4 個月前 詢問

Paul 最近回覆於 1 週前

Does FF save text used repeatedly? Such as answers to common questions...

FF 115.02 Win11 I fill in many repeated responses, such as DOB, zip code, etc. I was using Edge for a while and have forgotten the benefits of FF. Does it remember? Can… (閱讀更多)

FF 115.02 Win11

I fill in many repeated responses, such as DOB, zip code, etc. I was using Edge for a while and have forgotten the benefits of FF. Does it remember? Can I edit or delete the ones that are no longer relevant or have changed - age, for instance?

Thank you.


(removed leading space - c)

CiaoBella1 於 2 個月前 詢問

cor-el 最近回覆於 2 個月前

URL BAR

I am using Firefox on a desktop and recently upgraded to 112. I have been trying for the last 6 months to SHORTEN the address bar (NO, I do NOT use Search on Firefox) and… (閱讀更多)

I am using Firefox on a desktop and recently upgraded to 112. I have been trying for the last 6 months to SHORTEN the address bar (NO, I do NOT use Search on Firefox) and cannot find an answer anywhere. I am completely exasperated at all controls Firefox has taken away from users the past few years and this is the final straw before I leave you. PLEASE tell me how to REALLY shorten the god-awful length of the url bar so I can see more addons ON the desktop. Thank you very much.

Rob Davis, a loyal user of Firefox since 2009.

robddavis 於 5 個月前 詢問

cor-el 最近回覆於 5 個月前

How to type accent marks in FF?

I want to be able to type accented characters while I'm using a mail tool in Firefox. I searched and found the Office/Word method, but that doesn't work in FF. When I sea… (閱讀更多)

I want to be able to type accented characters while I'm using a mail tool in Firefox. I searched and found the Office/Word method, but that doesn't work in FF. When I searched this site for "type accent," nothing was found.

I don't need a special language pack, I'm still typing in English. I just want a way to insert an accented character now and then.

ithinktfiam 於 4 個月前 詢問

cor-el 最近回覆於 4 個月前

Automatically "Find in Page" in New Tab from a link ?

Hi there :) Is it possible to make a link open a new tab with "Find in Page" automatically enabled so that people do not have to ctrl-F or click on "edit" to have t… (閱讀更多)

Hi there :)

Is it possible to make a link open a new tab with "Find in Page" automatically enabled so that people do not have to ctrl-F or click on "edit" to have the search open (as many people do not even know that option is there !!!) ?

Many thanks

Zoe

Zoe Ballz 於 2 個月前 詢問

jscher2000 - Support Volunteer 最近回覆於 2 個月前

Autofill

I can't figure out how to get Firefox to autofill info like my email addy, name, phone number, etc. What is the secret - so annoying to have to type this stuff over &… (閱讀更多)

I can't figure out how to get Firefox to autofill info like my email addy, name, phone number, etc. What is the secret - so annoying to have to type this stuff over & over again. Makes me miss Chrome.

Thanks for your help!

~Lisa

lwetherby 於 2 週前 詢問

Rosaliy Lynne 最近回覆於 1 週前

The bounding rectangle of an input control getting by UIAutomation is not up-to-date

I'm using UIAutomation to get the bounding rectagle of an input control. Here's my C++ code. IUIAutomation* p_iui; ... IUIAutomationElement* p_fcs_element; while(TRUE) … (閱讀更多)

I'm using UIAutomation to get the bounding rectagle of an input control. Here's my C++ code.

IUIAutomation* p_iui; ... IUIAutomationElement* p_fcs_element; while(TRUE) {

   Sleep(1000);
   p_iui->GetFocusedElement(&p_fcs_element);
   RECT r;
   p_fcs_element->get_CurrentBoundingRectangle(&r);
   _cprintf("Rect: %d,%d,%d,%d\n", r.left, r.top, r.right, r.bottom);

}

When I put focus on some input text area and move Firefox by drag&drop, the RECT r's data(left,top,right,bottom)does not change, unless I change the focus to another text area and back to the first one. Should I change some Firefox settings to make the location information up-to-date when get_CurrentBoundingRectangle every time?

aniki0210 於 5 個月前 詢問

cor-el 最近回覆於 5 個月前

REMOVAL OF CONTENT AREA CONTEXT MENU SHADOW

The solution I had posted here - [https://support.mozilla.org/en-US/que.../1343170] no longer works (Firefox Developer Edition 115.0b9). Having inspected [https://search… (閱讀更多)

The solution I had posted here - [https://support.mozilla.org/en-US/que.../1343170] no longer works (Firefox Developer Edition 115.0b9).

Having inspected [https://searchfox.org/mozilla-release.../popup.css] I am still unable to find a solution to remove the box shadow from content area context menus.

deanone 於 2 個月前 詢問

jscher2000 - Support Volunteer 最近回覆於 2 個月前

Move Open Tab Position on Toolbar

Don't know what I did but somehow I moved my Open Tab Bar and it is showing under the Navigation Bar. I've tried the Customize Toolbar option but the TAB bars are not an … (閱讀更多)

Don't know what I did but somehow I moved my Open Tab Bar and it is showing under the Navigation Bar. I've tried the Customize Toolbar option but the TAB bars are not an option to move. How can I reposition Open Tabs?

momaearth 於 2 個月前 詢問

cor-el 最近回覆於 2 個月前

Firefox 113.0.2 cannot display .PDF fields properly.

Dear Anyone You'll laugh like drains. I've got PagePlus 9 which lets you design .PDFs with fillable fields in, the idea BEING I could send out a form which anyone could… (閱讀更多)

Dear Anyone

You'll laugh like drains. I've got PagePlus 9 which lets you design .PDFs with fillable fields in, the idea BEING I could send out a form which anyone could fill in in their browser without having to understand word-processing. Looked great in PagePlus 9, loaded it into Firefox and it sucked royally - fields and data all over the show. Back to the drawing board. Nearly 5 hours and countless revisions later, it still sucked royally in Firefox.

Then I tried it in Chrome, Edge, Hola and CCBrowser and it worked like an absolute dream. Displayed perfectly. Let you enter data perfectly. Put it back into Firefox and it immediately sucked blue whales through thin straws again. So it's GOT to be a hewge bug with Firefox and .PDFs. Anyone know what it is and how to handle it?

In retrospect, I, too, find it Pretty Darned Funny that I didn't think of testing it in another browser before spending 5 hours on the thing! But if it's a Firefox and PDF bug, why's nobody spotted it in Developerland? That's the bit I don't get really. (If they HAD, surely they'd've just opened up the inner workings of another browser, learned what they were doing wrong and used what they'd learned?)

Can reload it and take screenshots if requested.

Yours puzzledly

Chris.

ulrichburke 於 4 個月前 詢問

jonzn4SUSE 最近回覆於 3 個月前

Firefox flickering issue with NVIDIA graphics card under Linux/Wayland

I found a solution for that issue under Firefox flickering issue with NVIDIA graphics card under Wayland . This has been the only working solution I found after long res… (閱讀更多)

I found a solution for that issue under Firefox flickering issue with NVIDIA graphics card under Wayland .

This has been the only working solution I found after long research. Could You please integrate that information somewhere.

gatonero 於 1 個月前 詢問

James 最近回覆於 1 個月前

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 … (閱讀更多)

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 >>

The Gray Cat 於 5 個月前 詢問

Dropa 最近回覆於 5 個月前

Is there no option to block images from a specific website with latest Firefox?

I have always had this option with Chrome and other browsers. But I can't find this feature in the latest version of FF. I want to disable images on specific websites, … (閱讀更多)

I have always had this option with Chrome and other browsers. But I can't find this feature in the latest version of FF.

I want to disable images on specific websites, not all websites. I examined my address bar and there's no option there at all when I'm the specific site I want to block images and/or media.

Confused_is_me 於 1 個月前 詢問

danielwakeley7 最近回覆於 6 天前