顯示下列標籤的問題: 顯示所有問題

Intrusive VPN popup pushing Firefox VPN

Today Firefox stopped altogether and dimmed the entire window and popped up a "Try the Firefox VPN" message. I use Firefox specifically to get away from disruptive, intru… (閱讀更多)

Today Firefox stopped altogether and dimmed the entire window and popped up a "Try the Firefox VPN" message. I use Firefox specifically to get away from disruptive, intrusive violations like that. This needs to be removed immediately and never ever happen again. It's completely antithetical to the core values of Firefox.

Furthermore, several users have reported it breaking their browsing. See this Reddit thread:

https://www.reddit.com/r/firefox/comments/13rnt88/why_is_firefox_windows_11_version_showing_me/

This affected me on Windows 10 running Firefox 113.0.2 64 bit.

ben153 於 4 個月前 詢問

a.mpoygiatiwths 最近回覆於 3 個月前

Date/time of older Facebook posts disappeared

When I scroll down to look at recent posts on Facebook groups I follow all but the top one has suddenly lost its date/time – I just get a blank where the details would us… (閱讀更多)

When I scroll down to look at recent posts on Facebook groups I follow all but the top one has suddenly lost its date/time – I just get a blank where the details would usually be and have to hover over to reveal the details. The silly thing is that this only happens when I sign in and it doesn’t happen when I use chrome – although I prefer using Firefox, not least because the bookmarks sidebar is better. I have tried getting rid of all extensions and running in troubleshoot mode but without success. Any help/advice would be appreciated (as long as it is not about football!)

johnr4308 於 4 個月前 詢問

GHSRobert 最近回覆於 4 個月前

Firefox VPN

1) Firefox advertised free apps when you signed up for vpn. However, when I signed up for vpn, I didn't get any apps. Did I do something wrong? Why didn't I get the free… (閱讀更多)

1) Firefox advertised free apps when you signed up for vpn. However, when I signed up for vpn, I didn't get any apps. Did I do something wrong? Why didn't I get the free apps? 2) I don't seem to be able to add the VPN two other computers. It seems to want to sell me (Again) the VPN. I don't want to buy it again, just add my existing VPN to other computers. 3) I have some Macs that run Parallel's. Do I need to add Firefox VPN do the Windows that is running on Mac. Or, does my Mac Firefox VPN somehow protect the windows without adding a separate VPN on windows?

jse3 於 3 個月前 詢問

James 最近回覆於 3 個月前

FF 112 Tabs on the bottom beneath the bookmarks toolbar

Hi, For years I have read directions to get my tabs back where is most logical for me, below the Bookmarks Toolbar. Now with this latest version of Firefox the workaroun… (閱讀更多)

Hi,

For years I have read directions to get my tabs back where is most logical for me, below the Bookmarks Toolbar. Now with this latest version of Firefox the workarounds I had before are not working.

To cut a long story short: I have made a Chrome folder under the Profile folder I have made CSS sheet with what looks like the commands I need. I have configured Firefox to read the userChrome.css sheet.

I have followed all the directions on this thread https://support.mozilla.org/en-US/questions/1375646 (most of which are repeated elsewhere) and it still doesn't work.

I am beyond frustrated - if anyone happens to know where I can go to request this as blinkin' option I would love to know.

Please could someone help me sort this out in the meantime though?

This is what is in the CSS sheet (which is in the correct place according to the above instructions - checked that already):

Thank you in advance.

/***** START of Sample Rules (delete and replace with your your own rules) *****/
/* TABS: below Navigation Toolbar - fixed for 111/113 */

/* ROOT: VARS */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 27px !important;
  --tab-min-width:  80px !important; /*minimum:50px*/
/*  --tab-overflow-pinned-tabs-width: 175px */
}

/* TABS: POSITION */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0;
  width: 100vw !important;
}

/* Firefox 107 and older *//* #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;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#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;
}

/* DRAG SPACE */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* TABS: movingtab - vertical shifts */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

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

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

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

/* END - TABS below Navigation Toolbar */

/* Colored bookmark sidebar, toolbar, menu button containers */
  /* Standard folder */
  #bookmarks-view treechildren::-moz-tree-image(title,container),
  #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
  #PlacesToolbarItems menu[container="true"] .menu-iconic-left,
  #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon {
    fill: gold !important;
  }

 /* Smart bookmark folder */
 #bookmarks-view treechildren::-moz-tree-image(title, container, query),
 #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon {
    fill: dimtan !important;
 }
 /* These "containers" are SVG in the sidebar, not yet on the menu */
  #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_menu________) {
    fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_menu________) {
    fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, queryFolder_unfiled_____) {
    fill: tan !important;
 }

Laura 於 5 個月前 詢問

JussAskin 最近回覆於 4 個月前

