Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

New tab = home page

I have change my home page to DuckDuckGo, but when I click on a new tab, "+" I get Firefox. I tried blank and it is indeed blank, so how do I set new tab so it opens Duck… (Lesen Sie mehr)

I have change my home page to DuckDuckGo, but when I click on a new tab, "+" I get Firefox. I tried blank and it is indeed blank, so how do I set new tab so it opens DuckDuckGo? (Read all help articles.)

Gefragt von computerdown vor 1 Stunde

Letzte Antwort von Agent virtuel vor 53 Minuten

Home Screen wallpaper size /resolution

Firefox just introduced a cool feature that lets us set custom wallpapers on the home screen—love it! But whenever I try using pictures from my personal library, they don… (Lesen Sie mehr)

Firefox just introduced a cool feature that lets us set custom wallpapers on the home screen—love it! But whenever I try using pictures from my personal library, they don’t fit properly and end up getting cropped. Resizing doesn’t help either, since making the image smaller just ruins the quality.

So, is there a specific format I should be using? Like, does it need to be JPEG only, or will any file type work? And if any format is fine, what’s the ideal one for the best results? I couldn’t find anything in the settings or help pages about this.

Gefragt von Ray vor 1 Tag

always on private seasrch and shortcuts on landing page

If I turn on "always use private surfing", can I not have shortcuts on my Firefox landing page? I had six shortcuts on my landing page; however, I turned on "always be i… (Lesen Sie mehr)

If I turn on "always use private surfing", can I not have shortcuts on my Firefox landing page?

I had six shortcuts on my landing page; however, I turned on "always be incognito", and my shortcuts disappeared, and I do not see an option to add them back.

Are the two mutually exclusive?

Gefragt von rexanderson007 vor 4 Tagen

Home Page

On your homepage there are 24 news articles... is it asking too much to have 12 of them from non-far-left news agencies instead of the 20 far-left and 4 neutral? Or maybe… (Lesen Sie mehr)

On your homepage there are 24 news articles... is it asking too much to have 12 of them from non-far-left news agencies instead of the 20 far-left and 4 neutral? Or maybe you don't care about the 50+ percent of right leaning customers. Need a Bud-Light lesson?

Gefragt von craigcameron000 vor 2 Monaten

Letzte Antwort von Ucwazy vor 1 Woche

New tab feature does not work

I am using 138.0.1 (aarch64) on a Mac. The new tab feature simply does not work. When I place one tab over another, they simply scoot around one another to make space; … (Lesen Sie mehr)

I am using 138.0.1 (aarch64) on a Mac. The new tab feature simply does not work. When I place one tab over another, they simply scoot around one another to make space; no new tab group is created. Any ideas? Thanks.

Gefragt von AlexanderG vor 1 Monat

Letzte Antwort von MarkRH vor 1 Monat

open search link in tab firefox

when I complete a search (ie computers)in firefox it opens a window on the right. How do i permanently change this to open a tab at the top of the screen

Gefragt von Mike vor 1 Monat

can't open links without right-click to open in new tab

When I started using Firefox today, I found that I can't always click to open links. Often right-clicking to open in a new tab works, but I've run into at least one case … (Lesen Sie mehr)

When I started using Firefox today, I found that I can't always click to open links. Often right-clicking to open in a new tab works, but I've run into at least one case so far that doesn't.

Examples:

1. the link to go to the log in page for a medical practitioner - right clicking to open in a new tab didn't work, I was able to open it in a private window

2. a "confirm subscription" link in an email - I right-clicked to open it in a new tab

3. I'm logged out of my password manager (Proton Pass) or at any rate when I click on the Proton Pass icon in the toolbar nothing happens - normally it logs in, or if already logged in, then clicking the icon opens the vault.

My computer installed a Windows update yesterday. I haven't futzed with any settings in Firefox or my usual security & privacy extensions recently. Not sure how to start troubleshooting this - aside from turning all of my extensions off just to be sure one of them isn't causing the problem.

Gefragt von S vor 2 Monaten

Open a new Tab not happening

I click to open a NEW TAB and it does not work. I just updated to the latest version of FF now nothing happens. The right click menu shows way too many options unlike be… (Lesen Sie mehr)

I click to open a NEW TAB and it does not work. I just updated to the latest version of FF now nothing happens.

The right click menu shows way too many options unlike before  and I have to scroll to the top to see the open in new tab. DOES NOT OPEN ANYTHING.

Gefragt von pete_scott2 vor 2 Monaten

Letzte Antwort von Agent virtuel vor 2 Monaten

New Tab

How to restore the "New Tab" to the Custimize Toolbar? or Ctrl+T

Gefragt von Cyclone3211 vor 2 Monaten

new tabs not working

i cant open a new tab.. and since i cant open a new tab. i have realized how many times a day i click open a new tab. its starting to annoy me . when i see a youtube vide… (Lesen Sie mehr)

i cant open a new tab.. and since i cant open a new tab. i have realized how many times a day i click open a new tab. its starting to annoy me . when i see a youtube video i wanna watch. i right click on the video. the first few lines are blanc. and when i click open in a new tab.. the new tab option is in a different place. the first few options say add to dictionairy and remove from dictionary .. it makes no sense., help me

Gefragt von dleochko vor 2 Monaten

Letzte Antwort von dleochko vor 2 Monaten

new update is broken

latest version 136.0.3 is broken. When I right-click on a link, the choice list is different; clicking on 'open in new tab/window does nothing.

Gefragt von djn vor 2 Monaten

  • Gelöst

Firefox 136 broke my custom new tab page, how do I fix it?

I'm on Linux. I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/a… (Lesen Sie mehr)

I'm on Linux.

I've been using this method to setup a custom new tab page for Firefox for almost 4 years, and it has worked great: https://jamesnorth.net/knowledge-base/article/firefox-new-tab-page

---

Navigate to /usr/lib/firefox.

Create autoconfig.cfg:

// var {classes:Cc,interfaces:Ci,utils:Cu} = Components;

/* set new tab page */ try {

 Cu.import("resource:///modules/AboutNewTab.jsm");  
 var newTabURL = "file:///home/james/ff/index.html";  
 AboutNewTab.newTabURL = newTabURL;  

} catch(e){Cu.reportError(e);} // report errors in the Browser Console

Create defaults/pref/autoconfig.js:

// pref("general.config.filename", "autoconfig.cfg"); pref("general.config.obscure_value", 0); pref("general.config.sandbox_enabled", false);

---

However, upon updating to Firefox 136, I only get a blank page. All of my autoconfig files still exist in /usr/lib/firefox.

When I create a new tab with Ctrl+T, it's a blank page. When I create a new window, it loads the local page I want it to load with the file path in the URL (which it never had before; the URL bar was blank in Firefox 135). So it seems to be partially working.

Any tips?

Gefragt von firefox2506 vor 3 Monaten

Beantwortet von jscher2000 - Support Volunteer vor 3 Monaten

my home page

When I open Zen Browser, instead of showing the home page with my pinned pages and weather, I get a black screen. This is kind of frustrating because I have tried so many… (Lesen Sie mehr)

When I open Zen Browser, instead of showing the home page with my pinned pages and weather, I get a black screen. This is kind of frustrating because I have tried so many times to fix the problem but it doesn't work. I need your help, thanks.

there is a photo of the black screen down there.

Gefragt von Faisal Gh. vor 3 Monaten

Letzte Antwort von TyDraniu vor 3 Monaten