ট্যাগ লাগানো প্রশ্নগুলো দেখানো হচ্ছে। সমস্ত প্রশ্ন দেখান
  • মীমাংসিত
  • সংরক্ষণ করা হয়েছে

Browser hijaker FindItPro ruins the whole experience

I want to report that spyware named FindItPro which I, foolishly, downloaded. Well, it's a virus, right? But no antivirus can delete it completely. It comes back and you … (আরও পড়ুন)

I want to report that spyware named FindItPro which I, foolishly, downloaded. Well, it's a virus, right? But no antivirus can delete it completely. It comes back and you can't find the source. So, there should be some problem in your browser that allows it to live.

I'll send you a website where I got it. [link to suspected malware removed] BE CAREFUL. Virus will be downloaded along with Opera browser or something. I'll send this report also to some antivirus company. Yes, I was foolish, but I hope you will fix it.

Asked by kirill.prilezhaev 9 মাসসমূহ আগে

Answered by Paul 9 মাসসমূহ আগে

  • মীমাংসিত
  • সংরক্ষণ করা হয়েছে

upon win 10 startup, a program with an OLD firefox logo appears on my taskbar, opens nothing, and then closes itself

Hi! please help me lmao i'm not sure wtf is going on. I recently (as of a week ago) had to wipe my pc and reinstall windows 10 after a botched update. So i installed fir… (আরও পড়ুন)

Hi! please help me lmao i'm not sure wtf is going on. I recently (as of a week ago) had to wipe my pc and reinstall windows 10 after a botched update. So i installed firefox on a practically new pc. thing is... when i turn it on, i get this baby in my taskbar (see image): right under the pinned firefox and thunderbird logo, i get a really scrungly OLD (and i mean OLD) firefox logo. clicking it opens nothing. hovering over it shows a preview of a blank window with a random string as title. clicking it only opens a second blank window with nothing in it. eventually when windows finishes starting up, it closes itself. i'm scared it might be a virus. help? how do i make it stop??

I'm running firefox 117.0.1 on windows 10 home single language 1903 (sorry if that's wrong, i dont know where to check otherwise)

Asked by po.headquarters 9 মাসসমূহ আগে

Answered by zeroknight 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

How to completely disable all translations globally

With a recent update of Firefox Developer Edition to version 117.0b9 i keep getting extremely annoying popups on all sites, asking me if I want to translate stuff. I don… (আরও পড়ুন)

With a recent update of Firefox Developer Edition to version 117.0b9 i keep getting extremely annoying popups on all sites, asking me if I want to translate stuff.

I don't want to store unnecessary settings in my browser, related to exceptions to websites/languages that I want vs. does not want to translate.

I want to completely disable translations, globally. Forever. Two questions:

- Why there is no "disable translations globally" checkbox in the newly added popup? - Is there an about:config hack to do disable translations globally, for all languages, for all websites, and forever?

thanks in advance

Asked by leonixyz 10 মাসসমূহ আগে

Last reply by zeroknight 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

Not being shown stories recommended by Pocket

On my work laptop, I disabled "Recommended by Pocket" to avoid distractions. On my personal laptop, that setting is already enabled. But I never see any stories recomme… (আরও পড়ুন)

On my work laptop, I disabled "Recommended by Pocket" to avoid distractions.

On my personal laptop, that setting is already enabled. But I never see any stories recommended by pocket when I open a new tab. What can I do about this?

Asked by Andrew Hancock 9 মাসসমূহ আগে

Last reply by zeroknight 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

firefox crashing phone app

while performing a download, "com.android.phone has stopped" apears, the signal strenght indicator in the upper right restarts(disappears, reappears with the 4G mark, the… (আরও পড়ুন)

while performing a download, "com.android.phone has stopped" apears, the signal strenght indicator in the upper right restarts(disappears, reappears with the 4G mark, the mark disappears and the indicator works after), after that the phone service and the phone app work normally. the download finishes normally.

using motorola e7 plus, android 10

tried restarting the phone, deleting cash and data of phone app, deleting cash of firefox

tried downloading using google chrome, all work normally.

it is possible that the issue started happening after I updated firefox but It's possible that it was happening before too.

Asked by matko.lysy 9 মাসসমূহ আগে

Last reply by matko.lysy 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

Is there a way to see all Add-On Permissions in one page?

I use 50+ Add-Ons on Firefox. I would like see all the Add-Ons I gave permission to work in Private Mode, all in one page. Is there a Settings page that shows all Add-On … (আরও পড়ুন)

I use 50+ Add-Ons on Firefox. I would like see all the Add-Ons I gave permission to work in Private Mode, all in one page. Is there a Settings page that shows all Add-On permissions to shown in one place?

So far I've been clicking on each Add-On, one by one. It becomes very tedious to manage them when you have no other choice.

Thanks, Cheers!

Asked by Cr8zy_Ivan 9 মাসসমূহ আগে

Last reply by Paul 9 মাসসমূহ আগে

  • মীমাংসিত
  • সংরক্ষণ করা হয়েছে

What is the proper format for the ExtensionSettings policy registry key/value that is used to manage browser extension settings?

When looking at the ExtensionSettings page for Firefox or Chrome they both use an example that shows the registry key Software\Policies\Mozilla\Firefox\ExtensionSettings… (আরও পড়ুন)

When looking at the ExtensionSettings page for Firefox or Chrome they both use an example that shows the registry key Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) being set to a long JSON string with every extension ID and the settings for that particular ID. For example...

