- Решено
java script
How to turn on java script
How to turn on java script
Something called "safe space" just showed up in my firefox browser... I didn't want it, didn't ask for it!! PLEASE tell me HOW to get rid of it.... PLEASE!!! Moderator no… (читать ещё)
Something called "safe space" just showed up in my firefox browser... I didn't want it, didn't ask for it!! PLEASE tell me HOW to get rid of it.... PLEASE!!!
Moderator note: This question has been edited to remove excessive new lines.
want to change title and menu bar color to match Windows settings.
I started using Claude in the side panel instead of a dedicated tab, but there is something noise about it: every time I click to open the side panel the chat starts from… (читать ещё)
I started using Claude in the side panel instead of a dedicated tab, but there is something noise about it: every time I click to open the side panel the chat starts from scratch. Getting a clean slate is nice, but it takes too much time loading. So I would like to not unload the content of the panel when I close it, just hide it, so when I click to open is already loaded. There is a way to do that?
Please return my Computer to using Firefox default as my browser as it was 2/01 /2026.Ive tried several times to do this w/o success . I was using windows 11 and have bee… (читать ещё)
Please return my Computer to using Firefox default as my browser as it was 2/01 /2026.Ive tried several times to do this w/o success . I was using windows 11 and have been trying to get rid of MS365 which I never used but have been charged for a solution , but have been blocked and refused cancellation after they asked me to change my email address and PW . Insanely confusing !
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… (читать ещё)
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:
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.
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… (читать ещё)
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
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 coi… (читать ещё)
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?
My friend recommended this browser to me. When I tried to customize it, I couldn't find an option to change the hotkeys to my preference. I consider this feature importan… (читать ещё)
My friend recommended this browser to me. When I tried to customize it, I couldn't find an option to change the hotkeys to my preference. I consider this feature important since I use it for work. Can I do this somehow, and is there any plan to add such a feature to the settings?
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 b… (читать ещё)
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"
How can I connect my canon printer to my account
Dear Folks at Firefox, Mozilla In last few days I really have a big problem with trying to browse with my favorite browser Firefox. It is that cursor always goes to addr… (читать ещё)
Dear Folks at Firefox, Mozilla
In last few days I really have a big problem with trying to browse with my favorite browser Firefox. It is that cursor always goes to address bar instead of search bar when I am trying to surf the web. I tried all the fixes that I found online with changing things in about:config still with no solution.
I am running on Windos 11 and using latest Firefox version.
Kind regards
Aljosha Mileta
Firefox suddenly has an AI assistant that pops up on a tool bar on the left side of the screen with a green dot beside it. I want to turn this off and make it disappear, … (читать ещё)
Firefox suddenly has an AI assistant that pops up on a tool bar on the left side of the screen with a green dot beside it. I want to turn this off and make it disappear, if possible. Please tell me how to do that.
How to select AI Chatbot in sidebar?
I read online that Firefox is planning on implementing AI features. Given the track record of AI in other browsers leaking private information, bogging down connectivity,… (читать ещё)
I read online that Firefox is planning on implementing AI features. Given the track record of AI in other browsers leaking private information, bogging down connectivity, and generally being a nuisance towards users, I was wondering if there will be opt out features in future updates? Or know of forum threads that will update with tutorials on how to turn off AI features?
If not, does anyone on this forum have recommendations for no-ai browsers?
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/Jangs… (читать ещё)
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.
How do I set Firefox as my browser
Hello, I'd like your help. I'd like to disable some unnecessary options from the Firefox right-click menu. 1. Open link in new tab 2. Open link in new container tab 3. Op… (читать ещё)
Hello, I'd like your help. I'd like to disable some unnecessary options from the Firefox right-click menu. 1. Open link in new tab 2. Open link in new container tab 3. Open link in new private window 4. Save link as 5. Copy link I don't need these five options, so I'd like to disable them if possible.
I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. Ho… (читать ещё)
I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. However, I'd like to pass the URL instead. I could use `%url%`, but that does not include parameters after `?` and hence does not work for Youtube.
Is there any variable that I can use to pass the full URL including parameters of the URL?
trying to resize my browser window and cant change width. ubuntu 24.4.2