Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã lưu trữ

Someone broke into my firefox, I want to see who

Someone broke into my firefox. A ex friends through into my face stuff she could only know if she or someone broke into my firefox history. I deleted firefox browser on … (xem thêm)

Someone broke into my firefox. A ex friends through into my face stuff she could only know if she or someone broke into my firefox history.

I deleted firefox browser on both my android and pc's and am brokenhearted because I checked it and it brought back memories going back to 2011.

I want this person who did this for her. The broke into my google, laptop, pc. She's pretty and rediculuos manipulitieve.

I've tried tech guys, computer stores, web sites. They want me delete everything and start over. I don't want to loose decades of memories. I have a vpn and they keep breaking into my phone and pc's.

Is there a goverment contractor worker that does this stuff on the side? I want to find them. I bought Audibles and Kindles on dark web to see if anyone there can help, and will read for next 10 years if I have to in order to find them. Need suggestion.

Được hỏi bởi timkelli 1 năm trước

Lần cuối trả lời bởi James 1 năm trước

  • Đã lưu trữ

Random Unusual Freezing, Yet Not Unresponsive

Hello, I've recently encountered a curious issue with my Firefox browser (Firefox version 102.0, Windows 11 Insider Preview 10.0.25145.1011). At seemingly random times i… (xem thêm)

Hello,

I've recently encountered a curious issue with my Firefox browser (Firefox version 102.0, Windows 11 Insider Preview 10.0.25145.1011). At seemingly random times it will freeze for between two and five minutes (roughly). UI elements become completely unresponsive and the cursor does not update when moving over the browser window. The window will not minimize. Yet, Windows Task Manager does not report the application as being unresponsive. While never a common problem, any freezes in the past would eventually cause the Windows Task Manager to identify it as unresponsive.

I have disabled "recommended performance settings" and hardware acceleration to no avail. Everything seems perfectly normal immediately before and after the freezes, and I've yet to identify how I can trigger them. I do not recall having made any changes to my browser before the freezes started occurring, though multiple Windows updates have taken place since then. If I'm too impatient to wait I will end the Firefox processes via Windows Task Manager and restart it so I can return to my tabs without having cookies deleted. I have 13 plugins mainly covering privacy/security concerns. Is there some sort of debug tool I can engage to see what's occupying Firefox while it's frozen? I've just found the Firefox Task Manager, and will see if it can offer any additional information during/after the freezes.

Thanks, Logan

Được hỏi bởi Logan 1 năm trước

Lần cuối trả lời bởi Asa Dotzler 1 năm trước

  • Đã lưu trữ

How to make Firefox open local font file for local page?

Hi, I'm working on a web site whose owner wants an unusual font : papyrus I have the papyrus.ttf file in the root directory of this site, both locally and on the … (xem thêm)

Hi,

I'm working on a web site whose owner wants an unusual font : papyrus

I have the papyrus.ttf file in the root directory of this site, both locally and on the server.

In <style>, I have : @font-face {

   font-family: papyrus;
   src: url(papyrus.ttf);

}

And I add : font-family:papyrus; among the <style> settings for requested parts of the page

This functions fine on the server, but not locally. So to view the pages I have to upload them after every modification, and this is a bit tedious.

Is there a way to make it function locally, please? Either by adding some more code to the pages or by changing firefox settings?

Firefox can open image files locally, <a href> functions both locally and externally, so why wouldn't font files also function locally?

A workaround could be to make Firefox display all web pages in papyrus, but this would be a last resort...

Được hỏi bởi alain.reve.de.rien 1 năm trước

Lần cuối trả lời bởi alain.reve.de.rien 1 năm trước

  • Đã lưu trữ

How can I search the History for websites I visited b/t Feb. 8-16, 2022 (older than 6 months)? Thank you.

How can I search my History for websites I visited using Firefox b/t Feb. 8-16, 2022 (older than 6 months)? I'm trying desperately to retrace my steps on these days to r… (xem thêm)

How can I search my History for websites I visited using Firefox b/t Feb. 8-16, 2022 (older than 6 months)? I'm trying desperately to retrace my steps on these days to resolve an issue at work.

Please let me know if anyone has any questions.

