Hiển thị các câu hỏi được đánh dấu:

Changed preferernce in configuration gets reverted after Firefox restart

I want to change "browser.sessionstore.resume_session_once" preference to true. So I do it in about:config page and if I reaccess this page in another tab within the sess… (xem thêm)

I want to change "browser.sessionstore.resume_session_once" preference to true. So I do it in about:config page and if I reaccess this page in another tab within the session, then my value is being kept.

However, when I restart Firefox (thru "Exit" in "File" menu), all previous pages get restored and that preference is "false" again in the config after a new browser start.

I also made a user.js file with the following content: // user_pref("browser.startup.couldRestoreSession.count", 0); user_pref("browser.sessionstore.resume_session_once",true);

Nothing helps.

Please let me know how I can modify the config file.

Thank you!

Đã lưu trữ 5 81

Facing error as "Duplicate add-on ID found" While signing self distrubuted firefox extension.

We are distributor of Firefox extension for dragon professional. ( We are self distrubutor of the extension.) It’s ID is dgnria_pro.firefox@nuance.com Now we have done so… (xem thêm)

We are distributor of Firefox extension for dragon professional. ( We are self distrubutor of the extension.)

It’s ID is dgnria_pro.firefox@nuance.com

Now we have done some modification to the same extension, while publishing it shows error as “Duplicate add-on ID found.”

Earlier we have used same ID for the Firefox extension in the year 2018.

Currently we have opened new account with same ID “dgnria_pro.firefox@nuance.com” and faced the mentioned issue.

We are expected to publish our extension with the same extension id as we don’t want our existing customers get affected.

Is there any way with which extension id “dgnria_pro.firefox@nuance.com” can be deleted from backend , so that we can reuse it.

Đã lưu trữ 5 273

How to Disable the Privacy / Incognity Window

Hello! My name is Anya. I am desperately trying to manage my social media addiction and to help support that I am wondering if its possible to disable the privacy window.… (xem thêm)

Hello! My name is Anya. I am desperately trying to manage my social media addiction and to help support that I am wondering if its possible to disable the privacy window. I know I can install a website blocker - which I have, but it does not apply to the private window so I have full access to social media on it, I just have to log in. I want to COMPLETELY block Facebook and Instagram off of my laptop. Is this possible? Thank you!

Đã lưu trữ 5 116

Setting Startpage as search engine

What's the best way to set up Startpage private search in Firefox? Should I manually change the settings or install the extension? Also, it seems like Firefox could impro… (xem thêm)

What's the best way to set up Startpage private search in Firefox? Should I manually change the settings or install the extension? Also, it seems like Firefox could improve the process for us.

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

Firefox too big to catch the top bar after using bigger screen

Can someone please answer how to reset firefox size after you've been using a bigger screen and go back to the laptop the top bar is lost way up and I cant catch it to mo… (xem thêm)

Can someone please answer how to reset firefox size after you've been using a bigger screen and go back to the laptop the top bar is lost way up and I cant catch it to move it to resize the firefox window. Using Fn and F11 to go into maximize mode doesnt help me at all cuz I end up in full screen on the FHD screen but cant grab and drag the window to resize it again - and please NO comments about using FN and F11 again. This is an issue thats been since years - cant figure out why ppl who are tryin to help think others dont know the difference between maximization and the window being bigger than the laptop screen and being lost. So FIREFOX key-shortcut for window size reset URGENT PLEASEEEE - Im having this issue couple times a week. To fix it I gotta go again to the bigger screen reduce the size of the window and then disconnect - which is soooo horrible.

Đã lưu trữ 5 98

Zoom file selector thumbnails

Hi all, I need to solve a problem that is a bit annoying. I am on ubuntu 22.04 and using SNAP Firefox 127.0 (64-bit). When I am prompted to select a file, for example to… (xem thêm)

Hi all, I need to solve a problem that is a bit annoying. I am on ubuntu 22.04 and using SNAP Firefox 127.0 (64-bit).

When I am prompted to select a file, for example to upload an image, the file picker is shown. However the thumbnails are so small(and right now I only see the image name) that I cannot see what's the content of the image. I managed to show a preview on the right of the single selected image by modifying an option in about:config. However it is still a pain to find the image I am searching for when I have a long list of images. Is there any way to enable zoom on the list of thumbnails so that I can preview the contents of the images? I don't understand why there is no option to customize the display of the file list. In the attached image I show how it looks right now.

Thank you

Đã lưu trữ 5 145

right click menu fixed size and position

When I do right mouse click on page, depending on the mouse cursor position, context menu appears and I need to scroll up or down to access appropriate item. I thought I … (xem thêm)

When I do right mouse click on page, depending on the mouse cursor position, context menu appears and I need to scroll up or down to access appropriate item. I thought I need to try and fix size and position of a page context menu. Is it possible? I believe it may depend on the screen size and resolution and how many entries add-ons add to right click menu. Examples: https://imgur.com/nocb5kK.png https://i.imgur.com/yNeNJQh.png

Đã lưu trữ 5 236

Firefox 125 URLs missing in suggestions dropdown

I've just updated to Firefox 125 and now, when I start to type in the URL bar and get my suggestion dropdown of previously visited pages, I no longer can see the actual u… (xem thêm)

I've just updated to Firefox 125 and now, when I start to type in the URL bar and get my suggestion dropdown of previously visited pages, I no longer can see the actual url for each entry. All I see is the top level name for each entry.

This is not helpful, as I may have perviously visited a number of pages on that site and the information shown does not give me a way to differentiate sufficiently between those pages.

How can I get the exact url displayed on the suggestions dropdown.

How can I get those top level descriptions NOT displayed, so that only the urls are shown?

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

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the sear… (xem thêm)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }
Đã giải quyết Đã lưu trữ 5 489

