Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

How can I permanently turn off Firefox's "update available" pop-up reminder?

I use Firefox version 103, the old version that is perfectly compatible with an extension I always use. I love this old version, and I don't want to update it to the new … (Lesen Sie mehr)

I use Firefox version 103, the old version that is perfectly compatible with an extension I always use. I love this old version, and I don't want to update it to the new version. But the update reminder pops up many times everyday. it's so annoying. I used "about config" to turn it off (see photo 2); it works a bit, but the popup still there once daily after the configuration. I want to turn it off permanently. Is there any way to do it? Thank you very much!!

Gefragt von wongbouwing vor 3 Wochen

Letzte Antwort von Agent virtuel vor 3 Wochen

Screen recorder

I'm looking for a screen recorder. The addon search list has several. Awesome screenshot has a lot of users, but some aren't thrilled that you have to create an accou… (Lesen Sie mehr)

I'm looking for a screen recorder. The addon search list has several.

Awesome screenshot has a lot of users, but some aren't thrilled that you have to create an account.

it doesn't have to be particularly fancy. For instance, I have a couple Firefox and Windows issues I'd like t document.

Gefragt von noel_envode vor 2 Monaten

Letzte Antwort von Agent virtuel vor 2 Monaten

Username variable in policy templates or in about:config

I'm trying to set the download location to a different drive, containing the current username. For example, if my username is Brett.Michaels, I want my default download … (Lesen Sie mehr)

I'm trying to set the download location to a different drive, containing the current username. For example, if my username is Brett.Michaels, I want my default download directory to be G:\brett.michaels. Other browsers have a variable that is usable like {user_name} however I can only find reference to {home} for Firefox, which does not allow me to alter the drive. I've tried using Windows-based environment variables to no avail. Perhaps I'm missing something?

Thanks!

Gefragt von jtpublic vor 5 Monaten

Letzte Antwort von cor-el vor 5 Monaten

"Search by Image" add-on has stopped working

This morning the add-on 'Search By Image' has ceased working. I use it daily, it worked yesterday, and so far as I know there have been no updates to FF or SBI or Windows… (Lesen Sie mehr)

This morning the add-on 'Search By Image' has ceased working. I use it daily, it worked yesterday, and so far as I know there have been no updates to FF or SBI or Windows.

To test I tried removing SBI and re-adding it, and disabling Malwarebytes.

I disabled SBI and installed "Image Search Options". ISO works, though I prefer SBI.

Win11, FF is now 119.0, but it auto-updated when I went to check so I do not know what it was when the problem began this morning. I have not restarted, I have too many tabs open at the moment.

This is also happening to a different PC that is Win10/FF, but never had Malwarebytes installed. SBI still does not work after restarting FF v119.0 in Win10.

Any ideas on how to diagnose this?

Gefragt von elboaltins vor 5 Monaten

Letzte Antwort von zeroknight vor 5 Monaten

I added your add-ons and can no longer access Facebook

When i updated Firefox just now it offered several recommended security add-ons. I added a few of them. But now I can't access Facebook. I disabled them one at a time and… (Lesen Sie mehr)

When i updated Firefox just now it offered several recommended security add-ons. I added a few of them. But now I can't access Facebook. I disabled them one at a time and still cannot get in. What do I do now?

Gefragt von Joe Farrelly vor 5 Monaten

Letzte Antwort von Terry vor 5 Monaten

Help with Address bar

Hi, I want the Firefox suggestions to show up when I click on the address bar. Currently, it shows up only when I type a letter. I am unable to find the settings for it.… (Lesen Sie mehr)

Hi,

I want the Firefox suggestions to show up when I click on the address bar. Currently, it shows up only when I type a letter. I am unable to find the settings for it. I know it's a silly query, but would still appreciate it if it could be answered.

Thanks

Gefragt von Sumit vor 5 Monaten

Letzte Antwort von cor-el vor 5 Monaten

Set New Tab to open a local file

I want set my new tab page to open a local file. The same local file is also used for my home page. Until recently, I used the new tab extension to do this, however that… (Lesen Sie mehr)

I want set my new tab page to open a local file. The same local file is also used for my home page. Until recently, I used the new tab extension to do this, however that stopped working.

There are many existing posts out there regarding this, so it seems it is a desired feature. However, none of the posts are applicable to the latest configuration 119.0 (October 2023).

Is there a way to force the new tab to open a local file? Or open the home page (which is also a local file)?

Windows 11 Pro, Firefox 119.0 (64-bit)

Gefragt von jgreg808 vor 5 Monaten

Letzte Antwort von cor-el vor 5 Monaten

Is there a way to revert a recent change to how arrow keys work in the URL bar?

When pressing the up arrow key with text in the URL bar, the bottom suggestion is selected, rather than returning the text cursor to the beginning. It used to place the i… (Lesen Sie mehr)

When pressing the up arrow key with text in the URL bar, the bottom suggestion is selected, rather than returning the text cursor to the beginning. It used to place the insertion point at the very beginning of whatever text was in there, and then another up arrow press would select the bottom suggestion, but now it instantly wraps to the very bottom selection. It's quite frustrating when trying to modify a search query - now you either have to hold the left arrow key, or accurately click with the mouse

