태그된 질문 보이기: 모든 질문 보이기

Firefox won't open

Firefox abruptly stopped working on my MacBook Air. When logged in as the admin, Firefox works fine. When a 2nd user logs into an account on the Mac, and tries to open … (자세히 살펴보기)

Firefox abruptly stopped working on my MacBook Air. When logged in as the admin, Firefox works fine. When a 2nd user logs into an account on the Mac, and tries to open Firefox, Firefox asks to install a helper tool. If I do so (with the admin credentials), the helper tool prompt goes away, but then if I click to open Firefox the icon just bounces and I get an "application not responding" warning.

I have tried refreshing Firefox from the admin account. I deleted Firefox and deleted all user profiles, re-installed Firefox, and still the same thing happens (works fine on admin account, does not work for any other user on the Mac). I am also unable to open Firefox in troubleshoot mode (option key). Even with the option key the Firefox icon bounces on the dock and never opens.

I can't share any data because I can't open the app.

Any help would be appreciated.

Thanks.

51분 전에 evans.jeffreya님이 질문

Sky Message.

I am having problems with log into my Sky email account as each time I log into the (Yahoo mail) I get the following message come up as show in the image below. message… (자세히 살펴보기)

I am having problems with log into my Sky email account as each time I log into the (Yahoo mail) I get the following message come up as show in the image below.

message	"Control character in cookie value or attribute."

I am able to access my Sky email by other browser "Google Chrome) Any advice on how to correct the issue.

Thank You.

4일 전에 Red Terry님이 질문

1시간 전에 Red Terry님이 마지막 답변

browser screen on Firefox not the usual one

I have just installed "Opera" browser which I thought would allow me to install an App called "Marine Traffic" onto my computer. It seemed to make changes to my default b… (자세히 살펴보기)

I have just installed "Opera" browser which I thought would allow me to install an App called "Marine Traffic" onto my computer. It seemed to make changes to my default browser which is Firefox, so I re-installed Firefox. Now when I click on Firefox it comes up with a search bar but it is not the usual search bar but a largely blank screen with just a search bar in the middle. It does come up with an option at the top for another search session and when I click on that it is the normal Firefox browser screen. Can I get rid of this first strange blank screen with search bar? Mark

3시간 전에 Mark Swan님이 질문

NYT Games lag when typing

1950craigmillar Nov 21, 2024, 02:40 CST I love Firefox, but I can't find an answer to why the keyboard input lags 5-10 seconds. This is always noticeable in NYT Games l… (자세히 살펴보기)

1950craigmillar

Nov 21, 2024, 02:40 CST

I love Firefox, but I can't find an answer to why the keyboard input lags 5-10 seconds. This is always noticeable in NYT Games like Wordle, but not Bluesky, for instance. I use Chrome now for NYT but eventually I'll go back to stay if I can't fix this, which is a shame as it's the best browser around. Thank you for your help.

1일 전에 Terence Ollerhead님이 질문

8시간 전에 Terence Ollerhead님이 마지막 답변

Curved tabs. Copy the code to your chrome folder in css. For your own color you will have to change a couple of colors to siut. Mine is set up for light green.

navigator-toolbox>toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) { padding: 0px 4px 4px !important; } .tabbrowser-tab[fadein]:not([pinne… (자세히 살펴보기)

  1. navigator-toolbox>toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) {
   padding: 0px 4px 4px !important;
 }
  .tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]){
   max-width: 300px !important;

}

  1. tabbrowser-tabs {
 --tab-min-height: 36px !important;
 height: 36px !important;

}

#tabs-newtab-button {
   margin-left: 13px !important;
   margin-bottom: -1px !important;
 }
