Showing questions tagged: اعرض كل الأسئلة

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

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

Asked by malie.bingham 2 months ago

Last reply by mandy.myszka 2 months ago

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

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

Asked by reneemill85 3 months ago

Last reply by Terry 3 months ago

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

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?

Asked by BilboPISSED 4 months ago

Last reply by Paul 1 week ago

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

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)

Asked by CiaoBella1 2 months ago

Last reply by cor-el 2 months ago

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

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.

Asked by robddavis 5 months ago

Last reply by cor-el 5 months ago

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

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.

Asked by ithinktfiam 4 months ago

Last reply by cor-el 4 months ago

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

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

Asked by Zoe Ballz 2 months ago

Last reply by jscher2000 - Support Volunteer 2 months ago

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

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

Asked by lwetherby 2 weeks ago

Last reply by Rosaliy Lynne 1 week ago

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

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?

Asked by aniki0210 5 months ago

Last reply by cor-el 5 months ago

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

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.

Asked by deanone 2 months ago

Last reply by jscher2000 - Support Volunteer 2 months ago

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

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?

Asked by momaearth 2 months ago

Last reply by cor-el 2 months ago

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

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.

Asked by ulrichburke 3 months ago

Last reply by jonzn4SUSE 3 months ago

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

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.

Asked by gatonero 1 month ago

Last reply by James 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 5 months ago

Last reply by Dropa 5 months ago

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

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.

Asked by Confused_is_me 1 month ago

Last reply by danielwakeley7 6 days ago