Ceisteanna leis an gclib seo á dtaispeáint: Taispeáin gach ceist
  • Réitithe
  • Cartlannaithe

How to unpin Google from search bar suggestions?

I'm trying to move away from using Google, so I swapped to Duckduckgo and removed Google as a default search. However, "Search with Google" is still appearing in my searc… (tuilleadh eolais)

I'm trying to move away from using Google, so I swapped to Duckduckgo and removed Google as a default search. However, "Search with Google" is still appearing in my search suggestions bar with a pin icon in the corner, and I can't figure out how to remove it. Does anyone know how to do this?

Asked by Cr4sh 1 bhliain ó shin

Answered by cor-el 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

resize contents of panes while browsing

I have a current version of Firefox (v123.0 running on Windows 10) but I can't do what I used to be able to do? (And it is making me nuts!) I used to be able to resize … (tuilleadh eolais)

I have a current version of Firefox (v123.0 running on Windows 10) but I can't do what I used to be able to do? (And it is making me nuts!)

I used to be able to resize the contents of a site - such as youtube or wordpress or tumblr - there would be a little % on the far right of the URL bar, and I could adjust that until the site was readable and all the pieces I wanted fit in. I can't find a control that will change this for me in the new version. Is it somewhere else? Did that control not port into the new version? Is is gone for good? (I really hope not!) I realize this is such a small problem, but it affects how I interact with basically every site online.

What makes this extra frustrating is that I'm not even certain I am using the correct terms for the thing I want -

Thank you for your patience -

Lee Thomson dancingcrowdesigns@gmail.com

Asked by dancingcrowdesigns 1 bhliain ó shin

Answered by cor-el 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

The + sign to open new tab is missing after latest update

How do I get the + sign back on my tabs? After latest update I can only close tabs instead of opening new tab, and I am talking about after opening several tabs. When I h… (tuilleadh eolais)

How do I get the + sign back on my tabs? After latest update I can only close tabs instead of opening new tab, and I am talking about after opening several tabs. When I have seven tab open, I have to do ctrl+t to open new tab instead of just clicking on the + sign that use to be at end of tabs. Yes, I do use custom settings. This happened before but I was able to fix by going to tabs under about:config, but it seems the setting is no longer there.

Asked by ninershark 1 bhliain ó shin

Answered by cor-el 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

How to completely disable website translation?

This question was already posted and badly answered in 2016. Now things have changed a lot and Firefox DO try to translate everything which is quite annoying to anyone kn… (tuilleadh eolais)

This question was already posted and badly answered in 2016. Now things have changed a lot and Firefox DO try to translate everything which is quite annoying to anyone knowing more than a single language. No extensions related. I need to completely disable that. My firefox is up to date: 118.0.1 (64-bit).

Thank you Arturo

Asked by arturoshaw 2 bhliain ó shin

Answered by TyDraniu 2 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Configure text-to-speech for reading mode

Hello, We are adding accessibility features to the Emmabuntüs Debian Edition 5 Linux distribution based on Debian 12, and we would like to use the reading mode included … (tuilleadh eolais)

Hello,

We are adding accessibility features to the Emmabuntüs Debian Edition 5 Linux distribution based on Debian 12, and we would like to use the reading mode included in Firefox to enable smoother voice reading for visually impaired people.

Currently we are going to use the Svox Pico and eSpeak speech synthesis at the same time because in SVox Pico we do not have all the voices we need for our possible users, particularly Portuguese.

We have found how to make the synthesis used by Firefox's reading mode be SVox Pico by default instead of eSpeak, however this requires a modification in the /etc/speech-dispatcher/speechd.conf file.

To do this, simply put the default pico synthesis in this file:

DefaultModule pico

But this causes problems with other software that we intend to use.

We found how to make all the voices of a speech synthesis appear in the Firefox playback menu by going to about:config and doing a search for the word "narrate":

Option narrate

On the other hand, we cannot find how to modify the "narrate.voice" option to tell it to default to pico speech synthesis instead of eSpeak synthesis which is the first synthesis loaded by speech-dispatcher, because we must keep eSpeak as the first synthesis loaded and do not put a default synthesis in speechd.conf to maintain compatibility with software that we wish to use.

Do you have any tips or a manual that explains the possible options for the "narrate.voice" option?

Thanks in advance for your help.

Asked by Patrick-Emmabuntus 1 bhliain ó shin

Answered by Eitan 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

JavaScript in firefox.cfg can't access `document`

As I understand, `autoconfig.js` (with `firefox.cfg`) can be used to have JavaScript run during startup to control Firefox's UI elements. I have set up `autoconfig.js` i… (tuilleadh eolais)

As I understand, `autoconfig.js` (with `firefox.cfg`) can be used to have JavaScript run during startup to control Firefox's UI elements.