For instance, say I type "cloud" in the URL box, but figure "storm cloud" would be a better search. I can't just press the up arrow to add "storm ", because pressing the up arrow once now just replaces the entire line of text with "https://soundcloud.com/", completely ruining my search. I'm pretty sure this was recently changed with an update. Is there any hope of changing it back?

Gefragt von BunnyHelp vor 5 Monaten

Letzte Antwort von zeroknight vor 5 Monaten

What is this "app.update.background.rolled out" setting?

Hi What is this "app.update.background.rolled out" setting? /** * Background Update is controlled by the per-installation pref * "app.update.background.enabled".… (Lesen Sie mehr)

Hi

What is this "app.update.background.rolled out" setting?


 /**
  * Background Update is controlled by the per-installation pref
  * "app.update.background.enabled". When Background Update was still in the
  * experimental phase, the default value of this pref may have been changed.
  * Now that the feature has been rolled out, we need to make sure that the
  * desired default value is restored.
  */
 async ensureExperimentToRolloutTransitionPerformed() {
   if (!lazy.UpdateUtils.PER_INSTALLATION_PREFS_SUPPORTED) {
     return;
   }
   const transitionPerformedPref = "app.update.background.rolledout";
   if (Services.prefs.getBoolPref(transitionPerformedPref, false)) {
     // writeUpdateConfigSetting serializes access to the config file. Because
     // of this, we can safely return here without worrying about another call
     // to this function that might still be in progress.
     return;
   }
   Services.prefs.setBoolPref(transitionPerformedPref, true);

Gefragt von Piotr vor 5 Monaten

Letzte Antwort von zeroknight vor 5 Monaten

Home Page

In Chrome I was able to have a home page as well as a first-up page. So, for my first-up page, I had Proton Mail for my email. Then, for my home page I had the New York T… (Lesen Sie mehr)

In Chrome I was able to have a home page as well as a first-up page. So, for my first-up page, I had Proton Mail for my email. Then, for my home page I had the New York Times. I'd like to be able to do the same here with Firefox, if possible.

Thanks.

Gefragt von pb4072 vor 5 Monaten

Letzte Antwort von Paul vor 5 Monaten

Why after last update I cannot play/pause video with spacebar after alt+tab to firefox? and some other things

It always worked, i just alt+tab to firefox, quick spacebar and youtube video paused until few days ago, now i need to specificaly click on the video in order for it to w… (Lesen Sie mehr)

It always worked, i just alt+tab to firefox, quick spacebar and youtube video paused until few days ago, now i need to specificaly click on the video in order for it to work, other buttons work, other video websites like netflix dont have any problem. I remember new update tab opened. Why do you have to break everything? Don't know how long that show all tabs button is up there but I tried couple times to remove it and its impossible, why URL bar is also search bar? Why? everyone can but search bar whenever we want, even right next to it, who thinks of this bullshit? Instead of being user friendly you put useless shit into it making it work like a my 16 bit PC when people expect it to run smoothly and quickly.

Gefragt von Kacper vor 5 Monaten

Letzte Antwort von zeroknight vor 5 Monaten

Credit Card Nicknames

As a user, when creating and using a saved credit card, I'd like the opportunity to provide it a nickname. This would make it easier to distinguish if multiple cards are… (Lesen Sie mehr)

As a user, when creating and using a saved credit card, I'd like the opportunity to provide it a nickname. This would make it easier to distinguish if multiple cards are saved. This doesn't seem to be available.

Gefragt von d.angeles84 vor 5 Monaten

Letzte Antwort von Paul vor 5 Monaten

Shortcuts to search engines on New Tab?

The New Tab page includes some shortcuts by default, including Amazon Search (see "@amazon" in the attached picture), which I dismissed shortly after installation. (The o… (Lesen Sie mehr)

The New Tab page includes some shortcuts by default, including Amazon Search (see "@amazon" in the attached picture), which I dismissed shortly after installation. (The only options are "Pin/Unpin" and "Dismiss".)

However, I want to create such shortcut for another search engine, like https://duckduckgo.com/?q=%s&iax=images&ia=images and I don't see the option - even if I set the URL to include "%s" and the name of the pinned shortcut begins with "@", as with smart keyword search and the Amazon search shortcut, respectively.

I am an advanced user and don't mind manually editing files in my profile folder (after I back it up of course).

Edit: I found a reference to it in prefs.js in my profile but changing it using user.js only caused the user_pref to disappear with no effect on the tile items. user_pref("browser.newtabpage.pinned", "[null,null,null,null,{\"url\":\"https://www.amazon.com/\",\"label\":\"@amazon\",\"searchTopSite\":true},null]");

Gefragt von Václav Trpišovský vor 5 Monaten

Letzte Antwort von cor-el vor 5 Monaten

Firefox is displaying incoming emails on my screen while I'm trying to read my emails. This is annoying as it often blocks what I'm trying to read. Please cease this.

I would like you to stop displaying notifications of incoming emails while I'm reading my other emails. These notifications block what I'm trying to read and they are ir… (Lesen Sie mehr)

I would like you to stop displaying notifications of incoming emails while I'm reading my other emails. These notifications block what I'm trying to read and they are irritating and annoying.

Gefragt von judith.parkinson vor 5 Monaten

Letzte Antwort von zeroknight vor 5 Monaten