Showing questions tagged: Show all questions

Transfering Firefox configuration to a new computer

Transferring bookmarks & backups for passwords is easy and I'm not worried about that. But the about:config settings that I have customized and accreted over years s… (read more)

Transferring bookmarks & backups for passwords is easy and I'm not worried about that. But the about:config settings that I have customized and accreted over years so that nothing beeps, spins, auto-plays, loops, or throbs a tab, are not so straightforward. I'd like to review what files I can save how to make sure I do not lose these, which are the most important things to me about my Firefox installs--keeping the web safe for quiet, nondistracting searches and reading.

Windows 10 Enterprise, managed by my organization, but with just enough admin privileges to customize my Firefox.

Asked by db 4 days ago

Last reply by jscher2000 - Support Volunteer 4 days ago

  • Solved

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 … (read more)

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 week ago

Answered by jscher2000 - Support Volunteer 1 week ago

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… (read more)

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 week ago

Last reply by Terry 1 week ago

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 … (read more)

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 week ago

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… (read more)

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 week ago

  • Locked

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… (read more)

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 week ago

  • Locked

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… (read more)

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 week ago

  • Locked

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… (read more)

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 week ago

  • Locked

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… (read more)

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 week ago

Last reply by markwarner22 1 week ago

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… (read more)

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 week ago

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… (read more)

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 2 weeks ago

Last reply by xyz123abcf-u-k 2 weeks ago

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… (read more)

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 2 weeks ago

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 … (read more)

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 3 weeks ago

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: … (read more)

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 3 weeks ago

Last reply by jscher2000 - Support Volunteer 3 weeks ago

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… (read more)

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 3 weeks ago

Last reply by ducombeau.raphael 3 weeks ago

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… (read more)

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 2 months ago

Last reply by careca 4 weeks ago

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 … (read more)

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 4 weeks ago

Last reply by James 4 weeks ago

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,… (read more)

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 1 month ago

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. … (read more)

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 1 month ago

Last reply by Agent virtuel 1 month ago

Understanding the best fix for a issue involving security.tls.version.fallback-limit in about:config

Recently in our workplace, we had several computers that suddenly stopped being able to access several websites, the issue started shortly after pushing a updated Firefox… (read more)

Recently in our workplace, we had several computers that suddenly stopped being able to access several websites, the issue started shortly after pushing a updated Firefox across the floor.

I tracked the issue down to being related to security.tls.version.fallback-limit defaulting to 4, instead of the old 3.

Setting the value to 3 resolves the website accessibility issue.

A.) How can I confirm if this is a recent change or not? Everything I read seems to indicate the default should already be 3, but its very definitively not.

B.) What is the best way to push a pref adjustment change across the floor if the option isn't present in the registry and isn't a GPO option? Is my only option really to make some script that scans every computer's users folder, check every user folder's appdata\mozilla, scan every profile for a pref.js file, and do a string search for a reference line and then do a line addition if a certain string doesn't exist?

I can do this, it just doesn't seem like a good long term fix as I would have to run this script regularly as users come and go....

I am on FF 128.7.0esr (64-bit) under a new profile.

Asked by Nathan Mckay 1 month ago

Last reply by cor-el 1 month ago