Showing questions tagged: Show all questions

cannot restore history

Accidentally closed browser with many multiple tabs open. Tried to restore history but option was grayed out. Tried several times but was not able to get back to the or… (read more)

Accidentally closed browser with many multiple tabs open. Tried to restore history but option was grayed out. Tried several times but was not able to get back to the original browsing window with the multiple open tabs.

Would really appreciate help on this, if possible, as the many multiple tabs contained family history research that will be difficult to impossible to duplicate.

Thank you.

Asked by jengel1600 5 months ago

Last reply by jscher2000 - Support Volunteer 5 months ago

  • Solved

Firefox View Open Tabs is EMPTY!

Firefox View Open Tabs is my favorite feature. I (used to) use it daily, but now, even though I have NUMEROUS windows (over 40) and multiple tabs in many of those windows… (read more)

Firefox View Open Tabs is my favorite feature. I (used to) use it daily, but now, even though I have NUMEROUS windows (over 40) and multiple tabs in many of those windows, View Open Tabs is completely empty. I'd very much like to restore that 'index' without losing all those pages/tabs (it's my reading & ToDo list).


Sometime recently, I found it using gobs of CPU even though Javascript was (and still is) disabled, so I found the top CPU process and killed it. Instead of a single page going blank, Firefox crashed. Sometime after that I noticed that View Open Tabs was no longer populating. Maybe that contributed or instigated the dysfunction?

Asked by Mike Landis 5 months ago

Answered by Mike Landis 5 months ago

Can't open G-mail account on Firefox

I have several g-mail accounts that I used to open on Firefox - until yesterday. Now I'm getting a silly message below: We've detected a problem with your cookie settin… (read more)

I have several g-mail accounts that I used to open on Firefox - until yesterday. Now I'm getting a silly message below:

We've detected a problem with your cookie settings. Enable cookies

Make sure your cookies are enabled. To enable cookies, follow these browser-specific instructions. Clear cache and cookies

If you have cookies enabled but are still having trouble, clear your browser's cache and cookies. Adjust your privacy settings

If clearing your cache and cookies doesn't resolve the problem, try adjusting your browser's privacy settings. If your settings are on high, manually add www.google.com to your list of allowed sites. Learn more

I'm working on ASUS, on Windows 86bit. If I reboot my PC g-mail works again for a couple of hours. I have no problem accessing my g-mail accounts from Chrome.

Any help? Thank you all Marina

Asked by Marina Kimak 3 months ago

Last reply by jonzn4SUSE 3 months ago

  • Archived

Firefox using wrong ICC profile when copying and pasting images

I'm using firefox 97 on mac. Whenever I copy and paste an image from firefox, the image comes out desaturated as if it is using the wrong color profile. I tried changing … (read more)

I'm using firefox 97 on mac. Whenever I copy and paste an image from firefox, the image comes out desaturated as if it is using the wrong color profile. I tried changing the gfx.color_management settings without it improving. The images look fine and are the right colors in the browser, however, the issue only happens when I copy and paste images. Firefox behaves like the color management is disabled (set to 0 in config) but ONLY when copying and pasting images.

I do not have this issue with other browsers such as chrome.

Asked by dndraccts 2 years ago

Last reply by cor-el 2 years ago

  • Archived

web mail

Thought I should bring it to your attention. My default browser is Firefox and I use Earthlink as my email. Earthlink just informed me that Firefox no longer supports Ear… (read more)

Thought I should bring it to your attention. My default browser is Firefox and I use Earthlink as my email. Earthlink just informed me that Firefox no longer supports Earthlink. They have asked me to switch to Google Chrome where my email works fine. If you need to contact me , my phone is [phone# removed from public] and my name is Ken Westlund. My email is [email removed from public].

Asked by west47916 2 years ago

Last reply by Chris Ilias 2 years ago

  • Archived

Firefox 'download' behavior screwy with windows opened from Office 365.

I have to curate and compile sheets of announcements for a local humanitarian service provider forum. I do this by sifting through my Office 365 emails, and double click… (read more)

I have to curate and compile sheets of announcements for a local humanitarian service provider forum. I do this by sifting through my Office 365 emails, and double clicking those that contain announcements so they open a window, then sorting the windows on a second screen, then read them, summarize them, file the pertinent information with links for my summaries, and when I get a page of them, send them out. I usually start with about 15 announcements on my other screen, and it takes me some time to get them all sorted and cascaded in order for the curation.

Some of them link to PDFs which Office 365 doesn't always preview and I click download, and this used to open them in the main browser window in a new tab, where I could read them and then save them. Recently, this behavior changed and they now open right in the window the email is in, with no bars of any kind or tabs to get out of them again. I hit the stack of pancakes button, and it had a tab marked Exit, so I thought that would exit me from the view.

Instead, counterintuitively, it exited me completely from FireFox, closing all of my carefully cascaded windows of announcements, and my main browser window with Office 365 in it and everything else.

Thanks a bunch. 1) What was so wrong with the previous setup that you needed to change it? 2) How for the love of whatever the author of this new "feature" was smoking, do I get it to revert to the email or is opening these attachments by "download" no longer possible without punting the whole thing to exit? 3) Does this mean I need to permanently disallow Firefox as the browser for all my PDFs or is there some way of doing something non-fatal to my work on a per-boot basis?

Asked by hkr3 2 years ago

Last reply by hkr3 2 years ago

  • Solved
  • Archived

Spell checker

How to make firefox enable to recognize the language that are typed? In microsoft edge we can just click "all language", but in firefox no similar option to it.

Asked by MRA 2 years ago

