Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

What is Firefox chrome_debugger_profile folder

I have several profiles. They all have the same Chrome folder contents, but only some of them have the "chrome_debugger_profile" folder. I'm guessing I must have genera… (funda kabanzi)

I have several profiles. They all have the same Chrome folder contents, but only some of them have the "chrome_debugger_profile" folder.

I'm guessing I must have generated it along the way while tweaking the Chrome folder contents?

Asked by noel_envode 7 izinyanga ezidlule

Answered by zeroknight 7 izinyanga ezidlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Can the Firefox profile manager be used with portableapps

I hope this applies here. I tried using the "-p" command fro Librewolf. Wiped out my sessions and settings. Is there a way to do this in Firefox and or Librewolf? … (funda kabanzi)

I hope this applies here. I tried using the "-p" command fro Librewolf. Wiped out my sessions and settings.

Is there a way to do this in Firefox and or Librewolf?

Asked by noel_envode 8 izinyanga ezidlule

Last reply by Paul 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

[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… (funda kabanzi)

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(); }

```

Asked by jonschz 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Manage exceptions list is empty, and Allow button does not add a site

On a late model Dell laptop, there are no domains listed under Exceptions-Cookies and Site Data. When I key in a domain (whether using www., http, https, or just the doma… (funda kabanzi)

On a late model Dell laptop, there are no domains listed under Exceptions-Cookies and Site Data. When I key in a domain (whether using www., http, https, or just the domain name by itself.) and click on Allow, that website is not added. It's the same as if browser security is stuck on Remove All Websites. With the same Privacy and Security settings on my desktop, I do not have this problem, so it appears not to be a matter of altering particular settings. Short of removing and reloading Firefox on the laptop, which might work but not teach anybody anything, are there suggestions?

Asked by Quenchoo 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox webpages freeze for 5-10 seconds sometimes when going back a page or clicking a link

For a few weeks now, Firefox has been often freezing a webpage for 5-10 seconds during browsing. It mostly happens when going back to the previous page, but also when cli… (funda kabanzi)

For a few weeks now, Firefox has been often freezing a webpage for 5-10 seconds during browsing. It mostly happens when going back to the previous page, but also when clicking a link or doing a google search. For those 10 seconds, you can't do anything on the page; no clicking other links or selecting text.

I've already tried: - troubleshoot mode; it still happens when all extensions are turned off - turning on/off hardware acceleration - creating new places databes - updating to the newest version

What can i do to fix this?

Asked by jules50_5 8 izinyanga ezidlule

Answered by zeroknight 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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

Asked by f1baron 8 izinyanga ezidlule

Answered by f1baron 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

"Manage Cookies and Site Data" lists site using no storage??

I am using an extension that automatically deletes cookies on Firefox startup. But when I start firefox, I am getting sites listed showing they have one or more cookies … (funda kabanzi)

I am using an extension that automatically deletes cookies on Firefox startup. But when I start firefox, I am getting sites listed showing they have one or more cookies but are using no storage. Another Firefox extension indicates there are no cookies from the sites that "Manage Cookies and Site Data" says do have cookies.

Is this a bug in Firefox, a bug in the extension, or a misunderstanding on my part?

Asked by azalea4va 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Notifications has no Settings button

I'm getting daily warning notifications from Mcafee about some virus. Don't even have Mcafee. When I go to Settings -> Privacy & Security -> Notifications, th… (funda kabanzi)

I'm getting daily warning notifications from Mcafee about some virus. Don't even have Mcafee. When I go to Settings -> Privacy & Security -> Notifications, there is no Settings button to modify push notifications.

Asked by RWT 8 izinyanga ezidlule

Answered by zeroknight 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How can I undo "Hide Tab bar if there is only one tab"?

I used the support article [Hide Tab bar if there is only one tab] to hide the tab bar when there is only one tab. I now regret it and want to go back. I tried browser.ta… (funda kabanzi)

I used the support article [Hide Tab bar if there is only one tab] to hide the tab bar when there is only one tab. I now regret it and want to go back. I tried browser.tabs.tabmanager.enabled = true but that didn't work. And unfortunately I don't understand the "chosen" solution, so I can't reverse it. The regret is because it's hard to drag a single tab and drop it in another browser window.

Asked by acypher 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Videos washed out in FireFox

For some reason every type of embedded video, youtube, webms, etc, all show up washed out in white. This only happens in FF and I have tried a few ways to fix, but no luc… (funda kabanzi)

For some reason every type of embedded video, youtube, webms, etc, all show up washed out in white. This only happens in FF and I have tried a few ways to fix, but no luck. Any ideas?


Thanks.

Asked by LazHimself 9 izinyanga ezidlule

Answered by jonzn4SUSE 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Cosmolex.com goes to WP Engine and does not allow me to open the website.

The site you were looking for couldn't be found. This domain is successfully pointed at WP Engine, but is not configured for an account on our platform. If you just… (funda kabanzi)

The site you were looking for couldn't be found. This domain is successfully pointed at WP Engine, but is not configured for an account on our platform. If you just signed up, we're still likely creating your account. Did you add this domain to your install? Did you point DNS to the correct IP address or CNAME? If you've completed the steps above, or need more help, please contact us and we can help get your site up and running in no time.

Asked by dwysni 8 izinyanga ezidlule

Answered by dwysni 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Double scrolling since v117.0

Since v117 update I noticed pages scroll way more. With one scroll they do double the amount of lines then previously. I thought I was seeing things, so I reinstalled Fir… (funda kabanzi)

Since v117 update I noticed pages scroll way more. With one scroll they do double the amount of lines then previously. I thought I was seeing things, so I reinstalled Firefox v116.0 to make sure and confirmed it was scrolling less with the previous version. I found a setting "mousewheel.system_scroll_override.enabled" set to 'true' by default. Switching to 'false' fixes the scroll amount, but when I was back on v116.0 I checked that setting there and it was also set to 'true' by default, yet no double scrolling. So I have no idea what could cause this issue. Maybe something was 'fixed' with this setting and now it's applied correctly? Or should nothing change with scroll amount when updating from 116 to 117?

Asked by guniu 8 izinyanga ezidlule

Answered by zeroknight 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

media scaling incorrectly, even local images opened in a tab

All images, webm, gif etc. are loading, seemingly, exactly 20% upscaled compared to the real resolution of the media. I'm using a 4k TV (S95B), but I have desktop scaling… (funda kabanzi)

All images, webm, gif etc. are loading, seemingly, exactly 20% upscaled compared to the real resolution of the media. I'm using a 4k TV (S95B), but I have desktop scaling at 100%, and browser scaling at 100%. I don't believe it's a GPU or OS system wide type setting because windows photo viewer gets pictures right. I'm using ShareX to measure the pixels of pictures. I can even load a local picture in a tab, and it will be upscaled beyond its native resolution. I have no idea why. I've tried a bunch of things, like setting layout.css.devPixelsPerPx to 1.0, which did nothing. I've reset Firefox to no avail, and I have noticed that Chrome is doing the same thing, which would usually indicate it could be the OS or GPU driver, but again, other apps load images perfectly normally. Do apps have categories on Windows now, where something like a "browser" can be told to treat media files differently than other media handling categories? I'm really lost at this point, nothing seems to work.

Asked by Farfie 8 izinyanga ezidlule

Answered by Farfie 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Just did a factory reset on my computer and can't access my old firefox account.

Seems like when I tried logging in to my old account with a password reset, I somehow created a second account with the same email. All my bookmarks and extension set up… (funda kabanzi)

Seems like when I tried logging in to my old account with a password reset, I somehow created a second account with the same email.

All my bookmarks and extension set ups seem to be gone.

Never had this issue, and have been using the same firefox account for like 5 years.

Asked by Froggy_D 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Youtube too wide for screen

This problem started yesterday and I cant seem to fix it where youtube is too wide for my screen without any indicator on the top of my screen saying that its zoomed in … (funda kabanzi)

This problem started yesterday and I cant seem to fix it where youtube is too wide for my screen without any indicator on the top of my screen saying that its zoomed in and I cant watch any videos fullscreen. This glitch isn't a problem on any other websites. I tried opening and closing the browser, I tried restarting my computer tried clearing my cache and cookies and I tried using different accounts but none of them seem to fix the problem!

Photo 1: What it looks like right now Photo 2: What it should look like (had to use private tab) Photo 3: What search looks like Photo 4: What search should look like Photo 5: I cant see any videos fullscreen

Asked by Fallbear 8 izinyanga ezidlule

Answered by Fallbear 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Google search freezes when I press the 'enter' key

My Firefox keep "freezing" when I press enter in Google Search. Firefox doesn't freeze since I can still scroll up and down, and I can still access my other tabs. I tried… (funda kabanzi)

My Firefox keep "freezing" when I press enter in Google Search. Firefox doesn't freeze since I can still scroll up and down, and I can still access my other tabs. I tried the other solutions suggest on reddit or firefox fourms, but nothing works.

I reinstalled, reset the profiles, deleted all extensions and nothing works.

Asked by Pantomime 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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

Asked by feendean 8 izinyanga ezidlule

Answered by feendean 8 izinyanga ezidlule