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

I want to have an automated task that sorts the incoming mail to separate folders

I want to have an automated task that sorts the incoming mail to separate folders. I have done this easily in Outlook, but Firefox's Thunderbird is different and I haven'… (xem thêm)

I want to have an automated task that sorts the incoming mail to separate folders. I have done this easily in Outlook, but Firefox's Thunderbird is different and I haven't figured it out. Any help would be greatly appreciated.

George

Đã lưu trữ 1 63

Move Tab Icons (favicons) up 1px

Hi All, For some reason my tab icons look a little low, and I would like them more vertically centered. I've been trying to move these icons around using some older code … (xem thêm)

Hi All,

For some reason my tab icons look a little low, and I would like them more vertically centered.

I've been trying to move these icons around using some older code that doesn't seem to work anymore.

The code below no longer has any effect.

Does anyone know how to move the tab icons up 1 pixel?

Thanks!

/* padding doesn't move them */
.tab-throbber, .tab-icon-image { padding-bottom: 4px !important; }
/* margin doesn't move them */
.tab-throbber, .tab-icon-image { margin-bottom: -2px !important; }
/* can't even turn the icons off LOL */
.tab-icon-image { display:none !important; }
Đã giải quyết Đã lưu trữ 8 451

Tabs bar is scrolling

I can't find a way to disable tabs scrolling. This is highly confusing, I have to always look for my tabs and do extra clicks and scrolling. This is very distracting. Als… (xem thêm)

I can't find a way to disable tabs scrolling. This is highly confusing, I have to always look for my tabs and do extra clicks and scrolling. This is very distracting. Also those two buttons - "<" & ">" - they occupy extra space. The left one is especially annoying because I expect a "+ new tab" button to be there. I don' want to test/use this new experimental feature, how can I turn this off? Thank you.

Đã lưu trữ 3 81

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 722

Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar st… (xem thêm)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}
Đã giải quyết Đã lưu trữ 13 541

Customize Toolbar page does not appear.

When I try to customize the toolbar in Firefox 115.10, the browser tries to change the page to the customize toolbar / overflow toolbar page. However the page flashes o… (xem thêm)

When I try to customize the toolbar in Firefox 115.10, the browser tries to change the page to the customize toolbar / overflow toolbar page. However the page flashes on and then reverts to the normal browser page. The page showing customize toolbar/ overflow toolbar, is transient and does not last. So I can't even customize the order of the buttons on my toolbar. This wasn't a problem a few days ago before the switch to this latest version. In particular I am trying to change the position of the "home" button to the left side of the address box. I just can't bring up the customize toolbar page. I'm not talking about the position of the add-on or extension buttons...just the home button. Hope this is clear. By the way, I've even tried this in safe mode to no avail.

Đã giải quyết Đã lưu trữ 6 569

Shortcuts

Hey my problem is i dont want the sites i visited recently to be in my shortcut and dismiss them every time, is there an option to do that?

Đã lưu trữ 1 181

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 6286

How do I change the default app Firefox uses to open downloaded files?