U2F using ledger

Received this message thismorning while using my Ledger device:- Something went wrong-U2F browser support is needed for Ledger. Please use Chrome, Opera or Firefox with… (閱讀更多)

Received this message thismorning while using my Ledger device:-

Something went wrong-U2F browser support is needed for Ledger. Please use Chrome, Opera or Firefox with a U2F extension. Also make sure you're on a HTTPS connection.

Traceyinvest 於 5 個月前 詢問

cor-el 最近回覆於 5 個月前

Turn off ad blockers in Firefox

How exactly do I turn off ad blockers in Firefox? I clicked on "Firefox Focus For iOS because there is not an option for help when I am on a desktop, using Windows 8.1. … (閱讀更多)

How exactly do I turn off ad blockers in Firefox? I clicked on "Firefox Focus For iOS because there is not an option for help when I am on a desktop, using Windows 8.1.

steve furlan 於 1 個月前 詢問

Terry 最近回覆於 1 個月前

IDM extension not working

My IDM extension no longer seems to be the default downloader. Downloads now come via the native Windows (8.1) downloader. Can you suggest any way of resolving this issue… (閱讀更多)

My IDM extension no longer seems to be the default downloader. Downloads now come via the native Windows (8.1) downloader. Can you suggest any way of resolving this issue?

John Sullivan 於 5 個月前 詢問

magedmjaher 最近回覆於 3 個月前

PR_CONNECT_RESET_ERROR

I have a problem when I open the Amazon seller center URL, prompting PR_CONNECT_RESET_ERROR, but I can't open it according to the official solution given by Firefox, plea… (閱讀更多)

I have a problem when I open the Amazon seller center URL, prompting PR_CONNECT_RESET_ERROR, but I can't open it according to the official solution given by Firefox, please help to deal with this problem According to the official guidelines given by Firefox, I did the following: 1、Open the software, click the "Menu" icon in the upper right corner, and select "Options" in the list of options below to enter.

2, after entering the new interface, click on the "Settings" button.

3, and then in the pop-up window, check whether the proxy server is set, if set, then "Do not use proxy server" check the box.

4, if the above method can not solve the problem, you can try to close the Firefox DNS pre-resolution, enter the software, enter "about:config" in the address bar above and enter to open, click the page "accept the risk and continue "button.

5, then enter "network.dns.disablePrefetch" in the search box, and click the "toggle" button on the right side of the results given below, and change the value from " false" to "true", and finally restart the browser.

The problem still exists, please help to deal with this problem, thank you!

baby123six 於 4 個月前 詢問

jonzn4SUSE 最近回覆於 4 個月前

pixels when playing video

Hi I have a problem when I play a video I get pixels I've seen that other users have the same problem I tried some of the solutions like disabled hardware acceleration … (閱讀更多)

Hi

I have a problem when I play a video I get pixels I've seen that other users have the same problem I tried some of the solutions like disabled hardware acceleration and change some stuff on about:config (media.windows-media-foundation.use-nv12-format. double-click it and change its value to false) and use safe mode but nothing seems to work

What can I do?

Andy.Andy 於 2 個月前 詢問

Terry 最近回覆於 2 個月前

Firefox < 1.5.0.9 / 2.0.0.1 Multiple Vulnerabilities (23930) / Firefox < 1.0 Multiple Spoofing Vulnerabilities (14181)

The remote Windows host contains a web browser that is affected by multiple vulnerabilities. Description The installed version of Firefox is affected by various security… (閱讀更多)

The remote Windows host contains a web browser that is affected by multiple vulnerabilities. Description

The installed version of Firefox is affected by various security issues, some of which could lead to execution of arbitrary code on the affected host subject to the user's privileges.

Solution Upgrade to Mozilla 1.7.1 / Firefox 0.9.2 or later Upgrade to Mozilla 1.7.3 or later. Upgrade to Firefox 1.5.0.9 / 2.0.0.1 or later. Upgrade to Firefox 1.5.0.11 / 2.0.0.3 or later Upgrade to Firefox 1.5.0.10 / 2.0.0.2 or later Upgrade to Firefox 1.5.0.12 / 2.0.0.4 or later

Where are the patches/updates for this vulnerability located on the Mozilla homepage?

starks.nicholas 於 3 個月前 詢問

cor-el 最近回覆於 3 個月前

Firefox not sync my data

Dear Team, I am facing issue which is firefox sync issue even i have login my firefox account successfully but the data did not sync yet? Email: [edited] @gmail.com … (閱讀更多)

Dear Team, I am facing issue which is firefox sync issue even i have login my firefox account successfully but the data did not sync yet? Email: [edited] @gmail.com

nazmulhasanmasud0 於 1 個月前 詢問

jonzn4SUSE 最近回覆於 1 個月前