Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Επιλύθηκε
  • Αρχειοθετήθηκε

[Update] Allow web page to override a keyboard shortcut

The excellent answer here no longer works in Firefox 117.0 on MacOS. Unfortunately, that post is archived, so I cannot post an updated solution there. I would greatly app… (διαβάστε περισσότερα)

The excellent answer here no longer works in Firefox 117.0 on MacOS. Unfortunately, that post is archived, so I cannot post an updated solution there. I would greatly appreciate if a moderator could add this post in the linked article, or at least link from there over to here.

For Firefox 117, the code needs to be modified slightly (two lines at the top need to be removed): ```

  //
  function ConfigJS() { Services.obs.addObserver(this, 'chrome-document-global-created', false); }
  ConfigJS.prototype = {
   observe: function (aSubject) { aSubject.addEventListener('DOMContentLoaded', this, {once: true}); },
   handleEvent: function (aEvent) {
     let document = aEvent.originalTarget; let window = document.defaultView; let location = window.location;
     if (/^(chrome:(?!\/\/(global\/content\/commonDialog|browser\/content\/webext-panels)\.x?html)|about:(?!blank))/i.test(location.href)) {
       if (window._gBrowser) {
         let keys = ["key_find", "key_findAgain", "key_findPrevious", "key_gotoHistory", "addBookmarkAsKb", "bookmarkAllTabsKb", "showAllHistoryKb", "manBookmarkKb", "viewBookmarksToolbarKb", "key_savePage", "key_search", "key_search2", "focusURLBar", "focusURLBar2", "key_openDownloads", "openFileKb", "key_reload_skip_cache", "key_viewSource", "key_viewInfo", "key_privatebrowsing", "key_quitApplication", "context-bookmarklink"];
         for (var i=0; i < keys.length; i++) {
            let keyCommand = window.document.getElementById(keys[i]);
            if (keyCommand != undefined) { 
               keyCommand.removeAttribute("command"); 
               keyCommand.removeAttribute("key"); 
               keyCommand.removeAttribute("modifiers"); 
               keyCommand.removeAttribute("oncommand"); 
               keyCommand.removeAttribute("data-l10n-id"); 
            }
         }
       }
     }
   }
  };
  if (!Services.appinfo.inSafeMode) { new ConfigJS(); }

```

Ερώτηση από jonschz 8 μήνες πριν

Απάντηση από cor-el 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

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… (διαβάστε περισσότερα)

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?

Ερώτηση από rUUk 8 μήνες πριν

Απάντηση από rUUk 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Firefox interfering with computer accessibility feature: mouse keys

I often need to be able to use the arrow keys to navigate my screen, especially in order to find and click on browser links. However, in the latest version of Firefox on… (διαβάστε περισσότερα)

I often need to be able to use the arrow keys to navigate my screen, especially in order to find and click on browser links. However, in the latest version of Firefox on a new macOS Ventura machine, the arrow keys are interpreted by Firefox even though they shouldn't be; at the least corresponding box in "Settings" is unchecked.

How can toggle this behavior off?

Thank you, David Romano

Ερώτηση από David Romano 8 μήνες πριν

Απάντηση από zeroknight 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Some firefox addons ui language broken

After installing the addon FoxyProxy and Wappalyzer , its ui language was broken! if i copy those text form the ui and paste it anywhere it shows the correct text. other … (διαβάστε περισσότερα)

After installing the addon FoxyProxy and Wappalyzer , its ui language was broken! if i copy those text form the ui and paste it anywhere it shows the correct text. other extensions dosn't have that problem. How to fix this?

Ερώτηση από rxmehedi531737rm 8 μήνες πριν

Απάντηση από cor-el 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Bookmarks Editor does not show "tags" field.

As shown in the image the tags field is missing from my bookmarks editor. Any idea how this could happen? Any options or about:config options I should check? I've attach… (διαβάστε περισσότερα)

As shown in the image the tags field is missing from my bookmarks editor. Any idea how this could happen? Any options or about:config options I should check?

