顯示下列標籤的問題: 顯示所有問題

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 … (閱讀更多)

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!!

wongbouwing 於 3 週前 詢問

Agent virtuel 最近回覆於 3 週前

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… (閱讀更多)

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.

noel_envode 於 2 個月前 詢問

Agent virtuel 最近回覆於 2 個月前

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 … (閱讀更多)

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!

jtpublic 於 5 個月前 詢問

cor-el 最近回覆於 5 個月前

"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… (閱讀更多)

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?

elboaltins 於 5 個月前 詢問

zeroknight 最近回覆於 5 個月前

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… (閱讀更多)

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?

Joe Farrelly 於 5 個月前 詢問

Terry 最近回覆於 5 個月前

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.… (閱讀更多)

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

Sumit 於 5 個月前 詢問

cor-el 最近回覆於 5 個月前

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… (閱讀更多)

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)

jgreg808 於 5 個月前 詢問

cor-el 最近回覆於 5 個月前

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… (閱讀更多)

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?

BunnyHelp 於 5 個月前 詢問

zeroknight 最近回覆於 5 個月前

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".… (閱讀更多)

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);

Piotr 於 5 個月前 詢問

zeroknight 最近回覆於 5 個月前

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… (閱讀更多)

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.

pb4072 於 5 個月前 詢問

Paul 最近回覆於 5 個月前

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… (閱讀更多)

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.

Kacper 於 5 個月前 詢問

zeroknight 最近回覆於 5 個月前

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… (閱讀更多)

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.

d.angeles84 於 5 個月前 詢問

Paul 最近回覆於 5 個月前

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… (閱讀更多)

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]");

Václav Trpišovský 於 5 個月前 詢問

cor-el 最近回覆於 5 個月前

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… (閱讀更多)

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.

judith.parkinson 於 5 個月前 詢問

zeroknight 最近回覆於 5 個月前