Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Firefox, new install, latest update, Recaptcha Failed

Long time user of Firefox and this issue of the Recaptcha Failed while never even opening the Recaptcha for selecting all the bikes, buses or whatever else it asks you to… (funda kabanzi)

Long time user of Firefox and this issue of the Recaptcha Failed while never even opening the Recaptcha for selecting all the bikes, buses or whatever else it asks you to find in order to validate. This is a new install of the latest version of Firefox, I have no problem with Recaptcha using Chrome but prefer Firefox's privacy. I pay bills, work jobs from the internet which requires recaptcha to work in the browser I am using. I have not seen a answer anywhere to fix this problem which only happens in Firefox. Image of error message attached.

Asked by Mom 33 imizuzu edlule

Printer pauses between each page.

Ever since the latest Firefox upgrade to version 135.0, my Epson 3760 printer pauses between each page when more than one page is requested to print continuously. This pa… (funda kabanzi)

Ever since the latest Firefox upgrade to version 135.0, my Epson 3760 printer pauses between each page when more than one page is requested to print continuously. This pause before each page didn't happen before the upgrade. I now have to go into my printer queue and select each item in the queue to have it resume printing - one at a time. I'm on Windows 11 with an LG laptop.

Asked by duffy4444 1 ihora elidlule

Last reply by duffy4444 59 imizuzu edlule

Hacker

Hello is in my new phone and keeps shutting you off and duck duck has control of my phone I want it back

Asked by Michael McRae 6 amahora adlule

How to relocate urlbar/address off navbar to menubar?

Firefox has for quite some time always located the urlbar/address/megabar in the navbar level. One cannot move the urlbar to another location via *customize toolbar*.....… (funda kabanzi)

Firefox has for quite some time always located the urlbar/address/megabar in the navbar level. One cannot move the urlbar to another location via *customize toolbar*.....one CAN move the *search bar* option..... Since this seems to never have been done what script is needed to be in place to move the urlbar? I've come across many other custom stylesheet scripts to alter the vertical height, width, icon, but nothing on relocating it.

I take it that the script would begin with #urlbar

thx

Asked by DOHC6 7 amahora adlule

auto-pause

I don't know how to disable auto-pause on youtube music

Asked by J. L. 23 amahora adlule

Search Settings Not Saving after closing window

Every time I close Mozilla, my settings change from "Show Search Suggestions" on to off. I have no idea why it turns off automatically. Context: I do have Betterfox inst… (funda kabanzi)

Every time I close Mozilla, my settings change from "Show Search Suggestions" on to off. I have no idea why it turns off automatically.

Context: I do have Betterfox installed which could be causing issues. If it is, what setting could I change?

Asked by lukekanter 1 usuku oludlule

DNS-Over-HTTPS

For some reason, it still does not work due to the "Not Active (TRR_PARENTAL_CONTROL)" error. What should I do?

Asked by N A 1 usuku oludlule

Prevent Mozilla privacy banner popup in kiosk mode

I'm using Firefox in a kiosk-mode application, on a Raspberry Pi based system, started from a bash script like this: # Clear history etc. to prevent problems if unit is … (funda kabanzi)

I'm using Firefox in a kiosk-mode application, on a Raspberry Pi based system, started from a bash script like this:

# Clear history etc. to prevent problems if unit is not perfectly shut down rm -v -r /home/pi/.mozilla/firefox/*.default rm -v -r /home/pi/.mozilla/firefox/*.default-esr rm -v -r /home/pi/.cache/mozilla/firefox/*.default rm -v /home/pi/.mozilla/firefox/profiles.ini

sleep 2

/usr/bin/firefox-esr --kiosk -url http://127.0.0.1


However on booting I get a banner from Mozilla along the top of the screen saying: "Firefox automatically sends some data to Mozilla so that we can improve your experience [Choose what I share]"

This is not acceptable in kiosk mode, as it would give users access to the configuration as well as being a visual annoyance. How can we disable this?