I've attached troubleshooting information. I'm on Arch Linux and I have two other Arch machines on the same Firefox version (Arch Linux Package) that do not exhibit this behavior.

Ερώτηση από 80KiloMett 8 μήνες πριν

Απάντηση από zeroknight 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Use the address bar for search and navigation

In Edit > Settings > Search > Search Bar I see a radio button labeled: "Use the address bar for search and navigation" How do I turn that function completely of… (διαβάστε περισσότερα)

In Edit > Settings > Search > Search Bar I see a radio button labeled: "Use the address bar for search and navigation"

How do I turn that function completely off?

Ερώτηση από Mark Filipak 8 μήνες πριν

Απάντηση από cor-el 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Firefox Refresh -- lost tabs and windows...

Hello ! ..I need help ! I accidentally refreshed Firefox, and now I cannot re-open all the tabs and the 2 windows I had prior to the refresh -- is there a wa… (διαβάστε περισσότερα)

Hello ! ..I need help ! I accidentally refreshed Firefox, and now I cannot re-open all the tabs and the 2 windows I had prior to the refresh -- is there a way to get them back ?! I really woudl hate to have lost them all... Cheers

Ερώτηση από njaimo 8 μήνες πριν

Απάντηση από njaimo 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

YouTube not streaming after last update. Fixed

I tried every solution posted and then I uninstalled and then wiped Firefox. Nothing helped. It seemed the picture would not sync or just freeze with the sound still play… (διαβάστε περισσότερα)

I tried every solution posted and then I uninstalled and then wiped Firefox. Nothing helped. It seemed the picture would not sync or just freeze with the sound still playing. I came across an old post to change media.mediasource.enabled. Mine was already set on true. When I changed it to false it solved the problem.

Ερώτηση από robinbrownlondon 8 μήνες πριν

Απάντηση από zeroknight 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Password woes

Dear help team, First of all, thank you for your efforts to help this community. I've been using Firefox for about a decade and this is my first question, I believe. I… (διαβάστε περισσότερα)

Dear help team,

First of all, thank you for your efforts to help this community. I've been using Firefox for about a decade and this is my first question, I believe.

I recently got a new Macbook. I've installed Firefox to it (my primary browser) and want to sync Firefox to it. I have Firefox on my iMac and my iPhone. However, my password is from 2014 and I can't seem to remember it no matter how many times I try. If I choose a new password, it gives me a warning that I will lose my account information, including my bookmarks, add-ons, history, etc. I really don't want to lose that info! I have spent a long time personalizing my Firefox.

Pleeeease tell me there's some other way to sync Firefox to my new laptop (when I can't remember my super old password).

Thanks in advance for your help! Best, Jason

Ερώτηση από JasonRosenberg 8 μήνες πριν

Απάντηση από cor-el 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Videos won't play anymore

Hi, I'm having this problem of videos not playing in some websites for a long time now, not even sure how long anymore. It started on Twitter, where I get the error messa… (διαβάστε περισσότερα)

Hi, I'm having this problem of videos not playing in some websites for a long time now, not even sure how long anymore. It started on Twitter, where I get the error message "The media could not be played". Some time after I got it on Instagram where I get the message "Sorry, we're having trouble with playing this video. Learn More". More recently I subscribed to the Nebula service and got a message there as well "The media could not be loaded". Differently from other people I don't have this problem on Youtube, over there everything has always been fine. I have tried every workaround on this, I have seen many tutorial videos and articles and tried everything and nothing worked. Running on Windows 10

Some things I have tried: -cleared cookies and cache; -disabled all add-ons, removed them even; -checked if firefox was updated; -checked if graphics card drives were updated; -opened websites on incognito mode, nothing changed there; -started Firefox in troubleshoot mode, nothing changed there; -disabled graphics hardware acceleration in Firefox; -enabled autoplay; -reset firefox; -changed my pc actually, installed firefox, got the error and reset firefox again;

Could anyone help me with this? Is this normal?

Ερώτηση από Lali 8 μήνες πριν

Απάντηση από zeroknight 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Firefox search with Google

