Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

Startpage Search Engine

This problem exists ONLY on Firefox. I vary search engines, from DuckDuckGo to Presearch and Startpage depending on the search results I get. For no apparent reason I wi… (Lesen Sie mehr)

This problem exists ONLY on Firefox. I vary search engines, from DuckDuckGo to Presearch and Startpage depending on the search results I get.

For no apparent reason I will get a "suspended connection" message on Startpage while using the Firefox browser. I have included both the link and a screenshot of the problematic page. The page will open perfectly several times, and then suddenly, in the same session, if I open a new Startpage tab, this message will appear. While the suspended connection message is visible in Firefox / Startpage, I will try Startpage in Edge, Opera, Chrome and Midori, and they all open to the Starpage beautifully.

I am using the Firefox 125.0.3 browser, I have cleared caches and cookies, and run full malware scans, with zero negative results, and yet this problem persists. It is sporadic, and does not occur on a predictable basis. It occurs whether the Mozilla VPN is on or not, and switching from on to off or off to on changes nothing, even after refreshing the page.

I am assuming that this is a Firefox issue, as the problem does not occur on other browsers

I can easily switch browsers and / or search engines, but Firefox in conjuction with Startpage is my preferred combo. I just find it frustrating in that I cannot fix it myself.

So....Ehhhh...what's up doc?

https://www.startpage.com/sp/captcha-block#?bc=US&bi=QuadraNet&be=a2667ecaaf93ae9c091acfff4cebeacc&bds_t=1715638671T77bc1f599823650a2bba749db91bb9c806807a1edc0a34414bf50516dbe0e125&bds_s=dd88ea12048c4efdb6fb4d366c52ae8f&lui=english&cat=web&language=english&t=night&cmd=gen_page

Gefragt von EmJay Dubbya vor 1 Jahr

Beantwortet von EmJay Dubbya vor 1 Jahr

  • Gelöst
  • Archiviert

Won't switch to new tab when right-clicked

I've searched for answers. I tried the About:config and changing some settings to false and others to true as suggested (e.g. browser.search.context.loadInBackground), et… (Lesen Sie mehr)

I've searched for answers. I tried the About:config and changing some settings to false and others to true as suggested (e.g. browser.search.context.loadInBackground), etc., and of course I have the option chosen under settings.

This is a new computer. My old computer would switch to the new tab when I right click it, but this new one won't.

Any latest fixes?

Gefragt von Bobg vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

SBS On Demand Video Playback error

I have been watching SBS OnDemand successfully until today. I now receive a consistent Video Playback error on any video using Firefox Ver 124.0.1.  I do not have an Adbl… (Lesen Sie mehr)

I have been watching SBS OnDemand successfully until today. I now receive a consistent Video Playback error on any video using Firefox Ver 124.0.1.  I do not have an Adblocker installed. (Windows 11 Pro 23H2).  I do have AVG Internet Security installed.  I installed no apps. I turned off Enhanced Protection for sbs.com.au in Firefox but the problem persists. The problem does not occur on Chrome.

Gefragt von janene.l.pierce vor 1 Jahr

Beantwortet von janene.l.pierce vor 1 Jahr

  • Gelöst
  • Archiviert

Youtube appears blank

Hello For a few days now, every time I go to youtube the page appears almost completely blank (see screenshot). I've tried disabling all my extensions and go in troublesh… (Lesen Sie mehr)

Hello For a few days now, every time I go to youtube the page appears almost completely blank (see screenshot). I've tried disabling all my extensions and go in troubleshoot mode but it still does not work. When I try removing youtube storage from firefox settings "manage cookies and site data" and saving, data of the same size is still there when I open the storage manager again. The only thing that seems to work is going into a private window but since I have to keep signing in each time it is painful especially with google MFA. Please help.

Thank you

Gefragt von cperche06 vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

White boxes appearing on browser and screen

Hello! Started up Firefox today and these whited out boxes started appearing over my search bars and random part of the screen, such as the descriptions of different ar… (Lesen Sie mehr)

Hello!

Started up Firefox today and these whited out boxes started appearing over my search bars and random part of the screen, such as the descriptions of different articles on my home pages, extension and theme information in my settings, and different tabs (see pictures 1 and 2). The text is also white, making it almost impossible for me to see what I'm typing or selecting in the search bar (picture 3).

