Showing questions tagged: اعرض كل الأسئلة
  • حُلّت
  • المُؤرشفة

Edit URL while adding new bookmark?

Hello, is there a way to edit the URL of a bookmark while you're adding it? The editor currently only allows you to change name, location, and tags. I've asked this same… (read more)

Hello, is there a way to edit the URL of a bookmark while you're adding it? The editor currently only allows you to change name, location, and tags.

I've asked this same question a few years back: https://support.mozilla.org/gu-IN/questions/1300440

Someone provided me with a userChrome.css file to fix this, and it appears that it doesn't work anymore. Does anybody have an updated solution for this?

Asked by Hyde 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox using FIDO2 Security Keys

Firefox seems to have a problem on Linux using USB Security Keys. I have two Yubico Security Keys which I use for 2FA. The problem seems to be that Firefox cannot communi… (read more)

Firefox seems to have a problem on Linux using USB Security Keys. I have two Yubico Security Keys which I use for 2FA. The problem seems to be that Firefox cannot communicate with the USB port, as it doesn't make any difference whether the USB Security Key is plugged in or not, the error returned is always the same and the Security Key does not light up.

I believe Firefox's WebAuth code must be fine, as it works on Windows, which is why I think it's some kind of permissions problem. Chrome works perfectly with the Security Keys on my computer.

I've used a number of sites (I've listed a couple below) where you can test your Security Key with Firefox on KDE Neon and the error is always "UnknownError: The operation failed for an unknown transient reason":

https://www.token2.com/tools/fido2-test/ https://demo.yubico.com/webauthn-technical/registration

I cannot log into Bugzilla with GitHub as my GitHub login uses a Security Key as the second factor.

Asked by dave353 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

After v.111 & v.112 Youtube search button not working

Hello. After v.111 & v.112 Youtube search button/icon is not working, it doesn't do anything. I have to write what i want to find and hit enter. Strangely in Privat… (read more)

Hello.

After v.111 & v.112 Youtube search button/icon is not working, it doesn't do anything. I have to write what i want to find and hit enter.

Strangely in Private Browsing the search/find button/icon is working perfectly, giving results.

Hope to fix it soon.

Asked by gianak2011 1 year ago

Answered by jonzn4SUSE 1 year ago

  • حُلّت
  • المُؤرشفة

SSL ERROR ACCESS DENIED ALERT

I cannot access my Bank Account, the authenticity of the received data could not be verified. I have contacted the Bank, and they are supposed to come back to me. Compu… (read more)

I cannot access my Bank Account, the authenticity of the received data could not be verified.

I have contacted the Bank, and they are supposed to come back to me. Computer has been restarted and debugged and I have reset the router. The certificate is from COMODA RSA! VALID 13.01.23 - 02.02.24.

It has been suggested when I looked on one Site that I nofify yourselves of this matter.

Thanking you in anticipation! (I have to admit I am not cech savvy!) Janice

Asked by white.janice51 1 year ago

Answered by white.janice51 1 year ago

  • حُلّت
  • المُؤرشفة

Some wordpress plugin doesn't work anymore with Firefox

Hello, since 2 weeks I have some plugin who are not displaying in my wordpress dashboard and they are working normally on Chrome. This morning I got this message: An erro… (read more)

Hello, since 2 weeks I have some plugin who are not displaying in my wordpress dashboard and they are working normally on Chrome. This morning I got this message: An error occurred while connecting to WordPress REST API. It seems blocked by one of your plugins or your theme. Thanks for your help

Asked by love-shutterbug 1 year ago

Answered by love-shutterbug 1 year ago

  • حُلّت
  • المُؤرشفة

Unable to reduce address bar height for 113.

I am trying to make the address bar thinner (reduce the height), but after trying all the recommendations on the Internet, I did not succeed. I did this through the userC… (read more)

I am trying to make the address bar thinner (reduce the height), but after trying all the recommendations on the Internet, I did not succeed. I did this through the userChrome.css file and by minimizing the icons. Please help.

Asked by booya 1 year ago

Answered by cor-el 11 months ago

  • حُلّت
  • المُؤرشفة

Overflow Menu Is Broken

I'm using Firefox 112 on Windows 10. The toolbar contains icons for several extensions that I don't want to see. I click on the >> menu and then Customize Toolbar. … (read more)

I'm using Firefox 112 on Windows 10. The toolbar contains icons for several extensions that I don't want to see. I click on the >> menu and then Customize Toolbar. That opens the Overflow Menu. It says, "Drag and drop items here to keep them within reach but out of your toolbar." I try to drag one of those extension icons onto the Overflow Menu. It won't go. The dragged icon picks up a circle with a line through it, indicating that this is not allowed or not working.