Using Firefox 117.0 (64 bit) with Windows 10 Pro 22H2, I have www.google.co.uk set as the home page. Whenever I use the homepage search box to enter a search term, Firef… (διαβάστε περισσότερα)

Using Firefox 117.0 (64 bit) with Windows 10 Pro 22H2, I have www.google.co.uk set as the home page. Whenever I use the homepage search box to enter a search term, Firefox stalls for about 10 seconds before showing the search results. Selecting any search results opens the relevant page straightaway. Subsequent new searches using either the search box at the top of the results page or the home page again also has the 10 second delay. Using the search box in the Menu Bar does not have this delay - the results are shown straightaway. This has been happening for the past two weeks or so and using the previous version of Firefox. I've been using Firefox for many years and have never had this problem. Chrome works fine. I've tried all the "solutions" found on the internet, refreshed Firefow, tried a new profile, troubleshoot mode, etc, without any change. Also, within the past 24 hours, I can no longer open www.screwfix.com - with www.screwfix.com in the address bar, I get a completely white page without any error message. Screwfix opens fine with Chrome on this machine and with Firefox on Android tablet and phone. Please can you help with this. I'm in the UK. Thanks

Ερώτηση από stusal 8 μήνες πριν

Απάντηση από stusal 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Unable to update my theme with Firefox Colors add-on

Greetings, I created a theme for myself via the Firefox Colors add-on, downloaded and uploaded the .xpi file to the Firefox add-on store and got it working great. Howeve… (διαβάστε περισσότερα)

Greetings,

I created a theme for myself via the Firefox Colors add-on, downloaded and uploaded the .xpi file to the Firefox add-on store and got it working great. However, I made one color tweak and when I went to upload the new .xpi file from Firefox Colors and when I go to manage my add-ons to update a new version, after uploading the updated theme, I get the following error:

"Version 1.0 already exists."

Not sure where I can go from here, but appreciate any help to get me able to update my theme.

If needed, here is my theme just in case: https://addons.mozilla.org/en-US/firefox/addon/gnome-adwaita-gtk4-dark/?utm_content=addons-manager-reviews-link&utm_medium=firefox-browser&utm_source=firefox-browser

Ερώτηση από Scotty 8 μήνες πριν

Απάντηση από TyDraniu 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Firefox Translations by Mozilla Firefox

Hi I used to often use the Firefox Translations (by Mozilla Firefox) add-on to translate web pages in the browser. It was the one in the screen shot below. It was brill… (διαβάστε περισσότερα)

Hi I used to often use the Firefox Translations (by Mozilla Firefox) add-on to translate web pages in the browser. It was the one in the screen shot below. It was brilliant and a couple of days ago it disappeared off my screen. When I opened a French webpage there was no button at the top to translate and all I get now is the option to copy and paste 1000 characters into a box! I cannot find the original one - unless this has replaced it? In which case, not happy! The other was much better. Can anyone help me get the original again or recommend something similar? Thanks

Ερώτηση από shanbramley 8 μήνες πριν

Απάντηση από shanbramley 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

firefox enable HTML5 Storage (Local and Session) private window - I need this for AZURE Portal

version 117.0 about to update. I am a SQL Server specialist, and know virtually nothing about web servers, browsers etc. I need to access the AZURE Portal in a private wi… (διαβάστε περισσότερα)

version 117.0 about to update. I am a SQL Server specialist, and know virtually nothing about web servers, browsers etc. I need to access the AZURE Portal in a private window to give access to a legacy login. I am now getting the firefox enable HTML5 Storage (Local and Session) in a private window before I can continue. I can get in fine in chrome without doing anything at all. What do I need to do in words of one syllable, such as go to the 3 bars, find this option, change this to that etc. Apologies, but any developer technical words about the web, or browsers will make my eyes to glaze over! It was all working up to about 1 week ago - new version with new options? Thanks, Clive

Ερώτηση από f1baron 8 μήνες πριν

Απάντηση από f1baron 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Cannot upload files or add attachments in Firefox

This is the same problem listed below. Recently upgraded to Ubuntu 22.04.3 LTS and Firefox 117.0 a few weeks ago and can't get the files to attach. In fact it won't open … (διαβάστε περισσότερα)

