Showing questions tagged: Show all questions
  • Solved
  • Archived

Most of my add-ons are missing from my toolbar after install on new system

The only icons I can see on the right hand side of my toolbar is the NoScript icon, along with the Save to Pocket, FF Account, Extensions and hamburger buttons. I shoul… (read more)

The only icons I can see on the right hand side of my toolbar is the NoScript icon, along with the Save to Pocket, FF Account, Extensions and hamburger buttons.

I should have about 12.

I just installed a new system, launched FF and set it up to sync with my account. Everything else appears to run fine - passwords, history, etc. The Tree Style Tab works fine too.

I have double checked the other solutions I found here, such as private viewing options, or trying to find the icons in the customize screen, but that's not the issue.

My other FF instances on other machines are still fine.

I just updated FF on this problem machine to 115.0.2 but no joy.

Asked by Adam H. 9 months ago

Answered by AliceWyman 9 months ago

  • Archived

EvalError: call to eval() blocked by CSP in Mozilla firefox extention

My chrome extension is working fine and i want to make it compatible with Firefox as well. In the extension i have used eval method that is throwing error "EvalError: cal… (read more)

My chrome extension is working fine and i want to make it compatible with Firefox as well. In the extension i have used eval method that is throwing error "EvalError: call to eval() blocked by CSP".

I also tried to add below configuration in the manifest 3 file but still getting the CSP issue. ('wasm-unsafe-eval' is also not working.)

 "content_security_policy": {
   "extension_pages": "script-src 'self' 'unsafe-eval'"
 }

Asked by Ujjaval 9 months ago

Last reply by James 9 months ago

  • Archived

I have no audio output from Firefox.

I am using Windows 10 with Firefox as my browser. I've been using Firefox for 20 years with no problems. My Windows recently did an update and now I have no audio output … (read more)

I am using Windows 10 with Firefox as my browser. I've been using Firefox for 20 years with no problems. My Windows recently did an update and now I have no audio output from Firefox. Audio works fine with every other application including Edge. I have followed all instructions given in Firefox help. Nothing has worked. Any help would be appreciated.

Asked by ke6k 9 months ago

Last reply by Dropa 9 months ago

  • Archived

POCKET

Dear Support: How do I remove (not permanently-just toggle it off/on) POCKET from my Firefox HOME screen? I don't care for it but I don't want to permanently remove it e… (read more)

Dear Support:

How do I remove (not permanently-just toggle it off/on) POCKET from my Firefox HOME screen? I don't care for it but I don't want to permanently remove it either. I have tried going to the address bar and entering [about:config} and turning several [extension.pocket.xxxx] to [UNTRUE]. It made no difference.

Also, the 8 favorite boxes above POCKET, can they be locked so the favorites don't change UNLESS I want to change them myself?

Respectfully,

Walter J Baxter Jr

Asked by wb7usv 9 months ago

Last reply by James 9 months ago

  • Archived

Tabs bar

Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me? Script: /:root[sizemode="normal"] #nav-bar{ --uc-window-drag… (read more)

Hi, I use sript "hide tabs bar with only one tab" but empty tabs bar is still visible. Can someone help me?

Script:

/:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }

  1. titlebar{ -moz-appearance: none !important; }
  2. tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox, #tabbrowser-arrowscrollbox{ min-height: 0 !important; }
root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button,
root:not([customizing]) #tabs-newtab-button,
root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1,
root:not([customizing]) #TabsToolbar .titlebar-button{
 -moz-appearance: none !important;
 height: 43px;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 -moz-box-align: stretch;
 margin: 0 !important;

}

root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1 > .toolbarbutton-icon{
 padding-block: 0px !important;
 max-height: 28px;
 height: 20px !important

}

  1. tabs-newtab-button, #alltabs-button, #tabbrowser-tabs .tabbrowser-tab:only-of-type{
 visibility: collapse !important;

}






/* TABS: bottom - Firefox 65 and later - updated for 89+ */ /* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */ /* https://github.com/Aris-t2/CustomCSSforFx/blob/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */ /* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */ /* you can adjust the CSS variables until it looks correct */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important;
 --tab-min-width:  60px !important;
 --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
 --tab-caption: 5px; /* caption buttons on tab bar */

}

