Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết

How can I change the colour of the text in the active tab?

Thanks to the help received here and in the Reddit group I've been able to transfer almost all of my old colour and layout tweaks to a new intallation of Firefox (v133) o… (xem thêm)

Thanks to the help received here and in the Reddit group I've been able to transfer almost all of my old colour and layout tweaks to a new intallation of Firefox (v133) on a new PC (running Windows 10). There's one thing that I haven't succeeded with though: I'd like to change the colour of the text in a tab when that tab becomes the active one.

This is the coding I'm using to change the tab's background colour when it's selected:

  1. TabsToolbar .tab-background[selected]{

background: white !important; }

This works perfectly. But when I tried adding the line

color: black !important;

It had no effect. I'd be grateful for any thoughts. Many thanks.

Được hỏi bởi mail226 4 tháng trước

Được trả lời bởi mail226 4 tháng trước

  • Đã giải quyết

Manage Bookmarks font too large

The font size in "Manage Bookmarks" is way too large, both in the sections list menu on the left and the list of bookmarks. I checked my userChrome.css file as well as th… (xem thêm)

The font size in "Manage Bookmarks" is way too large, both in the sections list menu on the left and the list of bookmarks. I checked my userChrome.css file as well as the layout.css.devPixelsPerPx entry in about:config and there's nothing there to explain why only the "Manage Bookmarks" text is so large.

It's possible I changed a setting somewhere that's causing this. But I'm stumped re: what setting might be controlling the font size in only that UI. All other Firefox text sizes are good.

Thanks to anyone who knows where I should be looking

Firefox 134.0.1 (64-bit) Windows 10

Được hỏi bởi rproulx1 4 tháng trước

Được trả lời bởi jscher2000 - Support Volunteer 4 tháng trước

How to set new backgroung image to home page

Hi All I am trying to set up a background image to my FFX home page. In other browsers that is simple; I see no simple way in FFX. Is this a failing? Can it be overcome… (xem thêm)

Hi All

I am trying to set up a background image to my FFX home page. In other browsers that is simple; I see no simple way in FFX. Is this a failing? Can it be overcome, simply?

Được hỏi bởi Lojong 3 tháng trước

Lần cuối trả lời bởi James (On Vacation) 3 tháng trước

  • Đã giải quyết

Customize New Tab with a local HTML file after Firefox 136

Hello, I wanted to customize my Firefox new tab with a local HTML file, such as "/path/to/my/index.html". It was possible to use this workaround: https://github.com/Jang… (xem thêm)

Hello,

I wanted to customize my Firefox new tab with a local HTML file, such as "/path/to/my/index.html". It was possible to use this workaround: https://github.com/Jangsoodlor/Firefox-New-Tab-Config/tree/main https://github.com/Jangsoodlor/Firefox-New-Tab-Config/tree/main

Which implied a configuration file (sometimes named "autoconfig.cfg", "firefox.cfg", "local-settings.cfg" depending on the guide since the name is arbitrary) with javascript code. In the new Firefox 136, this code fails to execute due to a new API being used.

If you want to customize your new tab, follow the previous guide, but on the configuration file write this code instead:

// My new tab
try {
  const ff = {};
  ChromeUtils.defineESModuleGetters(ff, {AboutNewTab: "resource:///modules/AboutNewTab.sys.mjs"});
  ff.AboutNewTab.newTabURL = 'file:///path/to/my/index.html';
} catch (e) {ChromeUtils.reportError(e);}

Note that the file must start with a comment

Adapting the "/path/to/my/index.html" to your needs.

Thanks to @mkaply (github) on this thread https://github.com/mozilla/policy-templates/discussions/1190 for the new API method.

I post this here in case someone has the same issue, because is quite recent and hard to find on the internet.

Được hỏi bởi LluisE 2 tháng trước

Được trả lời bởi jscher2000 - Support Volunteer 2 tháng trước

How can I change the Wallpaper Image to show a picture I prefer?

