OneDrive workbook problem

So I have an Excel workbook in my onedrive from MS, It was working fine on my firefox browser in my Ubuntu OS, last week it started to delete my cell's information whenev… (read more)

So I have an Excel workbook in my onedrive from MS, It was working fine on my firefox browser in my Ubuntu OS, last week it started to delete my cell's information whenever I pressed the enter, tab or arrow keys, I contacted the MS support and they get me to opened the same file on a chrome browser and worked fine... I still want to use my firefox browser but this problem is very annoying, please help me sort it out!!!

Asked by ricardocrbb 11 hours ago

Last reply by jonzn4SUSE 8 hours ago

New install, wrong email address choice.

New install of Firefox set up with a 'wrong' email account. Tried to use the 'Mozilla account' page to fix this by using secondary email and then making it primary. Bu… (read more)

New install of Firefox set up with a 'wrong' email account. Tried to use the 'Mozilla account' page to fix this by using secondary email and then making it primary. But the secondary email I want to use is not allowed by Firefox giving an 'Account already exists' error. What should I do?

Asked by harrigaauburn 9 hours ago

Firefox won't print webpages

Firefox just will not print anything at all. I have tried all the suggested fixes; everything else on my computer prints fine to either directly connected printers or to … (read more)

Firefox just will not print anything at all. I have tried all the suggested fixes; everything else on my computer prints fine to either directly connected printers or to network printers. The 3 other computers on my home network all print to all printers from Firefox. I have deleted Firefox and reinstalled I have deleted all printers and reinstalled When I do try to print with the print queue open, the file spooling briefly splashes up and disappears quickly. If I download a PDF from the web, it will not print from within Firefox, but will print from Acrobat or Nitro I have changed antivirus from Eset to Webroot anywhere. No improvement and in between with no Antivirus, Firefox would not print. Any thoughts, as I had to change browsers and I want to get back to Firefox? Help!!

Asked by bruce139 1 day ago

Last reply by bruce139 9 hours ago

Saving all open tabs: links saved but not to the specified folder

Firefox 125.0.2 on Mac When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Me… (read more)

Firefox 125.0.2 on Mac

When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Menu". The designated folder itself also appears with these links but it itself is empty.

I would expect shift+cmd+D to bookmark all links in the folder and the folder to appear in "Bookmarks Menu". This is what use to happen ages ago. I'm not sure what caused the change in behavior. Anyone have any ideas on fixing this?

Asked by Tom 1 day ago

Last reply by Tom 9 hours ago

Firefox crashed or was blocked by MS. Now all of my bookmarks and cookies are gone.

When I went to start firefox today on my MS Windows computer, I got a file error message saying pathway was corrupted (or something like that) and then the firefox app di… (read more)

When I went to start firefox today on my MS Windows computer, I got a file error message saying pathway was corrupted (or something like that) and then the firefox app disappeared from my pinned toolbar. When I went and reinstalled it, all of my saved bookmarks and passwords were gone. How do I get them back?

Asked by mfoxaspen 9 hours ago

Firefox Private cannot be opened since the start of 2024

When I open Firefox and want to go to Private. I go to the three lines at the top right of the Firefox page. I go down to Private. Then after selecting it, YET ANOTHER… (read more)

When I open Firefox and want to go to Private. I go to the three lines at the top right of the Firefox page. I go down to Private. Then after selecting it, YET ANOTHER REGULAR FIREFOX PAGE OPENS. I NEVER had this problem until the start of 2024.

Please help as I used to have FIREFOX PRIVATE as my go to browser. Now, I use others and they do not work with some pages.

Please help as it is frustrating to keep getting a new Regular page.

Asked by L Wille 9 hours ago

Last reply by cor-el 9 hours ago

Importing Bookmarks from Chrome via html

I followed instructions for adding bookmarks from html file. Got to "import from html" . I can see the html file I want to access, but when I push "open" nothing happen… (read more)

I followed instructions for adding bookmarks from html file. Got to "import from html" . I can see the html file I want to access, but when I push "open" nothing happens.

Asked by bceccoli 9 hours ago

Last reply by cor-el 9 hours ago

  • حُلّت

captcha not working...never ends

On a couple of websites, but in particular Rogers.com, the captcha just never ends. It asks to click on all the bicycles, I click on them one at a time until no more app… (read more)

On a couple of websites, but in particular Rogers.com, the captcha just never ends. It asks to click on all the bicycles, I click on them one at a time until no more appear, hit verify, it brings up something else. It will do this dozens of times and just never ever end.

Switch over to Edge, does the same. Switched to chrome and it works fine. Has google done something to captcha to deny it working on other browsers?

I have checked to see firefox is up to date and it is. I have disabled all extensions/addons. I have run malware/virus scans. On the Rogers community forums there are all kinds of people having problems but there are no solutions on how to fix. Oddly (or not) the problems are similar...captcha won't work on Edge, Firefox but will work on Chrome.

Asked by Rye Encoke 3 months ago

Answered by zeroknight 3 months ago

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (read more)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 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;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

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

}

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

}

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

 width: 40px;

}