Asked by jonathan.utteridge 1 usuku oludlule

default browser

Although I have the mozilla as my default browser , it's not working as my default browser and every page opes by default with Microsoft Edge. Please help me. Thank you … (funda kabanzi)

Although I have the mozilla as my default browser , it's not working as my default browser and every page opes by default with Microsoft Edge. Please help me. Thank you

Asked by alexandra.markantoni.ext 1 usuku oludlule

Inline JavaScript to hide bookmarks sidebar upon opening new browser instance

Does anybody know which options to use on the command-line start of Firefox such that the only thing displayed is the area within which an HTML page would be presented? … (funda kabanzi)

Does anybody know which options to use on the command-line start of Firefox such that the only thing displayed is the area within which an HTML page would be presented?

I want to have it start with everything else turned off or hidden, namely

   memu bar
   page tabs bar
   address bar along all add-on buttons
   bookmarks sidebar

The "-kiosk" option is not appropriate for my needs.

-kiosk doesn't hide the sidebar (Bookmarks or not) if that sidebar was visible during last session before exit ... so ... no, "-kiosk" is not a proper implementation of a "page-only" display mode.

"-private-window" gives no benefit, display-wise, over and above what the "-new-window" option provides.

Everything I've read (even on the Mozilla support site) seems to point to creating a special profile for just that mode, and then to modify the "userChrome.css" file with custom properties to ensure the desired "off" setting for the GUI elements. That seems a rather "small-minded" view, ignoring the potential for huge market of self-contained hard-coded applications that would need only use the Firefox rendering engine, and nothing else!

One comment on Reddit indicated that the functionality was there ("-app" option working with XULrunner), but discontinued!


As a test, I did close all my browsers, leaving the bookmark sidebar visible before closing. I then entered:

firefox -kiosk -safe-mode -private-window ${URL}

I still get the bookmark-sidebar visible, with everything else "hidden" or "disabled", because visible sidebar is my default mode for normal browsing.

Is there no command-line startup switch to force that sidebar to "hide", equivalent to clicking on the "X" on the top-right corner?

OR ...

Is there any programmatic way to tell that to hide using JavaScript in the HTML page that is loaded? Everything I seem to locate refer to in-page Elements only, not Browser Elements. :frowning:

But "kiosk"(fullscreen-mode) is not the mode I want, because I want users to be able to have the simplified browser-based HTML App co-exist on the desktop with other windows, like a normal App.



    • Basic HTML test page** *(myHtmlGame.html)* **:**

``` <meta charset="UTF-8"> <title>myHtmlGame.html</title> <link href="myHtmlGame_bookmarks.css" rel="stylesheet" type="text/css"> <script src="myHtmlGame_bookmarks.js" type="text/javascript"> </script>

Box A
Box B
Box C
Box D
Box E
<script> {what to I place here } </script> ```



    • Basic Javascript file** (*myHtmlGame_bookmarks.js*) **:**

```

// REF: https://stackoverflow.com/questions/1690002/how-can-i-prevent-firefox-showing-my-extensions-sidebar-on-startup var current = this;

var quitObserver = {

  QueryInterface: function(aIID) {
     if (aIID.equals(Components.interfaces.nsIObserver) || aIID.equals(Components.interfaces.nsISupports)) {
        return this;
     }
     throw Components.results.NS_NOINTERFACE;
  },
  observe: function(aSubject,aTopic,aData ) {
     var mainWindow = current._windowMediator.getMostRecentWindow("navigator:browser");
     var sidebar  = mainWindow.document.getElementById("sidebar");
     if (sidebar.contentWindow.location.href == "chrome://daisy/content/sidebar.xul") {
        mainWindow.toggleSidebar('openDaisySidebar', false);
     }
  }

};

setTimeout(function() {

  var mainWindow = current._windowMediator.getMostRecentWindow("navigator:browser");
  var observerService = Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService);
  observerService.addObserver(quitObserver,"quit-application-granted",false);

},2000); ```