Answered by James 2 years ago

  • Solved
  • Archived

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (read more)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Asked by MaxwellQ 3 years ago

Answered by Wesley Branton 3 years ago

  • Archived

Place holders upside down in Google News (logged in)

The arrows for place holders, such as Page Up, on Google News are appearing as large fonts and sometimes upside down. Not sure if it's a local issue or not but I thought … (read more)

The arrows for place holders, such as Page Up, on Google News are appearing as large fonts and sometimes upside down. Not sure if it's a local issue or not but I thought I'd report in case it's global. I wouldn't know how to title the search to see the issue has been reported. Forgive me if so.

Edition Windows 10 Home Version 21H2 Installed on ‎2/‎27/‎2022 OS build 19044.1586 Experience Windows Feature Experience Pack 120.2212.4170.0 AMD Ryzen 3 3350U with Radeon Vega Mobile Gfx 2.10GHz Firefox 98.0.1 (64-bit) Chrome: Version 99.0.4844.74 (Official Build) (64-bit) Website: https://news.google.com/topstories?hl=en-US&gl=US&ceid=US:en

Asked by whocanduncan 2 years ago

Last reply by whocanduncan 2 years ago

  • Archived

........

После обновления ничего не работает. Но самое главное я и многие мои знакомые уходим из вашего браузера в знак протеста за то, что убрали наш родной Яндекс из поисковиков… (read more)

После обновления ничего не работает. Но самое главное я и многие мои знакомые уходим из вашего браузера в знак протеста за то, что убрали наш родной Яндекс из поисковиков.

Asked by Nikolay 2 years ago

Last reply by James 2 years ago

  • Archived

Firefox 32bit and 64bit

Why can't I delete the 32bit Firefox off of my 64bit computer with Windows 10 Programs and feathers? I have been using Firefox for many years and have loved it, but now i… (read more)

Why can't I delete the 32bit Firefox off of my 64bit computer with Windows 10 Programs and feathers? I have been using Firefox for many years and have loved it, but now it it looks like it is moving into this far left stupidity and am thinking of dropping it and it makes me sad. I sure hope that this slide into this socialist evil stops soon! Their are so many good people that have helped develop this program for all of the world and what is happening now would be such a disservice to them. God bless you all that have helped to develop FireFox! Don USMC Retired.

Asked by amigadon 2 years ago

Last reply by amigadon 2 years ago

  • Archived

1370719 contained a response to my problem, but it is greek to me

The root problem is that when I try to open a movie in a web browser, I get the message "Oops. Your web browser is no longer supported. " see attached. 1370719 had a … (read more)

The root problem is that when I try to open a movie in a web browser, I get the message "Oops. Your web browser is no longer supported. " see attached.

1370719 had a response that made no sense to me.

Is there anyway to fix this issue?

David

Asked by d.l.briggs 2 years ago

Last reply by d.l.briggs 2 years ago

  • Archived

Print preview button is missing with Firefox again.

Tried to reset settings. Does not work. Went to about:config, than tab.mo / print.tab_modal.enabled set to false. Did this method before and it worked. Now this method do… (read more)

Tried to reset settings. Does not work. Went to about:config, than tab.mo / print.tab_modal.enabled set to false. Did this method before and it worked. Now this method does not work trying to get print preview back. Firefox is my web browser. I am in windows 8.1. Seems like Firefox did some updates again and now I can not get print preview back! WHY DOES NOT FIREFOX LEAVE WILL ENOUGH ALONE WHEN THEY HAVE SOMETHING GOOD? Bring back the old classic print preview button back and leave it. Now how can I get the old print preview button back???? Need help!! Thanks philm

Asked by marschall3 2 years ago

Last reply by paul921 2 years ago

  • Solved
  • Archived

Firefox Nightly Video Playback on Fedora 33

I've installed Nightly the same way I have for years on my latest Fedora 33 install—i.e., download tarball, extract into /opt, set appropriate chmod and chown, make .desk… (read more)

I've installed Nightly the same way I have for years on my latest Fedora 33 install—i.e., download tarball, extract into /opt, set appropriate chmod and chown, make .desktop file, etc.—but certain videos certain videos on certain sites refuse to play. A Fedora discussion discussion led me to think it's how Fedora 33 may sandbox apps; I haven't yet had any hits on solutions in the Fedora groups, so I thought I'd ask here, since I can't be the only one with this issue.

Any help would be greatly appreciated!

Asked by Bryan Moore 3 years ago

Answered by cor-el 3 years ago

  • Archived

Console log is displaying un-parsed HTML and there's no option to fix it.

Developing a simple application and I am trying to debug it with the console log. The log works fine, however it looks like it's attempting to style the log entries but i… (read more)

Developing a simple application and I am trying to debug it with the console log. The log works fine, however it looks like it's attempting to style the log entries but isn't parsing its own HTML. That is, instead of seeing: <big>EXAMPLE</big> I'm seeing: < b>< i>< big>EXAMPLE</big></i></b>

Here is an example of the most recent log entry: "< pre class='xdebug-var-dump' dir='ltr'> < small>C:\wamp64\www\schedule2\jqueryAJAX.php:31:</small> < b>object</b>(< i>scheduleSheet</i>)[< i>1</i>]

 < i>public</i> 'propl' < font color='#888a85'>=></font> 

< small>string</small> < font color='#cc0000'>'property'</font>

< i>(length=8)</i>

</pre>success"

This happens no matter what script I'm using, however it only seems to happen on scripts located in localhost (with WAMP running). The console on other webpages seem to be styled appropriately, with no un-parsed HTML tags.

Asked by dedolence 6 years ago

Last reply by dedolence 6 years ago