/* 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 indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Asked by Slouch 11 hours ago

Last reply by cor-el 10 hours ago

Previous session not restored in profile

I've set up a second profile to keep my personal and work browsing separate. When I reopen my non-default profile, it doesn't restore the previous session's tabs. I have … (read more)

I've set up a second profile to keep my personal and work browsing separate. When I reopen my non-default profile, it doesn't restore the previous session's tabs. I have "open previous windows and tabs" checked under Settings > General > startup in both profiles. Please advise.

Asked by oOo 11 hours ago

Last reply by jscher2000 - Support Volunteer 11 hours ago

  • Locked

How to restrict website on specific country?

Our website The Last Price is based in Qatar that have different category products like iPhone Mobile Phones, Tablets & Earbuds, Home Appliances, Accessories (Mobile … (read more)

Our website The Last Price is based in Qatar that have different category products like iPhone Mobile Phones, Tablets & Earbuds, Home Appliances, Accessories (Mobile Covers & Cases, Keyboards & Controllers, etc.) and many other eCommerce products.

As I mention above that we have different ecommerce products which we only want to sell in Qatar but we are getting some other countries traffic like USA, Pakistan, Germany, Brazil, Argentina, so how we can block these countries or anything in Google Search Console which help to keep the website with country specific?

Is there any specific Mozilla Firefox extension that you recommend or any HTML code help to block other country traffic?

Thanks John The Last Price : https://www.the-lastprice.com/

Asked by workup89 2 days ago

Last reply by jscher2000 - Support Volunteer 11 hours ago

Tried installing Keeppassxc--not sure if correst name

Hello, One of my email accounts Yahoo or Gmail appears to have been hacked. I received two phishing emails this week --3 if you count the last one who said she was call… (read more)

Hello,

 One of my email accounts Yahoo or Gmail appears to have been hacked. I received two phishing emails this week --3 if you count the last one who said she was calling on behalf of Medicare/Social Security and All members could get a preloaded card for several hundred dollars. I knew there was a plan to help certain folks, but it was not available to everybody. I asked her for the name of the plan and she hung up. the webpage she sent me to first or told me to go there where I could talk to a licensed agent. Do people who answer the phone have a license like insurance salespeople? Anyway, they had copied the govt. the site is right up the US sea.

Okay, just an example so I decided to try that KeeopassXC program you were offering but I could never get it to complete.

but it did something as I can't use my password They cancel your account if you tell them the truth --better just to say I need help resetting my password. They then ask you to send them a picture ID as in Driver's License. Noway I am going to do this --so I have at least some pretty valuable info if I can't get in.

Ny first time writing here - if any response please direct suggestions to pke225x2gmail or I guess I will check here. Don't know how you put people with possible solutions to seeker of HELP.

Sincere Thanks Paul

Asked by Paul Ellis 5 days ago

Last reply by jscher2000 - Support Volunteer 11 hours ago

Changing the URLB on click behavior

I would like the address bar to show what it would show when you type a "?" just by clicking. It's a default feature in chrome, I know, mentioning a competitive browser a… (read more)

I would like the address bar to show what it would show when you type a "?" just by clicking. It's a default feature in chrome, I know, mentioning a competitive browser as an example is kind of a no no, but it's the only example I can think of.

Asked by Sod 1 day ago

Last reply by jscher2000 - Support Volunteer 11 hours ago

Lost bookmarks

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, … (read more)

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, they're just all empty.

Can I get them back somehow? I've been collecting them for years so can't replace them all!

Firefox 125.2 iMac OS x10.15

Asked by amanda52 15 hours ago

Last reply by cor-el 11 hours ago

after updating newest version of Firefox the option to restore previous windows opened does not work

after updating newest the version of Firefox the option to" restore previous windows opened " does not work. Is there a work around when I close my browser and then reop… (read more)

after updating newest the version of Firefox the option to" restore previous windows opened " does not work. Is there a work around when I close my browser and then reopen the browser so that all the tabs that I had opened before closing my browser return as if I never left?I went into my setting and have the "open previous tabs" is checked. I even restarted my browser but nothing simple seems to work. Thanks in advance

Asked by Jane Boyle 18 hours ago

Last reply by jscher2000 - Support Volunteer 11 hours ago

Hero Wars "Dominion era"

I have played "Hero Wars,Dominion Era " for years on Fire Fox...They did an "update" last week(Thursday or friday 04/25-26?24)and I haven't been able to log onto the game… (read more)

I have played "Hero Wars,Dominion Era " for years on Fire Fox...They did an "update" last week(Thursday or friday 04/25-26?24)and I haven't been able to log onto the game itself since...I can still open the Hero wars home page,I can get into my "discord" chat etc etc etc,but I cannot get into my individual game.(If it helps,my Hero wars game ID # is 10920140)...I had to start playing the game itself on Google Chrome...I am hopeing you can help find a solution as everything I do is from Fire Fox & I really don't like chrome :(...PLEASE Help me resolve this if possible! ( Nexus suggested I use "Incognito" on FireFox ( I remeber that from a few yrs back,but honestly,i haven't used or seen "incognito" since :()

Asked by Wayne Hoiensahl 12 hours ago

Last reply by Paul 12 hours ago

Browser issue with Microsoft Outlook

Hello, My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails… (read more)

Hello,

My name is Grey, and I'm experiencing an issue using Firefox as a browser to open my Outlook mail. For the past three days I have not been able to open any emails as a network error screen appears. Using other devices and other browsers like Edge, the emails open fine, so it is not actually a network issue. This problem only occurs using Firefox, and specifically with Outlook emails. Everything else functions fine and I have not made any changes, besides the regular Firefox update. My computer is also up to date.

What can I do about this issue? I appreciate the advice,

grey

Asked by AshenLion 16 hours ago

Last reply by cor-el 12 hours ago

setting up Firefox on reset computer

I reset a computer, deleting all my files. I want to use, as I do elsewhere, Firefox as my browser. And though I signed into Firefox using my old credentials, none of my … (read more)

I reset a computer, deleting all my files. I want to use, as I do elsewhere, Firefox as my browser. And though I signed into Firefox using my old credentials, none of my bookmarks are there. How do I complete this setup?

Asked by Bobg 20 hours ago

Last reply by cor-el 13 hours ago