{

 "*": {
   "blocked_install_message": "Custom error message.",
   "install_sources": ["https://yourwebsite.com/*"],
   "installation_mode": "blocked",
   "allowed_types": ["extension"]
 },
 "uBlock0@raymondhill.net": {
   "installation_mode": "force_installed",
   "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
 },
 "https-everywhere@eff.org": {
   "installation_mode": "allowed"
 }

}

The problem with this method is that if I am installing an extension, and I overwrite what already exists in Software\Policies\Mozilla\Firefox\ExtensionSettings then all of those other settings get removed. So even if I am a non-malicious actor and just make a mistake with my installer I can easily delete every other extension's settings. Instead what I have to do is during install I have to read the current value of Software\Policies\Mozilla\Firefox\ExtensionSettings and then insert my extension's settings into the JSON blob.

So the examples that Firefox and Chrome provides do of course work, however they do not make very much sense to me. Why would it be formatted this way since all of those are additional key/value pairs and that is exactly what the registry excels at storing. So why put all of those into a single key/value instead of breaking them into multiple?

Additionally breaking them a part into multiple key/value pairs does work! So if instead of the example above I were to split them into multiple key value pairs it works just fine!

Software\Policies\Mozilla\Firefox\ExtensionSettings

   uBlock0@raymondhill.net
       "installation_mode": "force_installed",
       "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"

So knowing that this way with multiple key/value pairs works why am I bothering to ask this question at all instead of just doing it the way that makes sense to me? Well the issue is that by breaking it up into multiple key value pairs it actually overrides the other method and makes it so that all those registry settings are ignored. So it doesn't delete them but it still leaves me with nearly the exact same problem.

While I believe "my" way is superior because it uses the registry in a more common sense route, if that is not what the majority of extension developers do then it doesn't matter and I should be conforming to the other way.

As I am typing this question up I did realize just how hard/annoying it is to properly format and make it clear and digestible what the multi key/value format of the registry would look like instead of being a JSON string. So perhaps that is the reason why all the documentation puts it all as one JSON string?

Asked by perihwk+firefox 9 মাসসমূহ আগে

Answered by Mike Kaply 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

Mozilla display broken after suspend on Linux Ubuntu 20.04 LTS

Same as the question. The display shows some icons on the last tabs I opened but it seems only some basic website layout is loaded but all the details are gone. Like tex… (আরও পড়ুন)

Same as the question.

The display shows some icons on the last tabs I opened but it seems only some basic website layout is loaded but all the details are gone. Like text, button borders, even the exit, fullscreen and minimize buttons. I have seen that this has been an issue for quite some time before so I am looking if there is a fix or a workaround. I have and Nvidia graphics card and drivers if that means anything. And my swap file is 20 GB and my RAM is 16 so the space shouldn't be a problem. It gets fixed when I turn off Firefox but not when I refresh tabs.