I've tried using this alternative content for the JavaScript file, but that also failed (using '*hideSidebarBookmarks()*' call in the in-line script segment):

``` function hideSidebarBookmarks() { const sidebar = document.getElementById("CustomizableUI.AREA_BOOKMARKS") ; sidebar.hide() ; } ```

I even tried replacing the word "document" with "browser" in the above, still with no success. :-(



    • Startup command :**

``` firefox -new-window ./myHtmlGame.html & ```



    • Basic CSS file** *(myHtmlGame_bookmarks.css)* **:**

``` html { font-size: 14px ; font-family: "Liberation Sans", "Aileron", "Archivo", FreeSerif, serif ; line-height: 1.2em ; }

body { display: block ; background-color: #1F1F1F ; color: #FF0000 ;

margin-top: 0 ; margin-right: 0 ; margin-bottom: 0 ; margin-left: 0 ; }

/*

************************************************************************
*/

.game-grid { display: grid ; grid-template-columns: 300px 300px 60px ; grid-template-rows: 40px 300px 150px ; }

.game-item-1 { grid-column: 1 / span 3 ; grid-row: 1 / span 1 ; border: 1px solid #8FCF8F ; background-color: #1F1F1F ; }

.game-item-2 { grid-column: 3 / span 1 ; grid-row: 2 / span 2 ; border: 1px solid #8FCF8F ; background-color: #1F1F1F ; }

.game-item-3 { grid-column: 1 / span 2 ; grid-row: 2 / span 1 ; border: 1px solid #8FCF8F ; background-color: #1F1F1F ; }

.game-item-4 { grid-column: 1 / span 1 ; grid-row: 3 / span 1 ; /* box-sizing: border-box ; */ border: 1px solid #8FCF8F ; background-color: #1F1F1F ;

padding-left: 3 em ;

display: block ; color: #FFCF4F ;

word-wrap: break-word ; /* overflow-y: scroll ; overflow-y: auto ; */ overflow-anchor: none ; scrollbar-color: grey-black ; scrollbar-width: thin ; scroll-padding-bottom: 20px ;

/* In case you need to kick off effect immediately, this plus JS */ /* height: 100.001vh ; */ }


.game-item-5 { grid-column: 2 / span 1 ; grid-row: 3 / span 1 ; border: 1px solid #8FCF8F ; background-color: #1F1F1F ; }

div { padding-top: 1 em ; padding-right: 0 ; padding-bottom: 1 em ; padding-left: 0 ; }

```

The above will display per the attached image.

Asked by EricM 1 usuku oludlule

Last reply by EricM 1 usuku oludlule

printing

printing in tvs dotmatric printer incorrect alphabet jumpover one another

Asked by Sarat Chandran 2 ezinsukwini ezidlule

browser add-on

Firefox web browser when utilizing its online advertising is attempting to install malware(addons.browse-privately.net [URL:Malvertising]). [P.S. My antivirus is up-to-… (funda kabanzi)

Firefox web browser when utilizing its online advertising is attempting to install malware(addons.browse-privately.net [URL:Malvertising]). [P.S. My antivirus is up-to-date!] My Avast Security software catches and stops it. In addition, whenever I start Firefox the session which was saved from previous use opens along with an additional instance briefly. ???

Asked by danielbagod 2 ezinsukwini ezidlule

Downloading, installing and setting Firefox as my browser

I finally got firefox downloaded and installed on my new Asus computer but was having trouble setting Firefox/mozilla as my browser. I thought it might be the Microsoft … (funda kabanzi)

I finally got firefox downloaded and installed on my new Asus computer but was having trouble setting Firefox/mozilla as my browser. I thought it might be the Microsoft security measures interfering with it but not sure now.

Asked by Charles Elston 3 ezinsukwini ezidlule