Thank you for any advice or assistance anyone can offer.

Al

Được hỏi bởi dcarea101 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

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) … (xem thêm)

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?

Được hỏi bởi aniki0210 1 năm trước

Lần cuối trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

Reply all loses track of the emails the original email was sent to

When I reply to emails, either reply, or reply all, I prefer to see all the email addresses from the email header that the original email was sent to. This is the defa… (xem thêm)

When I reply to emails, either reply, or reply all, I prefer to see all the email addresses from the email header that the original email was sent to. This is the default on most email systems I've used. I think it was the default on Firefox until recently.

Now, when I do a reply, or reply all, the message now starts with the original email, without the email headers. I understand some people may prefer that, but I definitely don't like it. It can be useful to see who the original email had been sent to, especially if there are errors in that list of people, or the people included are fewer or more than the previous email.

Note, if I forward the email, the email does contain the email addresses from the original email header.

This behaviour caused me some real grief when I realised some people had made a mistake when sending me an email recently.

Is there a setting to adjust this?

Regards

   Mark Dunn

Được hỏi bởi Mark Dunn 1 năm trước

Lần cuối trả lời bởi Dropa 1 năm trước

  • Đã lưu trữ

How can you disable selection mode in the new PDF editing capability?

A feature for editing PDF files has recently been added to the released code. I cannot find comprehensive documentation for it. If such exists, a pointer would be appre… (xem thêm)

A feature for editing PDF files has recently been added to the released code. I cannot find comprehensive documentation for it. If such exists, a pointer would be appreciated.

Here is the specific problem with which I am struggling. I am marking up a converted web page (Waze) with the tool with the pencil icon. That starts out OK. However, after a while, it gets into a mode in which it thinks I am trying to select some of my previous markings. Once a box has been selected all I can do is move the content or delete it. I do not want to do that. I want to make new marks nearby. It seems to be impossible. The only way I have managed to get around the problem is to save the PDF to a file and then reload it. But that only lasts for a while until it gets back into the mode in which it thinks I am trying to select some of my new marks.

I don't know what is getting it into the selection mode or how to get out once there. There are no clues in the menu. I could use the mode at times for removing marks, so I do also want to know how to get into it.

Help would be much appreciated.

Được hỏi bởi DrHow 1 năm trước

Lần cuối trả lời bởi Adrian 1 năm trước

How can I disable the bs security?

Firefox is pissing me off. I want to disable SSL security checks long enough to do what needs doing. I'm working from a container so there's really no risk, just need t… (xem thêm)

Firefox is pissing me off. I want to disable SSL security checks long enough to do what needs doing. I'm working from a container so there's really no risk, just need the browser to do what I want not what 'It' wants.

peace

Được hỏi bởi eilenbeb05 4 tháng trước

Lần cuối trả lời bởi zeroknight 4 tháng trước

  • Đã giải quyết
  • Đã lưu trữ

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… (xem thêm)

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.

Được hỏi bởi malecek1 1 năm trước

Được trả lời bởi cor-el 1 năm trước

  • Đã lưu trữ

How to turn off Firefox usage hints

Just now, as I was in the middle of something, Firefox popped up a usage tip about tabs. I find this disruptive. Is there a way to turn these off? If I want to know how t… (xem thêm)

Just now, as I was in the middle of something, Firefox popped up a usage tip about tabs. I find this disruptive. Is there a way to turn these off? If I want to know how to do something, I'll look in the help.

It's fine when you create a new feature to display a tab when I first launch after an upgrade, or to have the Help menu show a Latest Features item, but please don't interrupt my work with pop-ups.

For the moment, I don't see anything in Preferences about this. Is there an about:config setting I can add to suppress this feature?

Được hỏi bởi CharlesBelov 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

told to clear cache avice ctrl + f5 did not work

RIGHT i was told to clear cache - and also to do it - like ctrl + f5 Nothing seemes to happen something i gting in the way of operating this awful self-willed machine … (xem thêm)

RIGHT i was told to clear cache - and also to do it - like ctrl + f5 Nothing seemes to happen something i gting in the way of operating this awful self-willed machine

Được hỏi bởi Patricia 1 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước