टैग किए गए सवाल दिखा रहा है: सभी प्रश्न दिखाएँ

How to disable the Enterprise Roots preference

https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference Hi. I have followed the instructions on the Mozilla site above however this does not work. T… (और पढ़ें)

https://support.mozilla.org/en-US/kb/how-disable-enterprise-roots-preference

Hi. I have followed the instructions on the Mozilla site above however this does not work. The Enterprise Roots keep reloading after a while.

Any idea how to stop this happening?

I have read many articles on this but nothing works. The E Roots will in initially not reload but eventually after a day or three its back.

Many thanks

Asked by davidk65 3 महीने पहले

Last reply by careca

Issues with playing media (e.g. videos) on sites like Netflix, Hulu, Udemy

Hi, I've been trying to solve this issue for the past several months with no avail. I tried configuring some settings via about:config with: gfx.webrender.compositor … (और पढ़ें)

Hi,

I've been trying to solve this issue for the past several months with no avail. I tried configuring some settings via about:config with:

gfx.webrender.compositor - false widget.windows.window_occlusion_tracking.enabled - false


I also unchecked both "Use hardware acceleration when available" and the "use recommended performance setting".

Essentially, I want to be able to watch movies/videos on sites like Netflix and Hulu. Right now only a black screen shows with the audio playing or the screen is frozen in one scene and the audio continues playing.

Does anyone know what else I can do to solve this problem?

Asked by starCaptin

I Created the Perfect Firefox Look, but I Can’t Use It cuz of userChrome.js

I spent a ton of time perfecting my Firefox, making it look exactly how I wanted… but there’s one huge problem. My entire setup relies on userChrome.js, and I haven’t fou… (और पढ़ें)

I spent a ton of time perfecting my Firefox, making it look exactly how I wanted… but there’s one huge problem. My entire setup relies on userChrome.js, and I haven’t found a way to make it run permanently without pain.

I’m completely out of energy trying to fix this. But maybe someone here knows a proper workaround?

No js loaders and other hacks worked, so I’m sharing the full code. Maybe you can help me figure out a way to keep it running consistently?

Here’s my code:

function fixTabOrientation() {

   let tabbrowserTabs = document.getElementById("tabbrowser-tabs");
   let arrowscrollbox = document.getElementById("tabbrowser-arrowscrollbox");
   let newTabButton = document.getElementById("tabs-newtab-button");
   let peripheryBox = document.getElementById("tabbrowser-arrowscrollbox-periphery");
   let navBar = document.getElementById("nav-bar-customization-target"); 
   let urlBar = document.getElementById("urlbar-container"); // Адресний рядок


   if (tabbrowserTabs?.getAttribute("orient") !== "horizontal") {
       tabbrowserTabs.setAttribute("orient", "horizontal");
   }
   if (arrowscrollbox?.getAttribute("orient") !== "horizontal") {
       arrowscrollbox.setAttribute("orient", "horizontal");
   }


   if (navBar && urlBar && !urlBar.nextSibling?.isSameNode(tabbrowserTabs)) {
       navBar.insertBefore(tabbrowserTabs, urlBar.nextSibling);
   }


   if (newTabButton) {
       newTabButton.style.position = "absolute";
       newTabButton.style.right = "10px"; 
       newTabButton.style.top = "50%"; 
       newTabButton.style.transform = "translateY(-50%)"; 


       if (peripheryBox && !peripheryBox.contains(newTabButton)) {
           peripheryBox.appendChild(newTabButton);
       }
       newTabButton.style.display = "block";  
       newTabButton.style.width = "32px";
       newTabButton.style.height = "32px";
   } else {
       console.log("New Tab");
   }

}

fixTabOrientation(); setInterval(fixTabOrientation, 1000);


Any work solutions would be massively appreciated—I’m honestly exhausted fighting this.

Asked by III

  • हल कर लिया गया

browser.tabs.tabminwidth is no longer respected on new tabs with videos

Good day everyone, I have been breaking my head over this for about a week. After the last update that was installed, now my tab width is smaller than the minimum width … (और पढ़ें)

Good day everyone,

I have been breaking my head over this for about a week. After the last update that was installed, now my tab width is smaller than the minimum width I have set them to. However, this only happens with active tabs from pages that have an embedded video. At first I thought this was just a thing with YouTube, but it seems it also happens with other video sites. I guess it may be related to whenever the playback button displays in the tab title and it detects there is video content.

I would like to know how to fix this behavior so that my tabs are no longer shortened beyond the minimum width setting.

Thank you in advance.

Asked by Naomi Baron 1 महीने पहले

Answered by jscher2000 - Support Volunteer 1 महीने पहले

css code for chrome files no longer works

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the… (और पढ़ें)

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 1 महीने पहले

Last reply by Terry 1 महीने पहले

I tried and failed to add Voice Search to Firefox

I tried the following to add voice search to the Firefox browser in Windows. I followed the instructions in the attached but when I open a new tab voice search is not in … (और पढ़ें)

I tried the following to add voice search to the Firefox browser in Windows. I followed the instructions in the attached but when I open a new tab voice search is not in the search bar. I returned to about:config and the two settings = true. Why did it not work as it was supposed to?

A new voice tab opened amongst my open tabs and when I select it, it's Google Voice. I then select for personal use, I then have a choice from Android. iOS and Web. I select Web. It then says Google Voice is not available yet in my country (UK).

I use voice search a lot on my Android phone and tablet and would like to use it in Firefox.

Asked by PhilG 1 महीने पहले

how to prevent firefox detecting fullscreen change?

I've got full-screen-api.ignore-widgets = true, so that I can use the f11 key effectively as a "hide-the-toolbar" button. this works nicely since I can still use my windo… (और पढ़ें)

I've got full-screen-api.ignore-widgets = true, so that I can use the f11 key effectively as a "hide-the-toolbar" button. this works nicely since I can still use my window manager's fullscreen shortcut to actually go into fullscreen.

the problem is, whenever I do that, firefox detects the change and then shows/hides the toolbar again accordingly. just wondering if there's any way to stop firefox from detecting fullscreen changes?

I naively turned off exit-on windowOpen & windowRaise, but that had no effect.

any help is appreciated.

Asked by andreiboghean00+mozilla 1 महीने पहले

  • बंद करना

css code for chrome files no longer works

duplicate of /questions/1498770 thread Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the b… (और पढ़ें)

duplicate of /questions/1498770 thread

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 1 महीने पहले

  • बंद करना

css code for chrome files no longer works

duplicate of /questions/1498770 thread Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the b… (और पढ़ें)

duplicate of /questions/1498770 thread

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 1 महीने पहले

  • बंद करना

css code for chrome files no longer works

duplicate of /questions/1498770 thread Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the b… (और पढ़ें)

duplicate of /questions/1498770 thread

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 1 महीने पहले

  • बंद करना

css code for chrome files no longer works

duplicate of /questions/1498770 thread Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the b… (और पढ़ें)

duplicate of /questions/1498770 thread

Recently (around Fx 134) css code for chrome files stopped working. The code I use is set out below. It previously changed the background colour to tan ( #dbc3a3 ), the text colour to dark blue ( #000080 ) and the font size to 17 px. The code found at the following location also no longer works for chrome files : https://gist.github.com/MrOtherGuy/c592f6443dd228022966cbe5715ad5c9

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){

 :root {
     --in-content-page-color: #000080 !important;
     --in-content-text-color: #000080 !important;
     --in-content-page-background: #dbc3a3 !important;
     --in-content-box-background: #e2cfb6 !important;
     --in-content-deemphasized-text: var(--in-content-text-color) !important;
     scrollbar-color: #6495ed #d9d9d9 !important; 
     --background-color-box: var(--in-content-page-background) !important;
     --text-color: var(--in-content-text-color) !important;      
     color:var(--in-content-text-color) !important;
     --background-color-canvas: var(--in-content-page-background) !important;
     --table-row-background-color-alternate: var(--in-content-box-background) !important;    
 menulist > menupopup{ background-color: var(--in-content-page-background) !important; }}}
 

