Viser spørgsmål med mærkatet: Vis alle spørgsmål
  • Løst
  • Arkiveret

firefox addons page is blank (.. and so are some other support/help pages)

I want to uninstall and maybe re-install some add-ons. But when I goto the add-on page. It just appears blank. So are some other pages in the support/ help sections. Anot… (læs mere)

I want to uninstall and maybe re-install some add-ons. But when I goto the add-on page. It just appears blank. So are some other pages in the support/ help sections. Another most notably, is (via menu) help -> more troubleshooting information. It just sends me to a blank page! See the uploaded images for the pages I get send to.

Help please with changing my add-ons

Stillet af Radu for 1 år siden

Besvaret af zeroknight for 1 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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.

Stillet af jazali for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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!

Stillet af Nida for 1 år siden

Besvaret af TyDraniu for 1 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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.

Stillet af compupix for 1 år siden

Besvaret af zeroknight for 1 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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).

Stillet af daswas for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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?

Stillet af Clinton Graham for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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.

Stillet af beyondlightless for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Mouse-click + modifier key to open a link in private mode?

I'd like to be able to open a link in private mode by holding down some modifier key, then clicking on the link. There are many times that I want to open a link in privat… (læs mere)

I'd like to be able to open a link in private mode by holding down some modifier key, then clicking on the link. There are many times that I want to open a link in private mode, and a keypress + click would be the quickest way to do it given that one hand typically remains at the keyboard while I use the mouse/trackpad.

I've even added a toolbar button to open a new private browsing window, then dragged and dropped a link onto the button, but that gets a circle with slash icon and nothing more.

Others have asked this question, so, to be clear, none of the following address my question: copying the link then opening the private browsing window & pasting the link, using a customized shortcut/bookmark, opening Firefox in private mode via command line, right-clicking the link then selecting "Open link in new private window".

Thanks for any advice and thank you, Mozilla, for Firefox!

Stillet af TAP for 1 år siden

Besvaret af zeroknight for 1 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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

Stillet af McLovin for 1 år siden

Besvaret af TyDraniu for 1 år siden

  • Løst
  • Arkiveret

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… (læs mere)

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

Stillet af fritzthecat4 for 1 år siden

Besvaret af jscher2000 - Support Volunteer for 1 år siden

  • Løst
  • Arkiveret

Hiding the scroll bar?

Im currently reading books (pdfs) in firefox and I would like to hide the scroll bar. Im using full screen mode and especially the bar the the bottom is annoying while r… (læs mere)

Im currently reading books (pdfs) in firefox and I would like to hide the scroll bar. Im using full screen mode and especially the bar the the bottom is annoying while reading. I've seen a few topics posted about this issue but they are from a few years back and the solution posted doesn't seem to work anymore. (creating profile/chrome/userChrome.css with some code) But maybe the code is just outdated or I did something wrong. Im not too sure.

The best solution to me would be to just hide the bottom scroll bar. I didnt find any option in about:config except for making them (bottom and right) both thinner.

I would greatly appreciate any help.

Stillet af Mabo719 for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

Want to change or disable developer tool shortcut

I am attempting to copy values from one google sheet to another and am unable to do so effectively as whenever I press crtl +shift + c I open the the developer tools. All… (læs mere)

I am attempting to copy values from one google sheet to another and am unable to do so effectively as whenever I press crtl +shift + c I open the the developer tools. All my efforts on looking for a solution have lead me to unsupported extensions so I'm stuck wondering what to do.

Stillet af Aries Alb (BeezKneez) for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

External open specific url will open on container

For some reason, in my firefox profile, when I try to access "https://accounts.google.com", it open on new tab with a specific container, while other url keep open with n… (læs mere)

For some reason, in my firefox profile, when I try to access "https://accounts.google.com", it open on new tab with a specific container, while other url keep open with no container. I've never configure this behavior, or found a setting to fix it. It only happen on my current firefox profile. If I create new profile, this problem didnt occurs.

Here the video: https://drive.google.com/file/d/1-2odN87XGXg6TzeRArifEJ-rTX7syFQg/view?usp=sharing

Stillet af for 1 år siden

Besvaret af for 1 år siden

  • Løst
  • Arkiveret

Toolbar Font Size Suddenly Changed

I went to open a new tab today and suddenly the font or scaling on my menu bar got way bigger. It's extremely annoying, and I can't find any way to re-scale it, as all th… (læs mere)

I went to open a new tab today and suddenly the font or scaling on my menu bar got way bigger. It's extremely annoying, and I can't find any way to re-scale it, as all the zoom or font settings seem to affect only web pages, or the scaling of the entire browser window, including content. All the content in a browser window is fine, its ONLY the menu bar. I wonder if I hit a hotkey by accident when trying to open my tab (I used CTRL+T, but it's possible I accidentally hit another key instead or in addition to) but it's driving me up the wall.

Stillet af GodsGameFreak for 1 år siden

Besvaret af cor-el for 1 år siden

  • Løst
  • Arkiveret

default colors have somehow changed

I accidentally pressed a lot of keys on my keyboard and for some reason the default colors of Firefox have changed. I found out that by using Ctrl+Alt+D that I can switch… (læs mere)

I accidentally pressed a lot of keys on my keyboard and for some reason the default colors of Firefox have changed. I found out that by using Ctrl+Alt+D that I can switch the colors back to normal or to the colors that now appear automatically, but this only works for one tab. If I open a new tab, it shows the weird colors (see images below). I tried looking up specific shortcuts for Firefox considering the shortcut mentioned before (Ctrl+Alt+D) only works on Firefox. But I can't find any shortcut tied to that combination. I'm unsure what to do and how to fix this.

I would appreciate it if someone could tell me how to fix this.

Stillet af link for 1 år siden

Besvaret af zeroknight for 1 år siden

  • Løst
  • Arkiveret

remove search from new tab page (not search from address bar)

Just updated a friend's computer from Windows 7 to 10. Installed firefox over previous ESR and now there's no way to remove the search bar from the new tab page. On my … (læs mere)

Just updated a friend's computer from Windows 7 to 10. Installed firefox over previous ESR and now there's no way to remove the search bar from the new tab page. On my W10 system, the search bar isn't there, not sure how or why, but on her's there's no option NOT to show it as there used to be.

I found some VERY old (2014) info on this but doesn't seem to be up to date.

PLEASE give us our options back and stop taking them away, sheesh, getting as bad as Microsoft.

Is there a workaround for this to remove the redundant search bar from the new tab page since you can search from the address bar?

Thanks!

Stillet af firefoxsync52 for 1 år siden

Besvaret af zeroknight for 1 år siden

  • Løst
  • Arkiveret

How to stop Firefox from going to an already open tab when trying to open the same site again ?

How to stop Firefox from going to an already open tab when trying to open the same site again ? yes i want 10 tabs open on the same site, stop switching to one ope… (læs mere)

How to stop Firefox from going to an already open tab when trying to open the same site again ?

yes i want 10 tabs open on the same site, stop switching to one open tab. i discovered i hold shift/alt ti prevent this, there must be an option to disable it altogether, how?

Stillet af vova.95bigmir.net for 1 år siden

Besvaret af TyDraniu for 1 år siden