Отображение вопросов по теме:
Отображение вопросов с тегом:

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/ar… (читать ещё)

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?

Решено Архивировано 9 591

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… (читать ещё)

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?

Архивировано 3 175

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 … (читать ещё)

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

Архивировано 1 45

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… (читать ещё)

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.

Архивировано 1 63