/* TAB BAR - below nav-bar */

  1. navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
  2. TabsToolbar {-moz-box-ordinal-group:1000 !important;}
  1. TabsToolbar {
 display: block !important;
 position: absolute !important;
 bottom: 0 !important;
 width: 100vw !important;

}

  1. tabbrowser-tabs {
 width: 100vw !important;

}

/* navigator-toolbox - PADDING */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */

  • |*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
#TabsToolbar{
 bottom: var(--tab-adjust); /*ADJUST*/

}

/* TABS: height */

  1. tabbrowser-tabs,
  2. tabbrowser-tabs > .tabbrowser-arrowscrollbox,

.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {

 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 1px !important;
 box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
 background-color: var(--toolbar-bgcolor) !important;
 color:            var(--toolbar-color) !important;

}

/* indicators *//*

  • |*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
 position: absolute !important;
 display: block !important;
 right: 0px !important;
 bottom: 0px !important;
 width: 14px !important;
 pointer-events: none !important;

}

  • /

.private-browsing-indicator {display: none !important;} .accessibility-indicator {display: none !important;}

/* Indicators - HIDE *//*

  • |*:root:not([accessibilitymode]) .accessibility-indicator {display: none !important}
  • |*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
  • /

/* Drag Space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 20px !important;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* Hide window-controls and caption buttons on Tab Bar */

  1. TabsToolbar #window-controls {display: none !important;}
  2. TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Asked by PshemQ 9 months ago

Last reply by cor-el 9 months ago

  • Archived

Stop Google Translate from jumping to a certain page.

Google Translate keeps popping up on an online directory page. I did not install the Google Translate extension or set up anything for translation, but it jumps in and co… (read more)

Google Translate keeps popping up on an online directory page. I did not install the Google Translate extension or set up anything for translation, but it jumps in and covers the content. Please help me to stop it. Thank you. Please look at the screenshot.

Asked by janejuliejulie 9 months ago

Last reply by willjoe24421 9 months ago

  • Archived

Cannot remove address bar suggestions

Hello. I cannot remove the suggestions that appear in the drop down address bar suggestions list. Shift-delete does not work. Changing the search settings in tools does… (read more)

Hello. I cannot remove the suggestions that appear in the drop down address bar suggestions list. Shift-delete does not work. Changing the search settings in tools does not work. There is no three dots that appear next to the URL, or a pop up that shows up if I hover over the link. They are stubbornly embedded on that bar and refuse to leave.

The only thing that works is to delete all history, but I don't want to do that. There may be some solution where I micromanage site permissions on a site by site basis but that's way too much work, and should not have to do that.

The URLs on the list themselves are totally random. I cannot figure out how Firefox decided that THESE are the URLs to feature. I visited like once, in a long string of activity.

Anyway, my inability to perform a simple task like right-click-delete or demand that it "stop doing that" is making me claustrophobic.

Vers 115.0.2

Asked by McMike 9 months ago

Last reply by Nandla Links 5 months ago

  • Archived

Bookmarks tool bar gone from left side, web instructions to restore it do not work

Hello; My bookmarks disappeared from the left side of my Firefox. I have tried all the suggestions on the web but none work. How do I get my bookmarks back on the left si… (read more)

Hello; My bookmarks disappeared from the left side of my Firefox. I have tried all the suggestions on the web but none work. How do I get my bookmarks back on the left side of FireFox? Thanks! Vik

Asked by vikw 9 months ago

Last reply by vikw 9 months ago

  • Archived

Random crashes

Hello there. Ever since the latest update (to 115.0.2), I've been experiences random crashes. It's only happening with these 2 sites: https://www.mapsofworld.com/ and htt… (read more)

Hello there. Ever since the latest update (to 115.0.2), I've been experiences random crashes. It's only happening with these 2 sites: https://www.mapsofworld.com/ and https://www.buongiorno.sk/ (there may be more but I haven't discovered any others as of yet). I open the sites and FF immediately shuts down. And then, after I restart it, there are no crashes listed in the logs (about:crashes). I've tried everything. Cookies, cache, a "refresh", a fresh install and I've also checked my system and HDD for errors but nothing helped. Any idea what I should do? The problem seems to be on your side, not mine

Asked by holland25 9 months ago