How can I use the Overflow Menu as advertised, to remove unwanted extension icons from the toolbar? Or is there a good workaround?

Asked by raywood 1 year ago

Answered by TyDraniu 1 year ago

  • حُلّت
  • المُؤرشفة

Import passwords from CSV or Microsoft Edge (Linux)

I'm trying to move to Firefox from Microsoft Edge on Linux. When I go to import data from another browser Edge is not an option. I have a CSV file that I exported from … (read more)

I'm trying to move to Firefox from Microsoft Edge on Linux. When I go to import data from another browser Edge is not an option. I have a CSV file that I exported from Edge. How can I import this CSV file? I found something on reddit that said to change security.allow_eval_in_parent_process to true, but that no longer works. How can I get my passwords imported without having to install another browser and import to that and then import to firefox?

Asked by zeos386sx 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

How to Hide the Mute Tab Button?

I've tried following both methods for dissabling the mute button on tabs, it's a slight annoyance, since it's easy to accidentally mute a tab when it's pinned. Specifica… (read more)

I've tried following both methods for dissabling the mute button on tabs, it's a slight annoyance, since it's easy to accidentally mute a tab when it's pinned.

Specifically, the first method I've tried changing the setting in about:config called "browser.tabs.showAudioPlayingIcon" from true to false, which was from 7 years ago it seems, which had no effect.

The second method was by making a new rule in a "userChrome.css" file in a new folder called "chrome" with that exact naming, case sensitive. The code in that file is as follows:

/* Hide the mute/unmute button */
.tab-icon-overlay:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) {
    display: none !important;
}
/* Keep site icon visible on hover */
.tabbrowser-tab:hover .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) > :not(.tab-icon-overlay), 
     /* for site icon with Compact density */
:root[uidensity="compact"] .tab-icon-stack:not([pinned], [sharing], [crashed]):is([soundplaying], [muted]) > :not(.tab-icon-overlay) {
    opacity: 1 !important; /* overrides full transparency with full opacity */
}

If there's an updated version of the code that's meant to have that effect in modern firefox, then please let me know, or if there's some other new way of removing the mute button on tabs. Thanks.

Asked by Tclarke02 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • حُلّت
  • المُؤرشفة

Google's websites works badly with Hardware Acceleration On (Google, Youtube, Gmail, Google Maps, ...)

Hi everyone, I am currently using Firefox "112.0.1 (64-bit)" on Windows 10 "10.0.19045 Build 19045]" I have problems using almost all Google websites: most of the times … (read more)

Hi everyone, I am currently using Firefox "112.0.1 (64-bit)" on Windows 10 "10.0.19045 Build 19045]"

I have problems using almost all Google websites: most of the times they do not load at first attempt, and when they do they do not works properly. As example: Youtube does not load (or the cached version says that there is no internet connection), then after a few attempts it loads but all thumbnails on the home are gray.

On another browser (Edge) all websites works normally.

Using private window has the same problem, I have no extension and no plugin other than OpenH264 Video Codec provided by Cisco Systems, Inc. and Widevine Content Decryption Module provided by Google Inc.. I tried emptying cache and also reinstalling Firefox.

The only fix I found on the web is to disable hardware acceleration from settings. If I disable it and restart the browser, then all websites works normally. Actually I can't see this as fix but as a workaround, since I am using a notebook and I'd like to use my GPU for video decoding and save energy.

Maybe I am missing something? Is there something I can do? Thanks.

Asked by Lorenzo 1 year ago

Answered by Lorenzo 1 year ago

  • حُلّت
  • المُؤرشفة

No Add-On Icons Showing in Windows 11

I just hooked up a new Windows 11 computer and installed Firefox, which has been my default browser for many years. I was irritated to discover after I synced with anothe… (read more)

I just hooked up a new Windows 11 computer and installed Firefox, which has been my default browser for many years. I was irritated to discover after I synced with another computer that almost all the icons for my add-ons have disappeared with no apparent way to get them back. I NEED some of those icons and it makes absolutely no sense to have them gone. Before anyone suggests it I have checked where you customize the toolbar and none of them are there. I refreshed Firefox just in case it helped and of course it didn't. Checking online only results in finding other people with the same problem with no helpful answer. It's almost like Firefox is begging people to leave and go to another browser, which I probably would since I'm so irritated at this issue, but I'm not happy with any other browser. Firefox is the only one I've remotely been happy with, but the way it is right now I'll be pretty much unable to use Firefox on my new computer. At least I still have my icons on my Windows 10 laptop until I'm forced to upgrade to 11 but my new desktop just might end up Firefoxless unless I get a helpful answer.