This is the same problem listed below. Recently upgraded to Ubuntu 22.04.3 LTS and Firefox 117.0 a few weeks ago and can't get the files to attach. In fact it won't open the file system. Tried removing all extensions as suggested and rebooting, but nothing changed.

Ερώτηση από apolglaze 8 μήνες πριν

Απάντηση από zeroknight 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

all notifications are disabled in Firefox/MacOS after recent update

Hi all. I've been using Firefox for years on my Mac. It's my browser of choice. A couple of days ago, my Mac installed an OS update (v13.5.2). After the reboot, I opened… (διαβάστε περισσότερα)

Hi all. I've been using Firefox for years on my Mac. It's my browser of choice.

A couple of days ago, my Mac installed an OS update (v13.5.2). After the reboot, I opened Firefox and discovered that it, too, had installed an update (v117.0). But when I got into Gmail and tried to turn on desktop notifications, it said this:

Note: Notifications have been disabled in this browser.

And it's right--no other sites are sending me their usual notifications, either.

My problem is, I can't figure out why notifications are disabled in Firefox suddenly. I didn't disable them. I've tried clicking the lock on gmail's site and setting its permissions to allow notifications, but they aren't coming. I've checked my Mac's preferences, and Firefox has notifications enabled there, as usual. Gmail works fine on Chrome--notifications are working. I've tried reinstalling Firefox--no change. I've tried running Firefox in troubleshooting mode--no joy. Other sites aren't even asking for permission to send notifications. Like Gmail, they appear to believe notifications are disabled in the browser.

I've searched the web for solutions, but I can't find one that tells me where the enable/disable switch is. Can some kind soul please help me out here?

Thank you SO MUCH in advance!!

Ερώτηση από ptsa4soldiers 8 μήνες πριν

Απάντηση από zeroknight 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Google dot com (that URL ONLY) is SLOOOOOOOW on Firefox

This has been asked here before but I've tried EVERYTHING that was offered that time, none worked. I've used Firefox since the start, and before, I used Netscape in the… (διαβάστε περισσότερα)

This has been asked here before but I've tried EVERYTHING that was offered that time, none worked.

I've used Firefox since the start, and before, I used Netscape in the 90s. I'm ready to move to another browser forever if I can't fix this. Can anyone help please?

Only thing that worked was dumb workaround of changing my Home URL from https://www.google.com (which takes about 60 seconds to do a search) to https://www.google.com/search?q=BipTunia

The second works. (Was the last search I'd done, it worked, so I used it. Works fast if I delete the word it puts in the search field, do my new search and hit Enter)


I'm on Win 10, latest version (117). Fast computer, no viruses. All other programs closed.

Search on main Google URL works fine with same Google account on other browsers, not Firefox.

I HAVE TRIED ALL OF THESE (WITH NO JOY), plus rebooting Firefox every times;

--Cleared all cache, data and cookies. --Reset Firefox --Tried Firefox in Safe Mode --Signed in with different Google account. --Signed out of Google account. --Reinstalled Firefox --Tried with and without Hardware Acceleration on --Changed default Firefox Theme

Ερώτηση από feendean 8 μήνες πριν

Απάντηση από feendean 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Problem with showing PDF from local disk

I have a problem with PDF showing. If I take PDF generated by the lilypond and I open it from link like https://gitlab.com/lilypond/lilypond/uploads/f51162c65d5194db6dd3… (διαβάστε περισσότερα)

I have a problem with PDF showing.

If I take PDF generated by the lilypond and I open it from link like https://gitlab.com/lilypond/lilypond/uploads/f51162c65d5194db6dd3b4fb86fa4e42/bug.pdf, PDF looks well. If I open same PDF from disk by using link like file:///tmp/bug.pdf , PDF looks different (wrong). Some ledger lines missing.

I am running firefox 117.0 (64 bit) for Arch linux.

Ερώτηση από mr.ms 8 μήνες πριν

Απάντηση από zeroknight 8 μήνες πριν