@-moz-document url-prefix("chrome:") {

 html, body, div, h1, p, table, td, tr { background-color: #dbc3a3 !important;
   color: #000080 !important;
   font-size: 17px !important; }
 tr:hover { background-color: #b3d1ff !important; }
 tr.odd:hover { background-color: #b3d1ff !important; }

}

Asked by Terry 1 महीने पहले

Last reply by markwarner22 1 महीने पहले

Amazon Review Checker will not open on my new install of Windows/Firefox

I've just completed building a brand new PC and installed Windows 10 on it. I'd always used Firefox on my old system specifically for the Amazon Review Checker that autom… (और पढ़ें)

I've just completed building a brand new PC and installed Windows 10 on it. I'd always used Firefox on my old system specifically for the Amazon Review Checker that automatically popped up in the browser when I opened an Amazon Product Page.

I don't understand why, but this is not happening on the new computer. I've double-checked "about:config" and enabled everything to do with "experience2023" and it still won't work. I saw mention in other support posts that there is supposed to be a $ dollar sign icon in the address bar, but it is not there. I tried manually installing the extension but that just adds links to the Amazon page, that open in a new tab when you click them (I've since uninstalled the manual extension).

I'm not sure why I can't seem to open the integrated Review Checker, can anyone help me? Thank you.

Asked by Scooba Steve 1 महीने पहले

Unable to show File Picker (continued) and my solution

I had the same problem as, for example, this: https://support.mozilla.org/en-US/questions/1375244 firefox (on linux) was unable to open a file browser to the local fi… (और पढ़ें)

I had the same problem as, for example, this:

 https://support.mozilla.org/en-US/questions/1375244

firefox (on linux) was unable to open a file browser to the local filesystem on clicking a website-provided button for file uploads, e.g. here https://video-converter.com/

I have seriously messed up with firefox settings over the years in order to safeguard my privacy, against all the attempts by firefox to infringe it. (Admitteddly, not as much as google chrome, safari and, got forbid, m$ edge). One of these fixes was to link the file/database content-prefs.sqlite (found in my firefox profile dir) to /dev/null. It was this that caused a problem with the file browser not showing. WOW!

Once I deleted said file (linking to /dev/null). Firefox started and all was OK wrt the file brower.

That caused me to create a script to be run before and after firefox launch, searching for all these privacy-infringing databases in my profile dir and erasing them.

The steps to this are: 1) edit /usr/share/applications/org.mozilla.firefox.desktop and replace all Exec=firefox entries with Exec=/usr/local/bin/firefox-custom.sh 2) create a new file /usr/local/bin/firefox-custom.sh with this content

  1. !/bin/bash

CMD="firefox" if [ -x ~/bin/firefox-custom.sh ]; then CMD=~/bin/firefox-custom.sh fi echo "$0 : executing firefox with this command :" echo " ${CMD} $*" ${CMD} $*

3) create a ~/bin/firefox-custom.sh file with this content

  1. !/bin/bash

function eras { local f="$1" echo "erasing file '$f' ..." rm -f "${f}" }

echo "$0 : on starting, erasing various sensitive firefox databases ..."

while IFS= read -r afil && -n "$afil" ; do eras "${afil}" done <<< "$(find ~/.mozilla/firefox -type f -name 'content-prefs.sqlite')"

echo "$0 : now executing firefox ..." firefox $*

echo "$0 : on exiting, erasing various sensitive firefox databases ..." while IFS= read -r afil && -n "$afil" ; do eras "${afil}" done <<< "$(find ~/.mozilla/firefox -type f -name 'content-prefs.sqlite')"

lanuching firefox now either from a desktop file (e.g. via Plank launcher) or from the command line: gio launch /usr/share/applications/org.mozilla.firefox.desktop runs the above script before and after firefox running.

Disclaimer: the above script erases files in your profile directory, use at your own risk. Perpahs make a backup copy of your profile dir before.

Asked by xyz123abcf-u-k 1 महीने पहले

Last reply by xyz123abcf-u-k 1 महीने पहले

Automatic Resizing/Rescale of tab size from Spotify and Whatsapp on Firefox 136 - looking for disable option

Hi, I recently made an update and now got Firefox 136. Now I´ve got the problem, that tabs where some sound is playing are getting resized. There is no option for disa… (और पढ़ें)

Hi,

I recently made an update and now got Firefox 136.

Now I´ve got the problem, that tabs where some sound is playing are getting resized.

There is no option for disable this and I haven´t found the specfic path for the about:config.

Any help would be welcome

Asked by tiak7 1 महीने पहले

Keeping a page in focus in the background whilst playing a video game.

Dear support person, When streaming video games on multiple platforms i use a dock from a website called social stream Ninja. This opens a browser page that shows chats … (और पढ़ें)

Dear support person,

When streaming video games on multiple platforms i use a dock from a website called social stream Ninja. This opens a browser page that shows chats from 3 platforms, Twitch, Youtube and Kick. I have a dual PC setup, so i game on the first PC with the second PC running the actual stream through a capture card.