I've already tried some tips that I found on the forums such as changing the hardware accelerator, making sure my extensions and add-ons were up to date, etc. When I go into troubleshooting mode, the boxes disappear and Firefox functions normally, but when I tried turning off all my add-ons and themes on the regular browser, the problem still wasn't fixed. I did a full refresh of the browser, hoping that would help to reset whatever was causing the issue, but that didn't help either.

Any advice or troubleshooting tips would be greatly appreciated!

Gefragt von jayd8kit vor 11 Monaten

Beantwortet von cor-el vor 11 Monaten

  • Gelöst
  • Archiviert

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (Lesen Sie mehr)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_bookmarks.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Gefragt von heusmich vor 2 Jahren

Beantwortet von heusmich vor 2 Jahren

  • Gelöst
  • Archiviert

Nvidia RTX Super Resolution only works sporadically in full screen and not at all in windowed videos.

Nvidia RTX Super Resolution seems to only work very rarely or not at all compared to the Chrome version. In some instances it will upscale the Full-Screen Video. It will … (Lesen Sie mehr)

Nvidia RTX Super Resolution seems to only work very rarely or not at all compared to the Chrome version. In some instances it will upscale the Full-Screen Video. It will not interact with windowed videos at all. But it will never upscale a windowed version that exceeds the playback resolution.

Steps to reproduce for windowed videos:

  1. Open any youtube video
  2. Set the resolution to 480p or lower (as I am using a QHD 2560 x 1440p monitor)
  3. Playback the video and monitor Nvidia Control Panel to see if Super Resolution has activated.

Observation for windowed videos: Feature works in Chrome. Feature does not work in Firefox

Full-Screen and Super Resolution: I have no idea what is going on here, on very rare occasions it does work, for the most part it does not work at all. If I had to give a rough idea of when it works, I would say that it is more likely to work when Firefox has been freshly launched.

I could neither see an active change in the Control Panel, or notice anything in the video quality. Both a quality change and feedback in the Control Panel occur when using the feature in Chrome. I have tested on identical links, with identical quality settings.

I tried:

  • setting the Super Resolution Quality manually, instead of manually
  • an incognito tab

Gefragt von rubinlord vor 1 Jahr

Beantwortet von rubinlord vor 1 Jahr

  • Gelöst
  • Archiviert

Graphical problems on Surface Pro X (arm64)

Using the arm64 version of Firefox on a Surface Pro X causes several graphical issues. These issues started either with a update of Firefox or drivers. This topic has al… (Lesen Sie mehr)

Using the arm64 version of Firefox on a Surface Pro X causes several graphical issues. These issues started either with a update of Firefox or drivers.

This topic has already been reported, please see here for more information and documentation: Reddit: https://www.reddit.com/r/firefox/comments/182iojx/firefox_arm64_graphical_problems_on_surface_pro_x/ Mozilla Connect: https://connect.mozilla.org/t5/discussions/firefox-arm64-graphical-problems-on-surface-pro-x/m-p/52086

What can be done to report this issue and help it getting fixed?

Gefragt von Felix vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (Lesen Sie mehr)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Gefragt von scottish2 vor 2 Jahren

Beantwortet von jscher2000 - Support Volunteer vor 2 Jahren

  • Gelöst
  • Archiviert

PR_CONNECT_RESET_ERROR

I have encountered PR_CONNECT_RESET_ERROR for the last few days. All websites cannot be accessed. I tried to uninstall/reinstall Firefox several time and nothing works.… (Lesen Sie mehr)

I have encountered PR_CONNECT_RESET_ERROR for the last few days. All websites cannot be accessed. I tried to uninstall/reinstall Firefox several time and nothing works. My system is Windows 11 Home, Version 22H2, Installed on ‎2/‎7/‎2023, OS build 22621.4037. Kaspersky Anti Virus is 21.3.10.319(m).

Gefragt von umrhanyp vor 9 Monaten

Beantwortet von jonzn4SUSE vor 9 Monaten

  • Gelöst
  • Archiviert

Firefox does not appear in volume mixer in Windows 11