The crazy thing is that when I take a screenshot inside firefox (with firefox integrated screenshot option, like when I press right click and then take screenshot. I can see the text so it seems like it is a display problem but this only happens with firefox and not other apps.

Appreciate all the help. I will ask of ubuntu formums next if I don't find a solution here.

Thank you all for reading and answering!

Asked by Johnson3D 9 মাসসমূহ আগে

Last reply by zeroknight 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

popups on the right side of my screen is annoying and gets in the way of my work. How do I get rid of them.

I keep getting firefox popups on the right side of my screen, that prevents me from accessing my work. How do I get rid of these annoying popups?

Asked by Catherine Pfister 9 মাসসমূহ আগে

Last reply by zeroknight 9 মাসসমূহ আগে

  • মীমাংসিত
  • সংরক্ষণ করা হয়েছে

XUL Runner Error

Possibly there was an auto update of MOZILLA FIREFOX on our DELL LAPTOP (Windows 11). Now, we cannot get a Mozilla window to open - due to error message: XUL Runner Erro… (আরও পড়ুন)

Possibly there was an auto update of MOZILLA FIREFOX on our DELL LAPTOP (Windows 11). Now, we cannot get a Mozilla window to open - due to error message:

XUL Runner Error: Platform version '118.0.1' is not compatible with minVersion >= 118.0 maxVersion <=118.0

Can someone please help us get back to a previous version of Mozilla Fire. Perhaps it is a Windows error. I have no way of knowing. Please help me. My email is: [removed email from public] Thank you.

Asked by raem.kauai 9 মাসসমূহ আগে

Answered by raem.kauai 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

PDFs in Firefox: screen reader not recognising images' alt text

I use the NVDA screen reader to read aloud the contents of applications on my computer. If I open a PDF in Adobe Acrobat, the screen reader will read aloud the content o… (আরও পড়ুন)

I use the NVDA screen reader to read aloud the contents of applications on my computer.

If I open a PDF in Adobe Acrobat, the screen reader will read aloud the content of the alt text associated with each image. When I open the same PDF in Firefox, however, the screen reader is evidently unable to recognise the presence of alt text; therefore it remains silent when it reaches an image - it's as if there's no alt text to be read.

Can you please clarify: is there a way for me to configure Firefox (either in the settings or in about:config) so that alt text in PDFs will be recognised by screen readers?

Asked by david.zilko 9 মাসসমূহ আগে

Last reply by david.zilko 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

why is Firefox getting a request to close Firefox to open a link from Facebook and from Thunderbird and Betterbird

Right click on any link in Facebook asks for me to shutdown Firefox to open a new page. What is causing this? The same thing happens if I am in Thunderbird or Betterbir… (আরও পড়ুন)

Right click on any link in Facebook asks for me to shutdown Firefox to open a new page. What is causing this? The same thing happens if I am in Thunderbird or Betterbird. It's OK to open a new tab but not restart Firefox.

Asked by Simson FireFox 9 মাসসমূহ আগে

Last reply by Simson FireFox 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

Some webpages show up blank

Hey! For over a year some webpages show up blank in my Firefox browser. They all work fine in Inkognito/private windows. I have tried emptying cache etc. Running Ventu… (আরও পড়ুন)

Hey!

For over a year some webpages show up blank in my Firefox browser. They all work fine in Inkognito/private windows.

I have tried emptying cache etc. Running Ventura 13.6.

One page recently stopped working and show: Application error: a client-side exception has occurred (see the browser console for more information).

www.pinterest.com is completely white.

Facebook.com shows up fine but does not work properly.

Any instructions on exactly what to do?

Asked by magnus110 9 মাসসমূহ আগে

Last reply by cor-el 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

Linux selection buffer vs copy buffer behaviour

I'd really like Firefox to use my X selection buffer, or, if that's not possible then stop supporting shift+insert because the inconsistency is jarring. In a terminal I … (আরও পড়ুন)

I'd really like Firefox to use my X selection buffer, or, if that's not possible then stop supporting shift+insert because the inconsistency is jarring.

In a terminal I highlight then use shift+insert to paste, but when use shift+insert in Firefox it pastes my copy buffer rather than my selection buffer. So I copy something from the web, then use shift+insert in my terminal because I'm used to that now, and I paste the wrong thing in. And I highlight something in my terminal, switch to Firefox and use shift+insert to paste it, and it pastes the last thing I ctrl+c'd.

If shift+insert did nothing in Firefox then I'd get used to it, but the switching back and forth is something I stub my toe on every day. Does nobody else feel this pain? Please fix it!

Asked by Gareth Davidson 9 মাসসমূহ আগে

Last reply by Gareth Davidson 9 মাসসমূহ আগে

  • সংরক্ষণ করা হয়েছে

There needs to be more editing options for New Tab's pinnable shortcuts

I'm having a lot of frustration trying to edit the shortcuts in the New Tab page in any kind of smooth and easy manner. While I recognize that having sync turned on means… (আরও পড়ুন)

I'm having a lot of frustration trying to edit the shortcuts in the New Tab page in any kind of smooth and easy manner. While I recognize that having sync turned on means that Firefox destroyed my pinned shortcuts on this PC when I logged into Firefox on the new PC I am setting up, it's incredibly inconvenient, and the lack of options in regards to editing makes replacing all of it really, really awful. I have no ability to see the history of my shortcuts, nor can I save configured shortcuts and restore them should an improper sync destroy my previous settings. If I want an empty tile, I have to go through and repeatedly dismiss everything from my history to stop more of my visited websites from replacing said tile. Is there something obvious I'm missing here? If not, is there any kind of way that more customization options for New Tab shortcuts might be suggested?

Asked by phantomonthelumiere 9 মাসসমূহ আগে

Last reply by cor-el 9 মাসসমূহ আগে

  • মীমাংসিত
  • সংরক্ষণ করা হয়েছে

Instagram with no notification permission

instagram.com not asking for notification permission, so I'm not able to receive notifications from this site. Someone else experiencing this? Is there something that I … (আরও পড়ুন)

instagram.com not asking for notification permission, so I'm not able to receive notifications from this site.

Someone else experiencing this? Is there something that I and/or Firefox and/or Instagram can do to fix this?

CONFIGS

  • Settings> Sites Permission> Notifications is set to Ask to allow
  • there's no record of instagram.com on Settings> Sites Permission> Exceptions
  • Tested also with addons disabled
  • Firefox version: 117.1.0 (Build #2015973691), from Google Play Store
  • Oneplus 11


Ps: Tested on Google Chrome and the site asks for this permission

Asked by Gabriel Mattoso 9 মাসসমূহ আগে

Answered by Gabriel Mattoso 9 মাসসমূহ আগে