Could you please let me know how I can change the Wallpaper to show an image I'd like to use and use in other browsers? Firefox is my preferred browser but I'd like to cu… (xem thêm)

Could you please let me know how I can change the Wallpaper to show an image I'd like to use and use in other browsers? Firefox is my preferred browser but I'd like to customize it to my preferences. Thank you

Được hỏi bởi Jose Maria Barrionuevo 3 tháng trước

Lần cuối trả lời bởi TyDraniu 3 tháng trước

  • Đã giải quyết

Firefox resetting the signon.remember setting every time I log in

Hi folks I have a particularly infuriating problem. A few weeks back, Firefox stopped displaying my usernames and passwords whenever I wanted to log into a site. This co… (xem thêm)

Hi folks

I have a particularly infuriating problem. A few weeks back, Firefox stopped displaying my usernames and passwords whenever I wanted to log into a site. This coincided with my installing BitDefender, although I don't know why.

Through googling I eventually realised I could go into about:config to fix this. signon.rememberSignons displays as false, when I turn it to true it fixes the issue.

But here is the problem I can't solve. Everytime I restart firefox or my PC / Mac (I am using both, with a syncronised account on both windows and MacOS) it sets signon.rememberSignons to false AGAIN. Which means every single time I browse I have to go into about:config and fix this. Maddening.

Please can you help?

Được hỏi bởi vassili.christodoulou 3 tháng trước

Được trả lời bởi vassili.christodoulou 3 tháng trước

How do I remove chat gpt from firefox.

Today when I opened firefox I was greeted with a chat gpt bot on the left side of my screen. I don't want chat gpt any where near my computer. Please tell me how to remov… (xem thêm)

Today when I opened firefox I was greeted with a chat gpt bot on the left side of my screen. I don't want chat gpt any where near my computer. Please tell me how to remove that part of firefox from my pc.

Được hỏi bởi Buzz 3 tháng trước

Lần cuối trả lời bởi AliceWyman 3 tháng trước

How to relocate urlbar/address off navbar to menubar?

Firefox has for quite some time always located the urlbar/address/megabar in the navbar level. One cannot move the urlbar to another location via *customize toolbar*.....… (xem thêm)

Firefox has for quite some time always located the urlbar/address/megabar in the navbar level. One cannot move the urlbar to another location via *customize toolbar*.....one CAN move the *search bar* option..... Since this seems to never have been done what script is needed to be in place to move the urlbar? I've come across many other custom stylesheet scripts to alter the vertical height, width, icon, but nothing on relocating it.

I take it that the script would begin with #urlbar

thx

Được hỏi bởi DOHC6 3 tháng trước

Lần cuối trả lời bởi DOHC6 3 tháng trước

FireFox Homescreen Custom wallpapers

Please add a Custom wallpaper options, Your browser has been the best so far i have used many browsers but i would love to have a custom wallpaper option and live wallpap… (xem thêm)

Please add a Custom wallpaper options, Your browser has been the best so far i have used many browsers but i would love to have a custom wallpaper option and live wallpaper option too if possible just like operaGX has. Anyone can upload a wallpaper there.

Được hỏi bởi Lakshya Agrawal 1 tháng trước

Lần cuối trả lời bởi Paul 1 tháng trước

task bar

I walked away from my laptop for about an hour and when I came back my task bar was gone. What happened to it? and how do I get it back? Below is the spec's of my lap top… (xem thêm)

I walked away from my laptop for about an hour and when I came back my task bar was gone. What happened to it? and how do I get it back? Below is the spec's of my lap top that I use/have been using/task bar missing

Được hỏi bởi Kenny 4 tháng trước

Lần cuối trả lời bởi markwarner22 4 tháng trước

Finish Setup

In the top right corner of tab bar, a message of Finish Setup. In the pop up window all area's are check off green. I don't know what it wants and to locate page to Finis… (xem thêm)

In the top right corner of tab bar, a message of Finish Setup. In the pop up window all area's are check off green. I don't know what it wants and to locate page to Finish Setup

Được hỏi bởi Ron S 1 tuần trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 tuần trước