Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

Microsoft Welcome page when browsing internet

When using firefox web browser to visit investors.com, I receive the attached image as the web page. I've been using this website on this browser for months and never ha… (читать ещё)

When using firefox web browser to visit investors.com, I receive the attached image as the web page. I've been using this website on this browser for months and never had an issue until today.

Задан corvinoconnor 2 года назад

Дан ответ Dropa 2 года назад

  • Решено
  • Архивировано

How to get Content Types Back in Applications

Many file types are no longer listed under Settings > Applications>Content Type at about:preferences#general. I used to be able to click on a file in an email like … (читать ещё)

Many file types are no longer listed under Settings > Applications>Content Type at about:preferences#general. I used to be able to click on a file in an email like a Word or Excel document, and it would come up on my screen. Now Firefox asks me to Save them. I don't want to automatically save files without first looking at them. How can I get those file types in the Application list again?

I have attached a pic of the file types I have left to chose from. There used to be a lot more. How can I get back all the missing choices I have had there for years?

Задан mishasarkpetsitting 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Решено
  • Архивировано

Firefox icon change no longer works

I use to be able to change firefox icons by adding these files in Firefox under the browser directory chrome/icons/default/BrowserPreferences.ico chrome/icons/default/Cu… (читать ещё)

I use to be able to change firefox icons by adding these files in Firefox under the browser directory

chrome/icons/default/BrowserPreferences.ico chrome/icons/default/CustomizeToolbarWindow.ico chrome/icons/default/default.ico chrome/icons/default/downloadManager.ico chrome/icons/default/main-window.ico chrome/icons/default/openLocation.ico chrome/icons/default/places.ico chrome/icons/default/printPageSetupDialog.ico chrome/icons/default/TabMIxPreferences.ico chrome/icons/default/unknownContentType.ico chrome/icons/default/viewSource.ico chrome/icons/default/Wizard.ico

It worked in version 56 but now in version 97 and this no longer works?

Задан ikhalil 2 года назад

Дан ответ TyDraniu 2 года назад

  • Решено
  • Архивировано

Wrong buttons (apparently gamepad?) for video control in video players

See images. The buttons on video players don't look like play, pause, gear, etc. They look like gamepad buttons. But a gamepad is not connected to my PC and I haven't con… (читать ещё)

See images. The buttons on video players don't look like play, pause, gear, etc. They look like gamepad buttons. But a gamepad is not connected to my PC and I haven't connected one in months. I have tested it with videos on invidious.snopyta.org and tagesschau.de.

Задан user_15135680201 2 года назад

Дан ответ user_15135680201 2 года назад

  • Решено
  • Архивировано

How, or can, I stop the download manager from opening up automatically?

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blockin… (читать ещё)

I'm a little surprised they've taken away the option of choice when it comes to downloading files. But what's most annoying, is the manager opens u and drops down blocking my view of the page, much less that it makes ms stop and think about what I am about to download.

I do not understand the purpose of this. The old way was safer, cleaner and less annoying. How can, or am I able to get that "choice" back?

When searching for a fix I have seen that that there is/was a similar feature in the Edge browser but it can be undone. I feel Firefox users deserve that option.

Thank you.

Thank you.

Задан springheel 2 года назад

Дан ответ cor-el 2 года назад

  • Решено
  • Архивировано

Firefox 97.0 ignores the Settings/Applications for jnlp files and only offers to save to a file

In Settings/Applications, have "JNLP file" set to "Use Java(TM) Web Launcher (default)". This is used in Oracle's Agile to view documents. In previous versions of Firefox… (читать ещё)

In Settings/Applications, have "JNLP file" set to "Use Java(TM) Web Launcher (default)". This is used in Oracle's Agile to view documents. In previous versions of Firefox when selected, the file would open using Java to display the document from Agile. As of Firefox 97, now only "Save File" or "Cancel" options are offered. What happened that this functionality has been removed?

Задан Gary 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Решено
  • Архивировано

Credit card autofill stopped working

I am in the USA. Every time, on any page or website that I need to provide credit card info, when I click in the box to type in the CC numbers/expiration date/CCV, a win… (читать ещё)