Asked by mstqbfan 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

Two classes at teachable.com, both using email to log in, but Firefox says NO to storing the two different pws

I'm enrolled in multiple classes at teachable.com and they both use my email, however, the classes are VERY different and I need two separate passwords. Firefox said NO. … (read more)

I'm enrolled in multiple classes at teachable.com and they both use my email, however, the classes are VERY different and I need two separate passwords. Firefox said NO. Is there a way to have two passwords using the same email address? I did try to log in when I signed up for the second course and it did not recognize my email address. The sign in process for the first site is slightly different and goes through the instructor's site, and then through teachable.com. My password for the first class is stored on Firefox under teachable...and I've emailed myself the password to the second class until I can resolve this. I thought there would be a comment field or something to differentiate the two courses. Please help. Many thanks!

Asked by smclewis 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

In macOS how to make the Find bar both copy and search the selection

I'm using macOS (Apple MacBook) where I'm running the latest stable version of Firefox: 112.0. Based on https://support.mozilla.org/bm/questions/1344663 I have already e… (read more)

I'm using macOS (Apple MacBook) where I'm running the latest stable version of Firefox: 112.0.

Based on https://support.mozilla.org/bm/questions/1344663 I have already enabled the preference accessibility.typeaheadfind.prefillwithselection = true

But this only copies the selected text to the Find bar when I press Cmd-F. It doesn't automatically search the text. I then have to press the Return key or press Cmd-G to make it search and find the nearest match (and also update the number of matches, and update the highlighted results if Highlight All is enabled).

How can I skip the extra step and make it also search the selected text which it has copied and pre-filled in the Find bar? Is there another preference to control that? Or should I open a bug report in Bugzilla?

Here are my current settings with the keyword 'find':

   accessibility.typeaheadfind	false	
   accessibility.typeaheadfind.autostart	true	
   accessibility.typeaheadfind.casesensitive	0	
   accessibility.typeaheadfind.enablesound	true	
   accessibility.typeaheadfind.flashBar	0	
   accessibility.typeaheadfind.linksonly	false	
   accessibility.typeaheadfind.manual	true	
   accessibility.typeaheadfind.matchesCountLimit	1000	
   accessibility.typeaheadfind.prefillwithselection	true	
   accessibility.typeaheadfind.soundURL	beep	
   accessibility.typeaheadfind.startlinksonly	false	
   accessibility.typeaheadfind.timeout	5000
   browser.find.ignore_ruby_annotations	true	
   findbar.entireword	false	
   findbar.highlightAll	true	
   findbar.iteratorTimeout	100	
   findbar.matchdiacritics	0	
   findbar.modalHighlight	false	
   services.sync.prefs.sync.accessibility.typeaheadfind	true	
   services.sync.prefs.sync.accessibility.typeaheadfind.linksonly	true

Asked by ADTC 1 year ago

Answered by ADTC 1 year ago

  • حُلّت
  • المُؤرشفة

URL works with Chrome but not Firefox

Up until today this link below in Firefox provided me access to my newspaper: https://ashevillecitizentimes-nc.newsmemory.com/ Today it gives a black screen. The link wor… (read more)

Up until today this link below in Firefox provided me access to my newspaper: https://ashevillecitizentimes-nc.newsmemory.com/ Today it gives a black screen. The link works with Chrome. The lock icon gives the following information on the Firefox page. X ■si. Page Info — https://ashevillecitizentimes-nc.newsmemory.com/ — □ m E [p] [Til §i General Media Permissions Security Website Identity Website: ashevillecitizentimes-nc.newsmemory.com Owner: This website does not supply ownership information. Verified by: Sectigo Limited View Certificate Privacy & History Have I visited this website prior to today? Is this website storing information on my computer? Yes, 2,251 times Yes, cookies and 19.2 KB of site data Clear Cookies and Site Data Have I saved any passwords for this website? No View Saved Passwords Technical Details Connection Encrypted (TLS_AES_256_GCM_SHA384, 256 bit keys, TLS 1.3) The page you are viewing was encrypted before being transmitted over the Internet. Encryption makes it difficult for unauthorized people to view information traveling between computers. It is therefore unlikely that anyone read this page as it traveled across the network.

Asked by bill68 1 year ago

Answered by bill68 1 year ago

  • حُلّت
  • المُؤرشفة

Unable to install unsigned extension despite following suggestions

Hello everyone, I wrote an add-on for my own personal use. I don't intend to publish it. So naturally, it isn't verified, but I trust it. I am able to install the add-on … (read more)

