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… (læs mere)

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.

Stillet af ben153 for for 4 måneder siden

Seneste svar af a.mpoygiatiwths for for 4 måneder siden

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… (læs mere)

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!)

Stillet af johnr4308 for for 4 måneder siden

Seneste svar af GHSRobert for for 4 måneder siden

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… (læs mere)

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?

Stillet af jse3 for for 3 måneder siden

Seneste svar af James for for 3 måneder siden

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… (læs mere)

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;
 }

Stillet af Laura for for 5 måneder siden

Seneste svar af JussAskin for for 4 måneder siden

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… (læs mere)

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.

Stillet af Traceyinvest for for 5 måneder siden

Seneste svar af cor-el for for 5 måneder siden

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. … (læs mere)

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.

Stillet af steve furlan for for 1 måned siden

Seneste svar af Terry for for 1 måned siden

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… (læs mere)

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?

Stillet af John Sullivan for for 5 måneder siden

Seneste svar af magedmjaher for for 3 måneder siden

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… (læs mere)

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!

Stillet af baby123six for for 4 måneder siden

Seneste svar af jonzn4SUSE for for 4 måneder siden

Can not access bank account truist.com

I can not access for days my bank account at truist.com. It shows it is loading but never does. I CAN access from any other browser want to use! Truist says it is a Firef… (læs mere)

I can not access for days my bank account at truist.com. It shows it is loading but never does. I CAN access from any other browser want to use! Truist says it is a Firefox browser issue.

Stillet af wgray2141 for for 1 måned siden

Seneste svar af cor-el for 1 dag siden

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 … (læs mere)

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?

Stillet af Andy.Andy for for 2 måneder siden

Seneste svar af Terry for for 2 måneder siden

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… (læs mere)

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?

Stillet af starks.nicholas for for 3 måneder siden

Seneste svar af cor-el for for 3 måneder siden