Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

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

Asked by Mike 2 izinyanga ezidlule

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… (funda kabanzi)

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.

Asked by pete_scott2 3 izinyanga ezidlule

Last reply by Agent virtuel 3 izinyanga ezidlule

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… (funda kabanzi)

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

Asked by dleochko 3 izinyanga ezidlule

Last reply by dleochko 3 izinyanga ezidlule

  • Kusonjululiwe

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… (funda kabanzi)

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?

Asked by firefox2506 4 izinyanga ezidlule

Answered by jscher2000 - Support Volunteer 4 izinyanga ezidlule

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… (funda kabanzi)

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.

Asked by Faisal Gh. 4 izinyanga ezidlule

Last reply by TyDraniu 4 izinyanga ezidlule

How do I get the icons for New Tab Shortcuts to automatically update to show their favicons?

Hello! Is there a way to get the icons for Shortcuts on the New Tab page to update their image to show the pinned site's favicon, instead of the Firefox default icons, w… (funda kabanzi)

Hello!

Is there a way to get the icons for Shortcuts on the New Tab page to update their image to show the pinned site's favicon, instead of the Firefox default icons, without manually updating all of them in the "Edit" menu for the icon?

It seems like they should update automatically, like your bookmarks in the Bookmarks menu do, when you visit the site.

I read another Discussion where they said to delete some favicon files in %AppData% > Roaming > Mozilla > Profiles , but those steps did not work for me.

Thanks!

Asked by p_skrapshak 5 izinyanga ezidlule

Last reply by p_skrapshak 4 izinyanga ezidlule

  • Kusonjululiwe

New tab image

I used to have an image (dark, stormy sky) in my new tabs, that appeared as a background to my grid of websites (8 columns x 4 rows). Suddenly, I haven't seen it today - … (funda kabanzi)

I used to have an image (dark, stormy sky) in my new tabs, that appeared as a background to my grid of websites (8 columns x 4 rows). Suddenly, I haven't seen it today - just noticed that it's just black. Can't seem to find where to access the different images. Would like the path to find it, or learn if it's no longer available or if I can make my own. Thanks.

Asked by appookta 4 izinyanga ezidlule

Answered by appookta 4 izinyanga ezidlule

Reporting a Bug - Open in new tab

Hello, After Firefox update opening a new tab does not work anymore, now when you do a right click you have huge list of options: save as video, save as image... and you… (funda kabanzi)

Hello,

After Firefox update opening a new tab does not work anymore, now when you do a right click you have huge list of options: save as video, save as image... and you don't even need that. This is something that was introduced lately. Please rollback this version below

135.0 (64-bit)


PS: I m not really asking a question, I m reporting a bug ==> it would be nice if we can do that when you go through help menu

Asked by elkharaf.soufiane 5 izinyanga ezidlule

Last reply by TyDraniu 5 izinyanga ezidlule

update changed my home screan

firefox updated and now your logo and search bar now takes up 1/2 my screen, the links are smaller and you changed 10 out of 32 of them on me. and why do we need 2 search… (funda kabanzi)

firefox updated and now your logo and search bar now takes up 1/2 my screen, the links are smaller and you changed 10 out of 32 of them on me. and why do we need 2 search bars anyways? who thought this was a good idea or would go over well? am i gonna have to do a system restore and never update firefox again or just quit using it?

Asked by jeffreyminnich 5 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 5 izinyanga ezidlule

  • Kusonjululiwe

Disable creating a new tab when Middle clicking on tab bar area

This has been asked before here, but it seems currently there is no solution: Firefox's default behavior when using the mouse middle-click on an empty area of the tab ba… (funda kabanzi)

This has been asked before here, but it seems currently there is no solution:

Firefox's default behavior when using the mouse middle-click on an empty area of the tab bar area will create a new tab; I don't want this behavior. How can I disable it?

On the posts I found here, they mention using UserChrome.css, I enabled it and tried, doesn't work. custom styles are enabled but not disabling this feature.

I use DisplayFusion on my multi-monitor setup since years, and middle-clicking a window title bar or Chrome tab bar or Firefox tab bar will move the current window to a second monitor.

Currently with Firefox, middle-clicking the tab bar will move the window to the second monitor AND open a new tab. I use it a lot with YouTube, so when I move a playing video to the second monitor, I get an empty tab with audio in the background.

I recently moved from Chrome to Firefox, but this is driving me crazy.

Asked by R.K. 5 izinyanga ezidlule

Answered by R.K. 5 izinyanga ezidlule

Desktop new tab dose not show add new link option

Something went drunk and now my blank page no longer lists the links i want it to. Used to be once upon a time that the browser showed (as setup) 2 rows of links for eas… (funda kabanzi)

Something went drunk and now my blank page no longer lists the links i want it to. Used to be once upon a time that the browser showed (as setup) 2 rows of links for ease of access.

Refer to screenshot if i fail to make sense.

Asked by jakub.otruba 5 izinyanga ezidlule

Last reply by jonzn4SUSE 5 izinyanga ezidlule

  • Okugcinwe kunqolobane

Links on New Page

How can I permanently fix the quick links on my new page can I permanently fix the quick links on my new page Some of the links in the attached image I added. Others tha… (funda kabanzi)

How can I permanently fix the quick links on my new page can I permanently fix the quick links on my new page

Some of the links in the attached image I added. Others that I added have disappeared and have been replaced randomly by Firefox.

Asked by Joel Weisbrod 6 izinyanga ezidlule

Last reply by Joel Weisbrod 6 izinyanga ezidlule