Currently, when I try and open downloaded .txt files and .log files (that is, when I click on them directly from the download pop-up that appears at the top-right of the … (xem thêm)

Currently, when I try and open downloaded .txt files and .log files (that is, when I click on them directly from the download pop-up that appears at the top-right of the browser), Firefox inexplicably opens Aegisub on my machine as the app to use. This is in contrast to when I open it directly from within my file browser, where it opens the Kate text editor, as suggested by the default app option in the permissions of the filetype.

How do I change the apps Firefox uses to open downloaded files? I've tried going into my settings and looking at applications, but .txt and .log don't appear, so I'm not quite sure what to do.

I'm on Kubuntu 22.04.3 LTS, using the Firefox deb package.

Đã lưu trữ 3 351

URL bar - highlight color of drop-down selections

Hi All, I would like to change the color of the two highlighted URLs in the address bar's drop down list to what they were in FF 88 - the one that is currently selected w… (xem thêm)

Hi All,

I would like to change the color of the two highlighted URLs in the address bar's drop down list to what they were in FF 88 - the one that is currently selected with the cursor keys, and the one the mouse pointer is over.

The first screenshot below is of the highlight colors in FF 115/125. You can see two different shades of gray, the darker gray being the URL selected with the cursor keys, the lighter gray being the one the mouse pointer is over.

The second image shows the colors from FF 88, the URL selected with cursor keys in blue, and a dark gray for the one the mouse pointer is over.

Any help in modifying these colors, and the radius of the selection is greatly appreciated!

Đã lưu trữ 4 387

설치한 부가기능(확장프로그램)을 사용할 수가 없습니다. unable show me add-on program

확장프로그램을 설치했는데, 원래 대로라면 브라우저 상단 주소창 옆 도구 모음에 설치한 확장프로그램의 아이콘이 나타나야 하나 나타나지 않고 있습니다. '도구 모음 사용자 지정'으로 들어가서 직접 추가하려고 해도 추가할 수 있는 아이콘이 나타나지 않습니다. 이 외의 방법으로 사용할 수 있는 방법을 아무것도 … (xem thêm)

확장프로그램을 설치했는데, 원래 대로라면 브라우저 상단 주소창 옆 도구 모음에 설치한 확장프로그램의 아이콘이 나타나야 하나 나타나지 않고 있습니다. '도구 모음 사용자 지정'으로 들어가서 직접 추가하려고 해도 추가할 수 있는 아이콘이 나타나지 않습니다. 이 외의 방법으로 사용할 수 있는 방법을 아무것도 찾을 수가 없는데 대체 어디서 어떻게 찾아서 어떻게 사용해야 합니까?

i installed a add-on program however this icon for using is not shown on browser's menu bar. there is not on personal setting, so i cannot find how do myself. wat should i do?

Đã lưu trữ 2 36

i need to revert to the home page after closing another tab

whenever i close a single open tab, firefox closes and i have to reopen it to my home page. In the past i could actually revert back to my home page after closing tabs. A… (xem thêm)

whenever i close a single open tab, firefox closes and i have to reopen it to my home page. In the past i could actually revert back to my home page after closing tabs. And then can only close down firefox by hitting the top right X. Unfortunately i have forgotten what i did last time, so any help would be appreciated Ta Doug G

Đã lưu trữ 1 198

The new apostrophe quicksearch-function is a problem for me

Hello There seems to be a new function that opens a quick search window when I press the apostrophe key. This function is active on many websites, and I am using Firefox… (xem thêm)

Hello

There seems to be a new function that opens a quick search window when I press the apostrophe key. This function is active on many websites, and I am using Firefox 125.0.3 on a Macbook Air.

This new function makes it very difficult for me to practice touch typing in Firefox, and I would like to turn this function of.

Best regards Max Andersson

Đã giải quyết Đã lưu trữ 2 288

disable "search with" drop down

using firefox 115.10.0esr (64-bit) I want to disable this redundant dropdown there is a post here from 6 years, but dont dolve my problem, I dont want to disable or separ… (xem thêm)

using firefox 115.10.0esr (64-bit)

I want to disable this redundant dropdown there is a post here from 6 years, but dont dolve my problem, I dont want to disable or separate the seach and the url bar, i just want to get ridoof this redundant information, just for curiosity, if i disable search or separate the bars, i still get the anoing dropdown but with "Visit" instead of "Seach with"

Đã giải quyết Đã lưu trữ 2 108

URL bar popup menu text spaced out (kerning/tracking issue)

Hi All, Is there any reason why the menu item text in the URL popup menu is so spaced out in FF 115 and 125? It's the only menu I've found like that. See attached screens… (xem thêm)

Hi All,

Is there any reason why the menu item text in the URL popup menu is so spaced out in FF 115 and 125?

It's the only menu I've found like that.

See attached screenshots. The one on the left is FF 115, and the one on the right is FF 88 (more normal).

Is there a way to fix this?

And also remove that "Add" menu item at the bottom?

If so, please reply!

Đã giải quyết Đã lưu trữ 1 225

browser.sessionstore.resume_from_crash = false, yet browser still restarted after crahs

I recently had to reinstall Windows, as a result of a hard drive issue. This involved reinstalling Firefox from scratch. As such I had browser.sessionstore.resume_from_c… (xem thêm)

I recently had to reinstall Windows, as a result of a hard drive issue. This involved reinstalling Firefox from scratch.

As such I had browser.sessionstore.resume_from_crash set to false, but browser.sessionstore.max_resumed_crashes was still set to its default value of 1. The combination resulted in a browser restore after a crash...

This would seem to imply that browser.sessionstore.resume_from_crash has either been deprecated (though that is not mentioned in the knowledgebase article), or it is not being correctly interrogated in the code. Unless I am missing something, and I do not want to go thru the entire config to see what else I might need to set...

If I am reading this wrong, please let me know if there are other entries that need to change from default. In the event of a crash, I want the browser to start with my home pages, NOT restore.

Currently on FF 125.0.3 (64-bit) - and yes, I know there is an update waiting for me to restart my browser yet again...

Windows info below ++++++++ Edition Windows 10 Home Version 22H2 OS build 19045.4412 Experience Windows Feature Experience Pack 1000.19056.1000.0

Đã lưu trữ 1 90

Enhanced Tracking Protection Issues with all Settings

Hello, all the sudden, news site comments don't show and after research here I learned it might be enhanced protection tracking settings. I tried all the settings and no… (xem thêm)

Hello, all the sudden, news site comments don't show and after research here I learned it might be enhanced protection tracking settings. I tried all the settings and nothing seems to work well (not tech savvy). Strict = user comments blocked and all the other settings allow so many ads they cover content and/or there are a hundred on a page. On a desktop. Any suggestions would be appreciated. Thank you very much.

Đã lưu trữ 1 99

Latest Update deleted addon extension

After the latest update (Monday) my Lastpass extension icon disappeared from the extension toolbar. It was still listed in the Add-ons and themes page. How do I get it v… (xem thêm)

After the latest update (Monday) my Lastpass extension icon disappeared from the extension toolbar. It was still listed in the Add-ons and themes page. How do I get it visible again? I've tried to right click the Lasspass icon but "pin it" does not appear. I've deleted the extension, rebooted and reinstalled with no difference.

Đã lưu trữ 3 126