Can't Save Ultima CSS about:config
I cant really save Ultima CSS about:config,everytime i restart the firefox app,it will reset the settings to default.I know its not the Ultima CSS doing it
I cant really save Ultima CSS about:config,everytime i restart the firefox app,it will reset the settings to default.I know its not the Ultima CSS doing it
how do I add a wallpaper to my firefox home page
background-image: url("file:///C:/Tools/FF/FFbkgnd01.jpg") !important; Used to work, and does work in the regular version of the desktop app, but no longer works in… (διαβάστε περισσότερα)
background-image: url("file:///C:/Tools/FF/FFbkgnd01.jpg") !important;
Used to work, and does work in the regular version of the desktop app, but no longer works in the beta for desktop 135.0b9, says: "Could not load the image"
When I created the theme for Firefox and Saved it I exported it after that it asked me to pick a file type when I did that I used the XPI file and it keeps calling it cor… (διαβάστε περισσότερα)
When I created the theme for Firefox and Saved it I exported it after that it asked me to pick a file type when I did that I used the XPI file and it keeps calling it corrupted I don't know why but I won't answers please
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… (διαβάστε περισσότερα)
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
How can I connect my canon printer to my account
can you please add Show in compact view BOX on the mac version in ZEN
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… (διαβάστε περισσότερα)
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.
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*.....… (διαβάστε περισσότερα)
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
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… (διαβάστε περισσότερα)
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?
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… (διαβάστε περισσότερα)
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?
I would really appreciate some direction as I am not the fastest gazelle on the serengeti. I have Firefox setup as my home page on both my laptop and my desktop. My lap… (διαβάστε περισσότερα)
I would really appreciate some direction as I am not the fastest gazelle on the serengeti. I have Firefox setup as my home page on both my laptop and my desktop. My laptop, the bottom image, is just what I want but my desktop is not. There are 8 icons in the middle of the page and I would like to turnoff the automatic update for these icons and insert my preferred links there instead but I just cannot figure it out. And, as in the bottom image below, I cannot get the (+) sign to reappear for editing purposes.
There is an image of the current icons below.
After a recent update, the background color of my toolbar and sidebar changed from black to white. I can't figure out how to change it back. Thanks.
why is the iock mark in the firefox logo on windos .and how to move it
want to change title and menu bar color to match Windows settings.
Under Customize Toolbar, I want to move the toolbar item "Extensions" off the top menu bar, and into the Overflow Menu, or another area, to make the address bar bigger. … (διαβάστε περισσότερα)
Under Customize Toolbar, I want to move the toolbar item "Extensions" off the top menu bar, and into the Overflow Menu, or another area, to make the address bar bigger. When I attempt to move it, there is a ban symbol across it and it will not move. Firefox 127.0.
How can I order the browser extensions or add-ons in the order I want on the top tool bar? And put which I want to have first or farthest left, which next, etc.
Dear Firefox, Could you make the pointer thing more easily seen? I find that it can sometimes be difficult to locate on a page
How to always open in background the context menu link "Search ..."?
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… (διαβάστε περισσότερα)
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.