When i go into SteamVR, i add a desktop panel with that exact dock/webpage on firefox, but the page "pauses" and chat doesn't update anymore. I thought this was a focus issue, so i tried this plugin = Always active Window - Always Visible

Sadly FireFox still doesn't update the page, therefore stream chat doesn't show up, the page pauses. A sort of work-around is running the game in borderless window, but this is VR, and eats up quite the bit of performance, fullscreen is preferred. The borderless window works on Assetto Corsa VR, but on Dirt Rally 2 VR it doesn't, so I really need FireFox to update the page in the background.

I've been tearing my hair out trying to find a solution, the 'focus' plugin was my best idea.

Any chance you could help me?

Kind Regards,

Carlo

Asked by CarlosGaemz 1 महीने पहले

network.http.referer.disallowCrossSiteRelaxingDefault not working

a website im using is trin to call an api with referer header and policy of "origin-when-cross-origin", but firefox overides it to "Same Origin Policy" with console msg: … (और पढ़ें)

a website im using is trin to call an api with referer header and policy of "origin-when-cross-origin", but firefox overides it to "Same Origin Policy" with console msg: Referrer Policy: Less restricted policies, including ‘no-referrer-when-downgrade’, ‘origin-when-cross-origin’ and ‘unsafe-url’, will be ignored soon for the cross-site request

After a lot of search, i found that network.http.referer.disallowCrossSiteRelaxingDefault config setting should be set to false to allow any policy, but toggling between false or true has no affect. The request still fails with a cors error "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at..."

Is there a way to make this work? Or a way to allow the request to have this referer policy.

Asked by reliancesaransh 1 महीने पहले

Last reply by jscher2000 - Support Volunteer 1 महीने पहले

Where is the /pdf.js/web/viewer.css file (i'm on windows)?

I want to change this option : .pdfViewer .page { /* border: var(--page-border); */ border: 0; } to remove the borders between pages in the pdf viewer. I trie… (और पढ़ें)

I want to change this option :

.pdfViewer .page {

 /* border: var(--page-border); */
 border: 0;

}

to remove the borders between pages in the pdf viewer. I tried doing this in the userChrome.css file but it didnt work.

Asked by ducombeau.raphael 1 महीने पहले

Last reply by ducombeau.raphael 1 महीने पहले

Can't find about:config preferences page

After typing in about:config and clicking on the 3 lines top r.h. corner I'm supposed to get a page that list preferences. (using Wndows 11) That page does not appear. I … (और पढ़ें)

After typing in about:config and clicking on the 3 lines top r.h. corner I'm supposed to get a page that list preferences. (using Wndows 11) That page does not appear. I wish to change my value for width scrollbar width from zero to 4. I have also accessed videos - with sound -but find i very hard to follow the voice of the presenter because he/she talks far too fast, and in many instances is outdated! I need a page on screen that tells me to type in specific keystroke to get to the page that lists a preference I can change.

Asked by Col SARLL 1 महीने पहले

Last reply by James 1 महीने पहले

Switched to new tab when opening image from code in Inspector in new tab

I want to open links in a new tab without being diverted instantly to that new tab. In settings, I disabled the option “When you open a link, image or media in a new tab,… (और पढ़ें)

I want to open links in a new tab without being diverted instantly to that new tab. In settings, I disabled the option “When you open a link, image or media in a new tab, switch to it immediately”. Normal links in Firefox behave like that, all well. Images open as well in a new tab without switching to that tab.

But, when I am working in Firefox Inspector, in the code. I want to open an image’s link as well in a new tab, without switching to that tab instantly. And that’s where it fails: it has me switching to that new opened tab.

I tried to change in about:config the option “browser.tabs.loadDivertedInBackground” to “true”, (was: false). But apparently this doesn’t work for links in the code in Inspector. Could someone shed some light about this case, please? TIA!

(I’m on mac, Firefox Developer Edition, 136.0b7)

Asked by MPdev 2 महीने पहले

Firefox Menu Item Spacing

Hi there, Is it possible to change the padding of menu items in both the menu bar menus and context menus with userChrome.css? Please see attached images. Thanks. … (और पढ़ें)

Hi there,

Is it possible to change the padding of menu items in both the menu bar menus and context menus with userChrome.css?

Please see attached images.

Thanks.

Asked by Slouch 2 महीने पहले

Last reply by Agent virtuel 2 महीने पहले