I have a Lenovo ThinkPad X1 Yoga Gen 6 (20XY005MGE) with Win11 Pro. All of a sudden, Firefox does not play any sound. I notice that it does not show up in the volume mix… (Lesen Sie mehr)

I have a Lenovo ThinkPad X1 Yoga Gen 6 (20XY005MGE) with Win11 Pro.

All of a sudden, Firefox does not play any sound. I notice that it does not show up in the volume mixer. I tried:

Youtube does not play sounds, the Spotify page notices that it cannot play sound (the spotify App for Windows works fine, though). News sites (tagesschau.de / video, deutschlandfunk.de / audio) play the video, but no sound.

I had the problem a few months ago already but I cannot recall the solution :(

Thanks for helpful hints!

Gefragt von Wolfgang-Hannover vor 1 Jahr

Beantwortet von Wolfgang-Hannover vor 1 Jahr

  • Gelöst
  • Archiviert

Shortcuts: Button to add new ones no longer available

Since the penultimate and now the last current update to version 127.0.2 (64Bit), the button (tile with the + sign) to add new shortcuts is no longer available. How can n… (Lesen Sie mehr)

Since the penultimate and now the last current update to version 127.0.2 (64Bit), the button (tile with the + sign) to add new shortcuts is no longer available. How can new shortcuts be added now?

Gefragt von Martin Müller vor 11 Monaten

Beantwortet von Martin Müller vor 11 Monaten

  • Gelöst
  • Gesperrt
  • Archiviert

severely broken webpage loading (for specifically roblox)

this is definitely a unique issue i have not ever had, LOL i'm running into a very strange issue where only the roblox page is not loading properly. everything else seem… (Lesen Sie mehr)

this is definitely a unique issue i have not ever had, LOL

i'm running into a very strange issue where only the roblox page is not loading properly. everything else seems to work just fine; trying to load roblox on google chrome works fine too! ive turned off my extensions and run it in troubleshoot mode, i've updated the browser and my pc and my drivers, nothing seems to want to fix it. i'm not very sure what's going on. it's very funny, but definitely troublesome- the website is not navigatable in this state.

it randomly popped up like this last night, i was under the impression roblox itself was down because my friend in the call at the time had been talking about how slow the site is. upon digging deeper and asking around, nobody else is having the issue i'm having so i'm lead to believe its a me issue

Gefragt von kindlingbird vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

"Find in page" not working

Suddenly my "find in page" or "Ctrl F" function from the Firefox menu doesn't work. I can click on it but nothing happens. I never get a place to type in what I want to f… (Lesen Sie mehr)

Suddenly my "find in page" or "Ctrl F" function from the Firefox menu doesn't work. I can click on it but nothing happens. I never get a place to type in what I want to find. Did I accidentally change something in my Settings? If so, I can't find what it was.The same function in Chrome still works just fine. Please help. Thank you.

Gefragt von cre8onlyluv vor 1 Jahr

Beantwortet von Terry vor 1 Jahr

  • Gelöst
  • Archiviert

Yahoo Searches Opening in New Tab After Update

I have Yahoo as my home page and usually search from it starting out. I noticed, however, after the last update or two in the last week that when I hit search, it opens t… (Lesen Sie mehr)

I have Yahoo as my home page and usually search from it starting out. I noticed, however, after the last update or two in the last week that when I hit search, it opens the search results in a new tab. It didn't use to do this, but I can't find any Firefox option to make the searches stay in the existing tab. Can anyone help with this? I don't think it's Yahoo's settings, because I'm not signed into it. It seems like the Firefox update created this new behavior.

Gefragt von FireFoxFan1 vor 1 Jahr

Beantwortet von zeroknight vor 1 Jahr

  • Gelöst
  • Archiviert

For 2FA, I used a code generated by Google Authenticator to enter my account - but codes are rejected

Recently I activated 2FA on Firefox. I scanned the barcode by Google authenticator, to make it my code generator. I'm now trying to enter Firefox on my laptop. After ty… (Lesen Sie mehr)

Recently I activated 2FA on Firefox. I scanned the barcode by Google authenticator, to make it my code generator.

I'm now trying to enter Firefox on my laptop. After typing my password, when I try to enter one of the generated Google Authenticator codes, I constantly get a response "Invalid code".

I had to use one of the backup codes (out of the 8), and managed to enter my account on the laptop, but none of the logins and passwords were found there (it's empty).

My first question is why does Firefox reject the codes received from Google Authenticator (do I have to cancel my 2FA and define it once again? but I did everything by the book, with GA, and it seemed fine the other day).

My second question: I finally managed to enter my account with one of the eight backup code. Why are there no passwords etc? Aren't they automatically drawn from my usual (existing) account?

The laptop runs Win 10. I installed the 2FA on my main computer, which runs Win 11.

Thank you very much in advance, Eldad

Gefragt von Eldad S-firefox vor 1 Jahr

Beantwortet von Eldad S-firefox vor 1 Jahr

  • Gelöst
  • Gesperrt
  • Archiviert

Bookmark a pdf page

Hello! I was reading a pdf file in Firefox, and I wanted to bookmark a page to read it later. Unfortunately, on the top right hand corner, I can't find the bookmark butto… (Lesen Sie mehr)

Hello! I was reading a pdf file in Firefox, and I wanted to bookmark a page to read it later. Unfortunately, on the top right hand corner, I can't find the bookmark button (the ribbon button), and in the settings there is no way to find it or the option related.

Could you help me? Thanks.

Firefox 123, Windows 11

Gefragt von SuMo Bot vor 1 Jahr

Beantwortet von jscher2000 - Support Volunteer vor 1 Jahr

  • Gelöst
  • Archiviert

HOW to Edit HTML files with Firefox similar to IE11 in the past?

I've been searching for a solution on HOW to edit HTML files (for websites) on my new laptop. I used to use IE11 (Internet Explorer 11), on Windows XP / 7 (32 bit), wh… (Lesen Sie mehr)

I've been searching for a solution on HOW to edit HTML files (for websites) on my new laptop. I used to use IE11 (Internet Explorer 11), on Windows XP / 7 (32 bit), which worked spot on, the steps were as follows: (I write websites from scratch most of the time) 1) Click on, say, index.html 2) IE11 shows the actual page 3)Click on View/ Source 4)The source code shows up in Notepad 5) Edlt the code, Save and click Reload the webpage. You can straightaway see the changes.

Currently my new laptop runs Win 11 pro, Microsoft does NOT support IE11 anymore, I can however run IE11 as a add-on, BUT it does not work very well . I also tried a couple of free dedicated editing programs also, BUT they are exceedingly clumsy to use and can't equate to the old IE11 at any level. Somewhere I read that Firefox ( i have v115) can emulate what IE11 could do, hence I am on this forum posing the question, as i can't find the solution,

Anyone in the same boat?

Please share your ideas, Many thanks

Gefragt von pendragon2 vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

Open custom urls only for first window

I have set four custom URLs to open each time I use my main Firefox profile - this works well. (I have several different profiles I use for different roles and sets of lo… (Lesen Sie mehr)

I have set four custom URLs to open each time I use my main Firefox profile - this works well. (I have several different profiles I use for different roles and sets of logins).

I frequently open new windows to hold a set of associated tasks.

If I specifically open a link into a new window, the new window only has that one tab - all good.

However, if I just open a new window (Ctrl-N), Firefox always opens four new duplicate tabs for my custom URLs.

Is there a way to limit custom URLs to the first window opened in a profile or to open custom URLs only if they are not already open in at least one window?

Gefragt von Donald Hobern vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

All live Twitch channels "offline" despite that they are streaming

As of recently, every time I try to watch someone on Twitch, where the video feed would normally be is the streamer's offline banner image. Chat is working fine, and is a… (Lesen Sie mehr)

As of recently, every time I try to watch someone on Twitch, where the video feed would normally be is the streamer's offline banner image. Chat is working fine, and is active despite the stream not being displayed on my end. If I check the Twitch mobile app the stream displays as normal, so I know they are currently streaming. I tried disabling all of my add-ons and restarting the browser to no avail. I am a noob, so please be patient with me. I have attached images of an example, but this happens with any live channel, not just ones I am following (I do not have any active subscriptions as far as I know).

Gefragt von boarself vor 1 Jahr

Beantwortet von boarself vor 1 Jahr