I am in the USA. Every time, on any page or website that I need to provide credit card info, when I click in the box to type in the CC numbers/expiration date/CCV, a window pops up as it should (for auto-fill) with my credit card information. In that window, I can scroll over the different credit cards, click on the one I want to use, and it SHOULD auto-fill into the box where the numbers would normally be typed in. Now, the window still pops up and I can scroll over the credit cards and choose one, but when I click on any of the particular credit cards, the auto-fill doesn't work. The boxes in "settings" are checked to allow auto-fill. It worked for months, then just stopped. Thanks for your assistance!

Задан dougumbarger 2 года назад

Дан ответ Tad Tweed 2 года назад

  • Решено
  • Архивировано

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (читать ещё)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Задан MaxwellQ 3 года назад

Дан ответ Wesley Branton 3 года назад

  • Решено
  • Архивировано

sms Texting from desktop computer

My phone is not connected to the Internet. Is it still possible to text from computer? My phone is an 'old folks' phone, I can receive a text but am unable to reply to it… (читать ещё)

My phone is not connected to the Internet. Is it still possible to text from computer? My phone is an 'old folks' phone, I can receive a text but am unable to reply to it.

Задан jandypandy100 2 года назад

Дан ответ Dropa 2 года назад

  • Решено
  • Архивировано

Firefox can't play youtube streams

I cannot watch a video on youtube when it is in the process of being live streamed. I remember a time when I was able to, years ago, but I can't any longer. I'm not sure … (читать ещё)

I cannot watch a video on youtube when it is in the process of being live streamed. I remember a time when I was able to, years ago, but I can't any longer. I'm not sure what has changed. I found an article that says to install the optional update called "Windows Media Pack" in apps and features, but no app with that name exists. It was only a year old solution, so I'm unsure of what changed so significantly. I just installed another optional windows update, and also updated the browser, but still doesn't work.

Edition Windows 10 Home Version 21H2 Installed on ‎09-‎Jun-‎20 OS build 19044.1466 Experience Windows Feature Experience Pack 120.2212.3920.0

Firefox: 97.0 (64-bit)

Задан tomi.fodor 2 года назад

Дан ответ tomi.fodor 2 года назад

  • Закрыто
  • Архивировано

Firefox communication ceases