.tabbrowser-tab {
   margin: 0 -14px 0 -3px !important;
 }
 
 .tab-background{
   margin: 0 10px !important;
   background: #F0F2EA;
   background-clip: border-box;
   border: none !important; 
   -moz-transform: perspective(80px) rotateX(8deg) !important;
  -webkit-transform: perspective(80px) rotateX(8deg) !important;
   outline: none !important;
   border-top: 1px solid #7E7B7B !important;
   border-right: 1px solid #7E7B7B !important;
   border-left: 1px solid #7E7B7B !important;
   border-radius: 9px 9px 0 0 !important;
  margin-bottom:-1px !important;   

}


  .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]) {
   background-color: #D1D5C6 !important;
 }
 
 .tabbrowser-tab[selected="true"] .tab-background {
   background: #F0F2EA !important;
 }
 
 .tabbrowser-tab[selected="true"] .tab-text.tab-label {
   color: black !important;
 }
 
 .tab-line {
   display: none !important;
 }
 
 .tab-content {
   padding: 0 25px !important;
 }
 
  /* for backward compatibility */
 .tabs-newtab-button.toolbarbutton-1 {
   margin-left: -0px !important;
 }
 
 .titlebar-placeholder[type="pre-tabs"] {
   border-inline-end: initial !important;
 }
 
 #tabbrowser-tabs:not([movingtab])>.tabbrowser-tab[beforeselected-visible]::after,
 #tabbrowser-tabs[movingtab]>.tabbrowser-tab[visuallyselected]::before,
 .tabbrowser-tab[visuallyselected]::after {
   border-color: var(--tabs-border-color);
   margin-top: 0 !important;
   margin-bottom: 1px !important;
   opacity: 8 !important;
   border: none !important;
 }
 
 [tabsintitlebar]:root:not([extradragspace]) .tabbrowser-tab::after,
 .tabbrowser-tab:hover::after,
 #tabbrowser-tabs:not([movingtab])>.tabbrowser-tab[beforehovered]::after {
   border: none !important;
 }
 
 .tab-text.tab-label {
   text-shadow: initial !important;
   color: black !important;
   font-style: unset;
   text-decoration: none !important;
   -webkit-font-smoothing: antialiased !important;
   -moz-osx-font-smoothing: grayscale !important;
 }
 
 .tabbrowser-tab:hover .tab-text.tab-label {
   color: black !important;
   text-shadow: none !important;
   -moz-osx-font-smoothing: unset !important;
 }

9시간 전에 Neil Harris님이 질문

Im copy image from paint.net to Google docs and image broke.

Firefox 132.0.2 (64-bit) In other browsers/programm work correctly https://docs.google.com/ From me topic: https://forums.getpaint.net/topic/130993-copy-paste-image/ I… (자세히 살펴보기)

10시간 전에 hokagegaara님이 질문

YT Community Tab troubles

When you go to the YouTube community tab, click on a link like https://www.youtube.com/post/UgkxFmoD_WE2uSNmIHw1Njhj36JVQMnzrWzz this example I get a banner that this pa… (자세히 살펴보기)

When you go to the YouTube community tab, click on a link like https://www.youtube.com/post/UgkxFmoD_WE2uSNmIHw1Njhj36JVQMnzrWzz this example I get a banner that this page slows down firefox and after a few minutes the tab crashes. I tried disabling extensions, but it didn't help me. I came across this on two different PCs on Windows.

ff 131.0 x64 win10 x64 1809

1개월 전에 namenamenamename님이 질문

14시간 전에 namenamenamename님이 마지막 답변

problem in messenger and facebook

When I use the Firefox browser, the use of this site is very slow, messages do not appear, and the site is horribly slow. Facebook also has the same problem. Please fix t… (자세히 살펴보기)

When I use the Firefox browser, the use of this site is very slow, messages do not appear, and the site is horribly slow. Facebook also has the same problem. Please fix this problem.

20시간 전에 aminebelgho6님이 질문

Problem with large amount of POST data

If I want to display a table with large amounts of data and at the same time I want to pass it on via POST, Firefox displays only part of this data, What is the reason fo… (자세히 살펴보기)

If I want to display a table with large amounts of data and at the same time I want to pass it on via POST, Firefox displays only part of this data, What is the reason for this? In other browsers, these pages work without a problem.

1일 전에 jarekw1님이 질문

How do I change this (see screenshot)?

Over the last week or so, I've started seeing this (see screenshot) when I first start Firefox. It use to be just the large icons with stories, three across, but now ther… (자세히 살펴보기)

Over the last week or so, I've started seeing this (see screenshot) when I first start Firefox. It use to be just the large icons with stories, three across, but now there's the addition of the vertical strip on the right hand side. How do I go back to just the three across?

1일 전에 Homer712님이 질문

Problems saving bookmarks in alphabetical order

Up until a few years ago it was possible to save new bookmarks to the Bookmarks Menu and they would appear in alphabetical order. This has no longer been the case for me … (자세히 살펴보기)

Up until a few years ago it was possible to save new bookmarks to the Bookmarks Menu and they would appear in alphabetical order. This has no longer been the case for me in the last 2-3 years (I regularly check to ensure that I do have the latest version running). When I save a new bookmark it appears right at the end of all the other bookmarks I have. I can view the bookmarks in full alphabetical order when I use Bookmark manager BUT cannot save them permanently in this format. It simply reverts back to the old part sorted list when I try to save a new bookmark. Any help gratefully received.

1일 전에 iain1님이 질문

wrong language on youtube page in firefox

Everytime when going to youtube with firefox, I get language "dansk" instead of "german" or "swiss german". My firefox: 132.0.2 (64-bit). My language setting in firefox: … (자세히 살펴보기)

Everytime when going to youtube with firefox, I get language "dansk" instead of "german" or "swiss german". My firefox: 132.0.2 (64-bit). My language setting in firefox: german My language setting in Windows 11: swiss german

this is very annoying, because I first have to change on the youtube page the language to "german" in order to understand the menu.