Last reply by holland25 9 months ago

  • Archived

Print icon goes to pdf, not printer

When I try to print using the icon in gmail, the dialogs I get are as shown. First I tap to open the attachment, then a printer icon shows up, then another tab opens, an… (read more)

When I try to print using the icon in gmail, the dialogs I get are as shown. First I tap to open the attachment, then a printer icon shows up, then another tab opens, and as seen in the last pic the only options I have in the dropdown or otherwise available are to open the file, not print it, even though I just clicked on the printer icon.

My settings in Windows 10 have the Epson printer set as default btw.


Thanks

Asked by etrozzell 8 months ago

Last reply by etrozzell 8 months ago

  • Archived

Constant Tab Crashes

Hey all, I have a few customers that use Firefox and the last month everyone has experienced an issue with tabs constantly crashing. Everyone is on the latest version an… (read more)

Hey all,

I have a few customers that use Firefox and the last month everyone has experienced an issue with tabs constantly crashing. Everyone is on the latest version and there really doesn't seem to be much rhyme or reason.

I've tried: -Doing a clean install -FireFox refresh -Disabling Extensions (we only use uBlock Origin) -New Profiles

Not sure if this is normal but there's nothing in 'about:crashes' after it happens (i assumed because it's just tabs and not the browser itself).

These are all Windows 10 machines.

Any help would be greatly appreciated!

Asked by jdp68 9 months ago

Last reply by Medhasree Suram 9 months ago

  • Solved
  • Archived

Wifi Repeater suddenly refused access after one month

Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T. Recently, I began successfully ac… (read more)

Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T.

Recently, I began successfully accessing the internet / Firefox via my Wifi Repeater. As of two or three days ago. I keep being asked to "log in to access the Internet", but even after I do it (successfully, as far as my repeater is concerned) I'm no further forward; I keep being asked to log in.

Thanks to my repeater I have a strong signal when in my garden office. But after a month, Firefox has suddenly stopped allowing me to use it. I am back at Square 1, before I purchased the thing.

I need need to work from my office. Please help resume my Repeater's access.

Kind regards,

Sean

Asked by seanhindle4 9 months ago

Answered by seanhindle4 9 months ago

  • Archived

addons account access still being blocked, who to contact?

I can log into my firefox account, but I am still blocked from logging into https://addons.mozilla.org/ who do I contact? Is this a ban? Is this an AWS geoblock? I've t… (read more)

I can log into my firefox account, but I am still blocked from logging into https://addons.mozilla.org/ who do I contact? Is this a ban? Is this an AWS geoblock?

I've tried clearing cache, fresh firefox log out from my Firefox account, still nothing

Asked by Galen Thurber 9 months ago

Last reply by Galen Thurber 8 months ago

  • Archived

Firefox using too much memory

Having issues with Firefox chugging too much memory, I have 32GB of RAM and in Taskmanager, memory usage can get up to 60% having Firefox open, this is also becoming an i… (read more)

Having issues with Firefox chugging too much memory, I have 32GB of RAM and in Taskmanager, memory usage can get up to 60% having Firefox open, this is also becoming an issue while trying to use other software or playing games as I get errors that there isn't enough memory when Firefox is running.

Asked by martinorav2013 9 months ago

Last reply by cor-el 9 months ago

  • Archived

which port does firefox browser extensions updates on

Hi, On what port does the firefox extension update on does it use port 21? I need the extensions to be auto updating like set and forget knowing that my firewall is not … (read more)

Hi,

On what port does the firefox extension update on does it use port 21? I need the extensions to be auto updating like set and forget knowing that my firewall is not blocking the required port

Thanks

Asked by KnowledgeEqualsPower 9 months ago

Last reply by James 9 months ago

  • Archived

Show title on pinned tabs

I need pinned tabs to show their title, just like normal tabs. They currently only show an icon, but apart from the fact that in my case the icons are identical to one an… (read more)

I need pinned tabs to show their title, just like normal tabs. They currently only show an icon, but apart from the fact that in my case the icons are identical to one another so I can't know which one is which without hovering them, I'm more of a text person anyway.

So, how to make pinned tabs show their title?

Asked by thany 9 months ago

Last reply by jscher2000 - Support Volunteer 9 months ago