- Løst
McAfee Antivirus
I want to get rid of McAfee Antivirus on my computor
I want to get rid of McAfee Antivirus on my computor
Someone has hack my Facebook account
when i open a new session, the window is always tiny, but the little icon in the upper right indicates that the window is maximized. when i click it once then it acts as … (læs mere)
when i open a new session, the window is always tiny, but the little icon in the upper right indicates that the window is maximized. when i click it once then it acts as its minimized, and i have to click a second time to maximize it for reals. it also does not remember the last size i set the window. doesnt happen if i open an additional window, only upon startup
In the last couple of days, I have been having troubles editing Google Docs documents. Certain actions cause the cursor to jump around in the document. For example, i… (læs mere)
In the last couple of days, I have been having troubles editing Google Docs documents. Certain actions cause the cursor to jump around in the document.
For example, if I am sitting in a bulleted list, if I invoke the "increase indent" function through a menu or through the keyboard shortcut (tab key), the increase indent function executes correctly, but then the cursor moves to a new position a few lines earlier in the document.
Other operations cause similar movement of the cursor.
I am not alone in seeing this. When I originally encountered it I tried google support and found this thread where somebody else reported similar behaviour: https://support.google.com/docs/thread/236206911/cursor-jumps-to-some-random-location-when-i-press-enter-or-tab?hl=en-GB&sjid=15035544943505962877-NA .
I contributed to that thread, and on the advice of Google technical support tried various things. I disabled all my add-ons and refreshed firefox. The problem still occurred. But if I tried Google Chrome, I did not see the problem.
The problem persists across different documents.
I observed the problem in two separate environments: on both my laptop and my desktop computers. In both cases I'm running the latest release version of firefox (117.0.1). My desktop runs windows 11 while my laptop runs windows 10 -- both are up-to-date.
However, my wife can edit the same documents without seeing the problem. So, it's something specific to my environment. We use the same add-ons. The only difference I can think of is that I use a firefox account for syncing bookmarks across devices while she does not.
If I can provide any additional information, please let me know. Thanks!
I keep accidentally muting my tabs when all I want is to click on them to switch to them. I don't want the option to mute the tabs at all. I just simply want to switch t… (læs mere)
I keep accidentally muting my tabs when all I want is to click on them to switch to them.
I don't want the option to mute the tabs at all. I just simply want to switch to the tab when I click on it.
How do I do that?
My version is 89.0
Ever since version 88 or 89 Firefox has started being slow to load. I have tried everything. Uninstalled it, reinstalled it. Started it in safe mode. Started it without t… (læs mere)
Ever since version 88 or 89 Firefox has started being slow to load. I have tried everything. Uninstalled it, reinstalled it. Started it in safe mode. Started it without the 4 addons I use. Refreshed it. Started it as a new installation with nothing on it without signing in. People have tried to direct me to troubleshooting and basically threw up their hands and chalked it up to user error. All why Chrome and Brave with all the same settings and addons open immediately and run smoothly with no issues. So I know it’s not user error. There have been a few updates for Firefox but none of them fixed anything. No one has been able to help me fix the issue. I don’t know what it is and have never had this issue before with any browser. It’s slow loading the first time I open it and then works fine afterwards, albeit more slowly than Chrome or Brave. Also, Firefox is installed on my SSD drive in my gaming laptop running more than enough memory and with a Nvidia 1060 with updated drivers.
In the changes for Firefox 92, I see "The bookmark toolbar menus on macOS now follow Firefox visual styles." Is there a way to revert to the more compact view for these … (læs mere)
In the changes for Firefox 92, I see "The bookmark toolbar menus on macOS now follow Firefox visual styles." Is there a way to revert to the more compact view for these menus I am used to? I am using a MacBook Pro (Retina, 15-inch, Mid 2015) with macOS 11.1.
FFox 92 update today. Menu spacing went to double. No shock there. Found the CSS code below for UserChrome.css and set it up. EX. menupopup > menuitem, menupopup &… (læs mere)
FFox 92 update today. Menu spacing went to double. No shock there. Found the CSS code below for UserChrome.css and set it up.
EX.
menupopup > menuitem, menupopup > menu { padding-block: 4px !important; } :root { --arrowpanel-menuitem-padding: 4px 8px !important; }
EX:
menupopup > menuitem, menupopup > menu { padding-block: 0px !important; } :root { --arrowpanel-menuitem-padding: 0px 0px !important; }
But, it doesn't get any smaller than the above 4/8px set up. Bug? Perhaps there's another CSS setting to be tweaked for V 92? I do not have any other CSS for these items elsewhere in my UserChrome file.
Hello, I am using Firefox version 92. The screenshot function is not working, both if I right click and request a screenshot from the slideout menu, and if I request a s… (læs mere)
Hello,
I am using Firefox version 92. The screenshot function is not working, both if I right click and request a screenshot from the slideout menu, and if I request a screenshot from the shortcuts/overflow menu (scissors icon). I have attached a screenshot (taken with ‘prntscr” through windows) png of the result that takes place on my screen. The screen will freeze with this image of a large X until I do a refresh of the page. Cntl-Shift-S also does not work. I have tried clearing the cache, running FF in safe mode, refreshing FF, reinstalling FF, and I have ensured that the extensions.screenshots.disabled setting in about:config is set to ‘false’ (also toggled it to ‘true’ and back to ‘false’). I have attached a screenshot of all the settings in about:config that pertain to screenshots.
Thank you for your help.
I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightl… (læs mere)
I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightly reduce the tab height, (2) get back tab borders for inactive tabs and (3) remove the small gaps between tabs. How exactly do I have to change the following code to do so (ideally, for convenience, please just complete the code accordingly)? Thanks in advance for any support!
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/ menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu { padding-block: 2px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ min-height: unset !important; /* v92.0 - for padding below 4px */ } :root { --arrowpanel-menuitem-padding: 4px 8px !important; } /*** Proton Tabs Tweaks ***/ /* Adjust tab corner shape, optionally remove space below tabs */ #tabbrowser-tabs { --user-tab-rounding: 6px; } .tab-background { border-radius: var(--user-tab-rounding) var(--user-tab-rounding) 0px 0px !important; margin-block: 1px 0 !important; } #scrollbutton-up, #scrollbutton-down { /* 6/10/2021 */ border-top-width: 1px !important; border-bottom-width: 0 !important; } /* Container color bar visibility */ .tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line { margin: 0px max(calc(var(--user-tab-rounding) - 3px), 0px) !important; }
How do I stop firefox adding "recent" to tasks - I've tried changing the "about:config" settings but this doesn't work. There seems to be no halfway house where you loos… (læs mere)
How do I stop firefox adding "recent" to tasks - I've tried changing the "about:config" settings but this doesn't work.
There seems to be no halfway house where you loose All Tasks or have to continue to delete the annoying " recent documents.
Am I missing something?
Hi Firefox team, I am having issues after updating to the latest version of Firefox. When opening a Google Meet meeting, my Firefox browser crashes and it keeps doing ag… (læs mere)
Hi Firefox team,
I am having issues after updating to the latest version of Firefox. When opening a Google Meet meeting, my Firefox browser crashes and it keeps doing again and again. Otherwise, the browser works just fine.
The following is from the abouts:crashes webpage: ID: fcf6a6af-3c59-4e02-9d1b-3b2cf0210927 Signature: VTPixelTransferSessionCanUseMetalInTheBackground
Thank you, Yerkebulan
On some websites (e.g. the Guardian newspaper) Firefox displays graphics overlaying the text, making the page unreadable. Same page works fine in Chrome. Thoughts? … (læs mere)
On some websites (e.g. the Guardian newspaper) Firefox displays graphics overlaying the text, making the page unreadable. Same page works fine in Chrome. Thoughts?
duplicate of /questions/1353322 Please my Facebook account unlock Not show opshen get a code on your phone Please show opshen my mobile number Password email: please… (læs mere)
duplicate of /questions/1353322
Please my Facebook account unlock Not show opshen get a code on your phone Please show opshen my mobile number Password email: please reply to my email and unlock Facebook
edited email, password and phone# from public and search/spam bots view as this is a public community support forum.
What can I do for setting the cookies?
Win10 with what was Firefox 89. I had already disabled the Proton UI on this installation, because it is horrible. Today Firefox decided to update to version 91. All of t… (læs mere)
Win10 with what was Firefox 89. I had already disabled the Proton UI on this installation, because it is horrible. Today Firefox decided to update to version 91. All of the Proton UI junk is back. I tried disabling it again, but nothing worked. Doing a web search, it appears that Mozilla has disabled the ability to turn off Proton.
I then set about to rollback the installation back to version 89. I found a Mozilla link on this, went to their ftp server and downloaded the installation files for the last version of 89. The installation went normally, but when I opened Firefox afterwards, a little box popped up saying something to the effect of "To keep your History and Bookmarks from possibly being corrupted, Firefox must create new user profile." I exited out of this and Firefox didn't start. I attempted to restart Firefox again and the same box popped up again. The only way to get past it was to click the accept button.
I did so and Firefox started. This was clearly not version 89. As the UI is junk, it took several minutes to find out that this was now the latest version of 92!!!! I'm absolutely positive that I downloaded the correct file. When I look through the update history, it doesn't even show todays version 89 installation as happening. What a piece of junk.
I then spent 20 minutes figuring out how to revert back to my user profile, not the new one that it had created for me. I then did some research on what had happened. Well it turns out that you can't actually rollback Firefox, despite what Mozilla says. For a while they have added "downgrade protection" which automatically creates the new user profile and stops your old profile from being accessed by it. So unless you want to figure out how to spend a hundred hours reconstructing bookmarks, passwords, settings, etc. it actually isn't possible to rollback Firefox. Doesn't this violate some Microsoft rules about being able to uninstall versions of software from within Windows? If you try to do this with Firefox and go back to a previous version it blows everything up.
Does anyone know how to actually rollback Firefox to a previous version, so that Proton can be disabled?
i want to play multiple(2) youtube videos at the same time in different tabs inside the same firefox window , what about:config commands do i need? example listen to one… (læs mere)
i want to play multiple(2) youtube videos at the same time in different tabs inside the same firefox window , what about:config commands do i need?
example listen to one tab in the background while watching another in the foreground tab, in the same firefox window.
second thing: is there a about:config or add-on that gives a mute/unmute for each individual tab located inside the tab header of each tab like a speaker button mute or unmute for individual tabs?
I have had to re-install my o/s (win10) and reload all the applications. Effectively a virgin install. I have no options/preferences in the menu selection. In settings I … (læs mere)
I have had to re-install my o/s (win10) and reload all the applications. Effectively a virgin install. I have no options/preferences in the menu selection. In settings I can restore tabs that were open when I close Firefox but no option to open specific pages or use current pages.
Hello guys, my old pc MP got fried and i needed a new windows and idid and installed Firefox as its my best browser but when i signed in in my account it seemed like i f… (læs mere)
Hello guys,
my old pc MP got fried and i needed a new windows and idid and installed Firefox as its my best browser but when i signed in in my account it seemed like i forgot my password so i did reset it and when i signed in i didn't find any of my old account passwords or data at all and i do need help to restore these data
thx in advance
Ok so the question I was originally asking is why Firefox won't adjust to my computers Settings. For instance I have to Zoom to 150% to read my emails even though the min… (læs mere)
Ok so the question I was originally asking is why Firefox won't adjust to my computers Settings. For instance I have to Zoom to 150% to read my emails even though the minimum font size is set 20. So I went on the Help page and it kept giving direction do Refreshing the page, which I believe I've done before but the tutorial said they've changed the way it looks and where its at and unfortunately on my current, newest version, Firefox its nowhere. For starters, click on the 3 lines ie the Menu Bar on the right, good, then go down to Help, no Help listed in the Drop-Down Menu, No Troubleshooting, no More Tools? I am stuck? Ok under Share Data it says "safe-mode false" ?