Hello everyone, I wrote an add-on for my own personal use. I don't intend to publish it. So naturally, it isn't verified, but I trust it. I am able to install the add-on as a temporary add-on under about:debugging, and it works as intended. The manifest file contains "browser_specific_settings": {

       "gecko": {
           "id": "example@example.com"
       }

} I would now like to install the add-on permanently. So I packaged it as a zip file. The zip file contains the files directly without a parent folder. Under about:config I set xpinstall.signatures.required, xpinstall.whitelist.required and extensions.langpacks.signatures.required to false. Then I went to about:addons clicked on install add-on from file and selected the zip file. I got the error message: "This addon could not be installed because it has not been verified". I am using Firefox for archlinux, version 112.0.

What am I missing? How can I install this addon?

I apprechiate your answers.

Asked by milan-matthes 1 year ago

Answered by cor-el 1 year ago

  • حُلّت
  • المُؤرشفة

K9 Web Protection Vestige

I recently needed ti reload a Windows 7 backup and then re-upgrade to Windows 10. Now, whenever I open a new FireFox window I get a banner warning from K9 that says "You … (read more)

I recently needed ti reload a Windows 7 backup and then re-upgrade to Windows 10. Now, whenever I open a new FireFox window I get a banner warning from K9 that says "You must log in to this network before you can access the internet." It shows a button "Open network login page." which attempts to go to the K9 page which is long since out of business. I uninstalled the software and re-booted, but still the message appears every time a new FireFox window opens. Before I go the dangerous "regedit" route, is there any way to easily remove this annoying thing?

Asked by rlm1947 1 year ago

Answered by rlm1947 1 year ago

  • حُلّت
  • المُؤرشفة

When I click on 'more' dots to save an article to Pocket 'save to pocket' is not a choice + Pinterest

I have a premium Pocket account. I have pocket set to display suggested articles on the Firefox 'home page'. Out of the blue several weeks ago I clicked on 'more' to sav… (read more)

I have a premium Pocket account. I have pocket set to display suggested articles on the Firefox 'home page'. Out of the blue several weeks ago I clicked on 'more' to save an article to pocket and the pocket choices did not include 'save to pocket.' The choices given are: bookmark, open in a new window, open in a new private window, dismiss. Also when I move the cursor to 'more' a pinterest 'save' appears beside 'more'. I used to have the pinterest 'save' extension but I deleted it.

How do I get rid of the pinterest save and how can I get the correct 'more' choices, i.e. save to pocket back?

I've done everything I know to do and nothing has worked. At present I am right clicking on the articles I would have saved to pocket (each article to a new tab) and then I use the One Tab extension to save them in a group. I have attached a screenshot.

Thank you in advance for any help you can give me.

Asked by becky.pottsbaker 1 year ago

Answered by Bobby 1 year ago

  • حُلّت
  • المُؤرشفة

Firefox will launch maximized, then immediately size down to a specific size every time

I've got this weird behavior happening where if my window is closed from maximize, which saves the browser's size, and I open it, it will first open in maximize then size… (read more)

I've got this weird behavior happening where if my window is closed from maximize, which saves the browser's size, and I open it, it will first open in maximize then size down to the same size.

In other words, Firefox will always open the window to a specific size regardless of what it was when I closed it. This is extremely annoying.

Is this part of resisting fingerprinting? This is some unusual behavior that I haven't seen Firefox do before ever.

I can provide a little video if my explanation wasn't clear.

Asked by mackerelsalmon 1 year ago

Answered by Terry 1 year ago

  • حُلّت
  • المُؤرشفة

Fedora 38 FF 112.0.1

Malwarebytes & Privacy Badger appear not to be working, though shown as 'enabled' in 'Extensions'. No blocked content is indicated. Adverts appear on lse.co.uk which … (read more)

Malwarebytes & Privacy Badger appear not to be working, though shown as 'enabled' in 'Extensions'. No blocked content is indicated. Adverts appear on lse.co.uk which can cause all four CPU's on Intel i5 to hit hi 90%. This problem appears to have started in this release.

Have disabled Privacy Badger and installed Adblocker Ultimate. This seems to have cleared the problem and Malwarebytes Browser Guard is now reporting results. Can't see how to mark problem as fixed??

A further observation which may be related to this problem. Response time seems very sluggish on FF 112.0.1

I have re-enabled both Privacy Badger & MalwareBytes and disabled Adblocker Ultimate. Both appear to be functioning now.

I have noticed that the WebExtensions process can consume as much and sometimes double the CPU & memory resource as that needed for the Firefox process. Is this to be expected? Do I need these extra security features, or are they built-in to the browser anyway?

Asked by scm999 1 year ago

Answered by TyDraniu 12 months ago