FireFox Developer 99.0b8 (64-bit) on the "aurora update channel" on Windows 10 PC (version 1803, build 17134.2208) I notice whenever an update is pending (the green dot … (читать ещё)

FireFox Developer 99.0b8 (64-bit) on the "aurora update channel" on Windows 10 PC (version 1803, build 17134.2208)

I notice whenever an update is pending (the green dot appears in the icon for the "Open Application Menu"), FF becomes unresponsive in a way. When it happens: It does not totally freeze. I can select/switch between existing tabs & scroll thru their pages. I can close tabs. I can open a new empty tab. But I can't load or refresh any pages. The only fix is to do the update, and re-launch.

Since the developer edition gets updated frequently, it is a pain.

I like the Developer Tools! But... How can I scale back the FF "update frequency", or "change the channel", so updates are, like monthly at most?

thank you.

Задан richs2 2 года назад

Последний ответ от jonzn4SUSE 2 года назад

  • Решено
  • Архивировано

ERROR 1005: ACCESS DENIED........ASN 9009

Error message when accessing business websites which use Cloudflare: "ERROR 1005 ACCESS DENIED DUE TO ASN 9009". This seems to be because Firefox is using ip addresses … (читать ещё)

Error message when accessing business websites which use Cloudflare: "ERROR 1005 ACCESS DENIED DUE TO ASN 9009". This seems to be because Firefox is using ip addresses which are blacklisted. This has been checked with blacklist services such as DroneBL. I am not using a VPN. I constantly clear cache & cookies from Firefox and then restart the computer. I am not ignorant or stupid. Why is Firefox using blacklisted ip addresses? Is it because of M247? Is there any way around this extremely annoying problem? Thank you for your response.

Задан opsec789 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Решено
  • Архивировано

Firefox pdf viewer download button

Before update when I clicked in PDF viewer toolbar download button it opened a screen to open with, right now it only download a file. I want it back. I have firefox as p… (читать ещё)

Before update when I clicked in PDF viewer toolbar download button it opened a screen to open with, right now it only download a file. I want it back. I have firefox as pdf viewer, but sometimes I need to open file with Acrobat DC, that's when I did click download button. It works on other computer like before, it is before firefox update.

Задан sylciia 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Решено
  • Архивировано

Error message trying to launch "Search by Image", "Content scripts are not allowed on this page."

I just installed Add-on "Search by Image" with "Tin Eye". When I try to launch the program I get the Error Message, "Content scripts are not allowed on this page." How d… (читать ещё)

I just installed Add-on "Search by Image" with "Tin Eye". When I try to launch the program I get the Error Message, "Content scripts are not allowed on this page."

How do I correct this so that it works as advertised?

Задан kenb1 2 года назад

Дан ответ jscher2000 - Support Volunteer 2 года назад

  • Решено
  • Архивировано

Norton support

Firefox no longer supports Norton Identity Safe Mobile Unlock and Auto Fill UN/PW, anyone have a solution? I have Windows 10 with Norton Extensions enabled and Norton Vau… (читать ещё)

Firefox no longer supports Norton Identity Safe Mobile Unlock and Auto Fill UN/PW, anyone have a solution? I have Windows 10 with Norton Extensions enabled and Norton Vault is displayed but does nothing. Firefox is up to date also (that could be the problem; everything worked a week ago.)

Задан kellerr 2 года назад

Дан ответ Dropa 2 года назад

  • Решено
  • Архивировано

getting annoying popups even tho popups is off; told to go to preferences? then content; then choose to rid of?

I contacted the Daily Mail newspaper because I keep getting their popup news alert messages even when I am reading my email. My Firefox popup blocker is checked. I compla… (читать ещё)

I contacted the Daily Mail newspaper because I keep getting their popup news alert messages even when I am reading my email. My Firefox popup blocker is checked. I complained to the news paper and they gave the following message to get rid of these annoying messages. Here are their instructions to stop this on Firefox> 1. Click the Settings icon in the top right of your browser window and choose "Preferences" 2.From the left hand side of the page, choose "Content" 3. Under Notifications, press "Choose

There is no Preferences category under my settings icon. There is no Content on the left side of the page when I go to Settings There is no Notifications label from which to select Choose.

How the heck do I get rid of this annoying popup or notification or whatever the heck it is? Please advise. Thx

Задан djmckay.dm 2 года назад

Дан ответ Dropa 2 года назад

  • Решено
  • Архивировано

several weeks ago, i noticed that my tabs that i have had open for months no longer were present when i had occasion to open firefox. i think it happened after update 98.0.2 was installed.

several weeks ago, i noticed that my tabs that i have had open for months no longer were present when i had occasion to reopen firefox after i had shutdown computer. i t… (читать ещё)

several weeks ago, i noticed that my tabs that i have had open for months no longer were present when i had occasion to reopen firefox after i had shutdown computer. i think it happened after update 98.0.2 was installed. i have searched help, etc. one solution that was my exact problem did not apply to me because the screenshots the contributor was using were not present on my version of the browser (or it is always possible that i was lost). this issue is a pain and i sure would appreciate any help thanks, Steve

Задан scturn48 2 года назад

Дан ответ scturn48 2 года назад

  • Решено
  • Архивировано

Gmail won't switch accounts

I've used gmail (with multiple email accounts) on Firefox for many, many years. I switch back and forth between my email accounts daily. In the past few weeks, though, w… (читать ещё)

I've used gmail (with multiple email accounts) on Firefox for many, many years. I switch back and forth between my email accounts daily.

In the past few weeks, though, when I try to switch from my primary account to the others, it just defaults back to the primary. I've purged the cache, I've signed out and signed in. This does not happen on Chrome, just Firefox, which is why I've brought it here.

If I change the URL of the mailbox

https://mail.google.com/mail/u/0/#inbox

to

https://mail.google.com/mail/u/1/#inbox

It will take me to another mailbox. I can then change that number to get to the others. But it shouldn't be that way. So ... what is going on? How do I fix it?

Задан randee1 2 года назад

Дан ответ randee1 2 года назад