In Google Chrome youtube behaves normally.

1일 전에 grac1님이 질문

Website Loading Issues in Firefox

Hello, I run a website, https://tasbihdigital.net/ , and I've noticed something unusual. When browsing the site using Firefox, some pages seem to load slower compared to … (자세히 살펴보기)

Hello, I run a website, https://tasbihdigital.net/ , and I've noticed something unusual. When browsing the site using Firefox, some pages seem to load slower compared to other browsers. Has anyone else experienced this, or are there specific troubleshooting steps I can take?

Thanks in advance!

1일 전에 Muhammad Nadir Khan님이 질문

Three leading slashes '///' when clicking a mailto: url

Hi! Since lately (can't pinpoint it precisely), I have the following problem: Whenever I click on a mailto url, it opens Thunderbird but inserts the mail with three leadi… (자세히 살펴보기)

Hi! Since lately (can't pinpoint it precisely), I have the following problem: Whenever I click on a mailto url, it opens Thunderbird but inserts the mail with three leading slashes.

These are not present in the url itself and also I don't get them when I right click -> copy mail address. From Gnome Web or Chromium, this does not occur.

I'm on Firefox 132.0 and Fedora 41. If you need more information, I will happily provide them.

Best regards, Carroll

1일 전에 carroll.diehl님이 질문

CHange Firefox default position to Firefox search bar instead of address bar

Hello, How can I move the cursor to be, by default, place into the "search the web" firefox space and not in the address bar. I want that when I start Firefox and when I… (자세히 살펴보기)

Hello,

How can I move the cursor to be, by default, place into the "search the web" firefox space and not in the address bar. I want that when I start Firefox and when I open a new tab. I don't want third party. I want to modify the About:config to fix this

Regards

1일 전에 progcegep님이 질문

How to inspect browser's XUL?

I need to inspect browser's UI (tabs bar etc.) to make userChrome.css, but there's no up-to-date info about doing it in current FF to be found anywhere.

1일 전에 GrayFace님이 질문

Firefox won't search

I have a Mac that was running Sequoia 10.14.7 I think. Firefox hasn't been giving search results since yesterday so I updated Firefox and restarted it. Still got blank pa… (자세히 살펴보기)

I have a Mac that was running Sequoia 10.14.7 I think. Firefox hasn't been giving search results since yesterday so I updated Firefox and restarted it. Still got blank pages after updating. Firefox suggested re-installing so I did. I got no warning DURING installation that the newest version would not work with Sequoia. There was a light gray circle slash through the icon when I installed it, but have never see that when installing apps before. I was given an option to replace the original Firefox or install a second version, so I chose "replace," thinking I was keeping it simple. I updated Mac OS to Catalina 10.15.7--an action I've been avoiding due to all of my most important documents being on an older version of Word for Mac 2011, and TBH I resent having to pay for a subscription to access my Word & Excel documents for revision or printing, and don't like keeping my documents on the cloud...as required by newer versions of MS Office. Now I have Catalina & the newest version of Firefox and can't do the two most important things I need to do on my computer: Work with my Word docs and Firefox STILL PRODUCES BLANK SEARCH RESULTS PAGES. I've now essentially lost access to all my Office docs due to chain reaction fuster cluck resulting from a blank Firefox search page 2 hours ago. PLEASE ADVISE.

6일 전에 gcptq4vr89님이 질문

2일 전에 gcptq4vr89님이 마지막 답변

Google

My Google tab won't open anymore in Firefox. I have the latest version. It asks me to restore but nothing happens. I can open google on all other browsers. Safari, Chrome… (자세히 살펴보기)

My Google tab won't open anymore in Firefox. I have the latest version. It asks me to restore but nothing happens. I can open google on all other browsers. Safari, Chrome etc. but not Firefox.

2일 전에 Neil Boyd님이 질문

Stop recommending non-existent websites

I love Firefox, but I'm almost ready to leave. Every time I want to navigate to "shop.bahaiwebsites.com", autocomplete enters "shop.bytique.com", which doesn't exist. How… (자세히 살펴보기)

I love Firefox, but I'm almost ready to leave. Every time I want to navigate to "shop.bahaiwebsites.com", autocomplete enters "shop.bytique.com", which doesn't exist. How do I stop this autosuggest? Thank you.

2일 전에 RandyWest님이 질문

Accute sign does not work as first character of a line

Hey, guys. I have a problem when i type ´ + E or ´ + A, it should produces É and Á but it is deleted instantaneously. In firefox search bar it works as expect, but in sky… (자세히 살펴보기)

Hey, guys. I have a problem when i type ´ + E or ´ + A, it should produces É and Á but it is deleted instantaneously. In firefox search bar it works as expect, but in skype or whatsapp it doesnt. My keybord is abnt2

2일 전에 vfbsilva님이 질문

2일 전에 vfbsilva님이 마지막 답변