Firefox Multi-Account Containers | Container Name in URL Bar

Firefox 126.0.1 displays a very long name of a container completely in the URL bar. Firefox 127.0 truncates container names AWS long account and role names make keeping t… (xem thêm)

Firefox 126.0.1 displays a very long name of a container completely in the URL bar.

Firefox 127.0 truncates container names

AWS long account and role names make keeping the long name very convenient (works with the 'AWS SSO Containers' Add-On

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

latest FFox supernova blew up reader view

In previous versions of FFx, toggling to Reader view used the same font I'd chosen in Settings / wherever. Now it's something else, in boldface with no distinctions made … (xem thêm)

In previous versions of FFx, toggling to Reader view used the same font I'd chosen in Settings / wherever. Now it's something else, in boldface with no distinctions made in original view (italics, not italics, etc). & there doesn't seem to be any way I can control fonts in Reader.

Any suggestions? In plain English, please, I am NOT a programmer or computer professional, just a regular human trying to use this new version that seems to have broken everything I liked about FFx.

Đã lưu trữ 5 231

Prevent all autocomplete in address bar

My elderly mother has twice (in the last month alone!) been scammed by selecting the first thing that comes along in a Google search. I realize this is simply never going… (xem thêm)

My elderly mother has twice (in the last month alone!) been scammed by selecting the first thing that comes along in a Google search. I realize this is simply never going to change, and I need to take steps to prevent her from ever seeing any sponsored results of any kind, or any kind of address bar autocomplete suggestion.

I have taken several dozen hours of my personal time this past month to repair the damage from her first scam experience (that I know about!), and today's incident made me realize that I have to do much more customization of her browser than I previously imagined. When I told her to never fully trust a Google search, her reply was "but I used Firefox!", and that told me everything I needed to know. It simply cannot be left to her understanding of the internet.

The intended setup is an iPad and a Win11 laptop. I would like to set up Firefox so that the address bar is nothing but an address bar without any kind of autocomplete at all. Is this even possible?

Also, I obviously can't filter every scam known to man, but I would like to specifically block the kind of pop-ups and ads that scammers use. What is a good strategy for this specific purpose? I don't care about legitimate marketing ads, even though they're annoying to me personally.

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

How can I turn on spellcheck as default?

I was happily typing along and noticed both a typo and the fact that the typo was NOT underlined in red squiggles. Hmmmm, I thought. Fiddling around, I discovered an opt… (xem thêm)

I was happily typing along and noticed both a typo and the fact that the typo was NOT underlined in red squiggles. Hmmmm, I thought.

Fiddling around, I discovered an option on right-click that allowed Me to turn on spellcheck. Now, every time I type in an email or forum, on Twitter, anywhere, I have to right-click to be sure of My spelling.

Thus began My efforts to find how to set the button to be on by default... Finding none led Me to "Help," which a search of the term "spellcheck default" led Me to a zero in returns. Sure, there were discussions with those terms, but I could not prowl them all looking for the method of setting spellcheck to be on by default. The first few pages yielded nothing...

So if You would please, direct Me to that function. [smile]

Thank You.

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

Annoying!!!

When scrolling through online pictures or even while typing this note, Firefox dropdowns get really annoying! It seems to be triggered by right-clicking the mouse on a li… (xem thêm)

When scrolling through online pictures or even while typing this note, Firefox dropdowns get really annoying! It seems to be triggered by right-clicking the mouse on a link, misspelled word or button. It really is a PITA! How to stop?

tomgauger@comcast.net

Đã lưu trữ 5 124

New Tab Addon Button Missing

i use New Tab Override, reinstalled my software, firefox, and lost the button to get a new tab that goes on the address bar. its no longer in customize. ive removed the a… (xem thêm)

i use New Tab Override, reinstalled my software, firefox, and lost the button to get a new tab that goes on the address bar. its no longer in customize. ive removed the addon and put it back on, started in troubleshoot mode, disabled all other addons, and it never showed back up

can someone help, the guy who made it wont help

Đã lưu trữ 5 122

Add eyedropper tool to toolbar

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality.… (xem thêm)

the built in eyedropper tool is the simplest and easiest solution to grabbing screen colors without granting file permission to 3rd party solutions for full funcionality. I have power-toys but I hate to see this tool needlessly depreciated. My workflow needs to sample many colors at a time making the menu navigation needless. PLEASE let there be a way to add it to the toolbar, I hope there is. Thanks for your time

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

adblocker

I frequently attempt to open news articles or other pages requiring form fill-in but instead get a page that advises me to disable an adblocker. I have no idea what Firef… (xem thêm)

I frequently attempt to open news articles or other pages requiring form fill-in but instead get a page that advises me to disable an adblocker. I have no idea what Firefox (yes, up-to-date) uses or how I could set it to allow pop-ups for a particular site. Help!

Đã lưu trữ 5 146

Bookmark this page menu has very small fonts and menu

Hello, I just got a new laptop with windows 11. I just did the latest update to Firefox. Everything is a little large but an internet search addresses these: BUT.... The … (xem thêm)

Hello, I just got a new laptop with windows 11. I just did the latest update to Firefox. Everything is a little large but an internet search addresses these: BUT.... The 'bookmark this page', the star in the URL line, menu is small and the fonts are micro. Zooming or changing fonts in the hamburger menu doesn't correct this. Attached. Thank you.

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

How to disable Private Browsing Mode with Firefox Flatpak version

I'm trying to get my Firefox installation to permanently disable private browsing mode, however, all information I can find is for the Snap version of Firefox, and not fo… (xem thêm)

I'm trying to get my Firefox installation to permanently disable private browsing mode, however, all information I can find is for the Snap version of Firefox, and not for the Flatpak version. How do I disable private browsing on my installation?

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