I have set up `autoconfig.js` in my `/usr/lib/firefox-developer-edition/defaults/pref` folder (I'm on EndeavourOS Linux). As instructed here, I've already put the two required files, `autoconfig.js` and `firefox.cfg` in their correct folders (`/usr/lib/firefox-developer-edition/defaults/pref` and `/usr/lib/firefox-developer-edition` in my machine).

The file `firefox.cfg` contains the following code:

 //
 (() => {
   var tabbar = document.getElementById("TabsToolbar");
 })();


However, every time I run Firefox, this message will appear:

 "Failed to read the configuration file. Please contact your system administrator."


If I empty out the `firefox.cfg` file, Firefox will run normally without showing the error message. It will also run normally if I just have something like this in the file:

 //
 (() => {
   var testVar = "";
 })();


I don't understand why the JavaScript code can't access the Firefox UI elements through `document` or `window.document`. If `autoconfig.js` isn't build for that, what should I use to change my browser's UI elements through JavaScript?

Thank you.

Asked by jazali 1 bhliain ó shin

Answered by cor-el 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

How to force spellcheck for all websites

I would like to force spellcheck for all websites, and override any HTML code from the websites. which may be disabling it. This should be done automatically and not by i… (tuilleadh eolais)

I would like to force spellcheck for all websites, and override any HTML code from the websites. which may be disabling it. This should be done automatically and not by inspecting and manually altering the HTML. I consulted with ChatGPT and tried adding some code to my existing userChrome.css but it is having no effect, even after clearing cache and restarting Firefox. For instance, faxzero.com has a form with spellcheck disabled. I tinkered with the CSS and kept testing faxzero, but the spellcheck always remains disabled. How can I accomplish my goal?

Code: body[spellcheck="false"], input[type="text"][spellcheck="false"], input[type="email"][spellcheck="false"], input[type="password"][spellcheck="false"], input[type="search"][spellcheck="false"], input[type="url"][spellcheck="false"], textarea[spellcheck="false"], [contenteditable="true"][spellcheck="false"] {

   spellcheck: true !important;

}

Asked by wlesney 1 bhliain ó shin

Answered by jscher2000 - Support Volunteer 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Installing edited add-on gives "Installation aborted because the add-on appears to be corrupt" error

Hello there! I have been trying to edit an existing browser extension (for the sole reason of adding new features to it for myself), and I've been trying to add it to my… (tuilleadh eolais)

Hello there!

I have been trying to edit an existing browser extension (for the sole reason of adding new features to it for myself), and I've been trying to add it to my Firefox browser. However, upon trying to install it to the browser, it throws an error saying: "Installation aborted because the add-on appears to be corrupt". I've been trying to read more into this issue all across the internet, but none of the recommendations seem to be working.

I tested my extension locally and with using the about:debugging temporary add-on method, and everything seemed fine.

I tried to re-configurate the 'xpinstall.signatures.required' variable by setting it to false (even thought this method is considered unsafe in most cases), and the issue still occurs

I also tried adding a new gecko ID to it as stated in this article, but to no avail: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings

And last, but certainly not least, I tried compressing the extension with web-ext aswell.

My question is - is there a way to add this extension permanently to my browser without submitting it to Mozilla? I did not create this extension, I only added custom integrations to it for myself.

And more importantly - is there a way to add it to the basic Firefox browser, which is not Firefox developer of Firefox nightly? Or maybe create a desktop shortcut that will always start the browser in debug mode, always containing the extension as "temporary"?

I can see that many posts and questions have already been posted regarding this "custom add-on" topic, but my situation is a bit different since my goal is to only use this add-on by myself (and I'm also revisiting this topic since none of the previous suggestions worked in my case)

Any comments, helps, or even links would be greatly appreciated! Have a great day!

Asked by Nida 1 bhliain ó shin

Answered by TyDraniu 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Search bar now at top, above PC screen

Hello Since an update from a few days ago (May 2024), my address bar/search bar is now basically outside of my PC screen, see here: https://vimeo.com/948314161 It's not… (tuilleadh eolais)

Hello

Since an update from a few days ago (May 2024), my address bar/search bar is now basically outside of my PC screen, see here: https://vimeo.com/948314161

It's not a local problem, it's also happening on other PCs/Laptops I have.

How can I fix this? PS should the answer be that I need an add-on or anything like that, then it's bye bye Firefox, hello Chrome

Thank you

Asked by McLovin 1 bhliain ó shin

Answered by TyDraniu 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

MimeTypes.rdf missing

Hi, I'm using FF on Fedora 39. However Firefox does not remember any file associations. The MimeTypes.rdf file in the profile is missing and is also not created on rest… (tuilleadh eolais)

Hi,

I'm using FF on Fedora 39.

However Firefox does not remember any file associations. The MimeTypes.rdf file in the profile is missing and is also not created on restarting the browser.

In the options I've now set the configuration to "Ask whether to open or save files". Now I see a popup when clicking on a file however there is no checkbox with "remember this file associations" (or something similiar).

Asked by daswas 1 bhliain ó shin

Answered by cor-el 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

ALT-SHIFT-LEFT got remapped to 'select tab to the left' out of the blue

ALT-SHIFT-LEFT has been 'select word backwards' for years, at least on macs. And so it was on FF too. Now they suddenly decided to re-map it to 'select left tab'. There w… (tuilleadh eolais)

ALT-SHIFT-LEFT has been 'select word backwards' for years, at least on macs. And so it was on FF too. Now they suddenly decided to re-map it to 'select left tab'. There was already a key for that - CMD-ALT-LEFT. Which also works for the right, whereas ALT-SHIFT-RIGHT does nothin

Asked by fritzthecat4 1 bhliain ó shin

Answered by jscher2000 - Support Volunteer 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Single Click in Address Bar does NOT Select Address...

In about:config I set browser.urlbar.clickSelectsAll to true and browser.urlbar.doubleClickSelectsAll to true Now, single clicks in the address bar select the entire URL… (tuilleadh eolais)

In about:config I set browser.urlbar.clickSelectsAll to true and browser.urlbar.doubleClickSelectsAll to true

Now, single clicks in the address bar select the entire URL except when the address bar contains an address provided by New Tab Override. Does anyone have a fix for this issue?

Thanks.

Asked by compupix 1 bhliain ó shin

Answered by zeroknight 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

How to configure scroll speed deceleration when using touch screen

I am having a hard time getting accustomed to the Firefox scrolling experience. I am only using the touch pad and the touch screen. When I release the finger the time it … (tuilleadh eolais)

I am having a hard time getting accustomed to the Firefox scrolling experience. I am only using the touch pad and the touch screen. When I release the finger the time it takes for the scroll speed to come to a halt is way longer than on Chromium browsers and uncomfortable. I want to configure this to decelerate faster or to remove the smoothing completely.

I have tried playing around with scroll configurations and I found that setting apz.gtk.kinetic_scroll.enabled =false disables smoothing correctly, but only works for touch pad, not for touch screen.

- Is there some config I am missing to disable this kinetic scroll using touch screen? - Is there a preference where I can halve the time it takes to decelerate, rather than disable it completely?

I am running Ubuntu 22.04 on Wayland if that makes a difference.

Asked by sirdorius 1 bhliain ó shin

Answered by zeroknight 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Firefox Translation - Turn off

Hi. How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It… (tuilleadh eolais)

Hi.

How come there is no option to turn off "Firefox Translation"? I speak three languages and every time I visit foreign web site, Firefox suggest translation to me. It's annoying.

Asked by beyondlightless 1 bhliain ó shin

Answered by cor-el 1 bhliain ó shin

  • Réitithe
  • Cartlannaithe

Ctrl+Shift+B to open Library in 117

I like Ctrl+Shift+B to open the Library (Manage Bookmarks/Show All Bookmarks). For maybe two years I was using this, but it stopped working in 117: https://reddit.com/r… (tuilleadh eolais)

I like Ctrl+Shift+B to open the Library (Manage Bookmarks/Show All Bookmarks). For maybe two years I was using this, but it stopped working in 117:

https://reddit.com/r/firefox/comments/kilmm2/restore_ctrlshiftb_library_by_setting_configjs/

Dorando keyconfig isn't current. Shortkeys won't even install and probably won't do what I want anyway. AutoHotkey will do it, but I'd rather not use it for this.

Does anyone know how I can get a config.js to open the Library when I hit Ctrl+Shift+B?

Asked by rUUk 2 bhliain ó shin

Answered by rUUk 2 bhliain ó shin

  • Réitithe
  • Cartlannaithe

How do I disable search suggestions based on my search history, without deleting my search history?

I've disabled this for my google account. So when I search from google.com this behavior doesn't happen. But when I type anything into my address bar on Firefox to search… (tuilleadh eolais)

I've disabled this for my google account. So when I search from google.com this behavior doesn't happen. But when I type anything into my address bar on Firefox to search, the first suggestions are from my search history.

I don't want to delete my search history.

I often use my search history to find specific things that I need, but didn't bookmark at the time. I need my search history to be saved. I just don't want to automatically receive suggestions based on it.

Is there any way to turn this off? Even with an extension or something?

Asked by Clinton Graham 1 bhliain ó shin

Answered by jscher2000 - Support Volunteer 1 bhliain ó shin