顯示下列標籤的問題: 顯示所有問題
  • 已解決
  • 封存

New start page after update?

After firefox update, start page changed to first photo i added here, second photo is how it was before, is there any way to get it back? Before update i had version 131.… (閱讀更多)

After firefox update, start page changed to first photo i added here, second photo is how it was before, is there any way to get it back? Before update i had version 131.0b9, now its 136.0b1

yariknesterenko9 於 10 個月前 詢問

yariknesterenko9 於 10 個月前 解答

  • 已解決
  • 封存

Focus newtab page content instead of address bar

Hey! Up until the last update, I used this code to set and focus a custom new tab page instead of its address bar (This should be a default feature, but what can you do..… (閱讀更多)

Hey! Up until the last update, I used this code to set and focus a custom new tab page instead of its address bar (This should be a default feature, but what can you do...)

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

// Set new tab page try {

 ChromeUtils.importESModule("resource:///modules/AboutNewTab.sys.mjs").AboutNewTab.newTabURL = "file:///home/razv/StartPage/index.html"; 

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

// Auto focus new tab content try {

 ChromeUtils.import("resource:///modules/BrowserWindowTracker.jsm").BrowserWindowTracker;
 const Services = globalThis.Services
 Services.obs.addObserver((event) => {
   window = BrowserWindowTracker.getTopWindow();
   window.gBrowser.selectedBrowser.focus();
 }, "browser-open-newtab-start");

} catch(e) { Cu.reportError(e); } ```

After the last update, focusing the new tab page's content is broken. Can anyone help me?

Razvan Dedu 於 9 個月前 詢問

Razvan Dedu 於 9 個月前 解答

  • 已解決
  • 封存

How to set the New Tab page to a local file? (autoconfig no longer works in v136.0)

Since the settings haven't given that option for years, the best way to have a local file as the new tab page was using autoconfig.cfg + autoconfig.js, as described in th… (閱讀更多)

Since the settings haven't given that option for years, the best way to have a local file as the new tab page was using autoconfig.cfg + autoconfig.js, as described in this thread: https://support.mozilla.org/en-US/questions/1251199 But since the most recent update (v136.0), this stopped working.

The New Tab Override add-on has its own issues with using local files (can only load a .html file, no local CSS/JS, can't give a blank address bar for me to search in), so it doesn't solve the issue either.

This is very important to me, and others have been asking for this feature back for years. It feels awful to have the working solution stop working, in the browser that's supposed to be open and customizable.

Quazer 於 9 個月前 詢問

Quazer 於 9 個月前 解答

  • 已解決
  • 封存

don't work shortcuts for inspect element

I use the Zen browser and I can't use ctrl+shift+c to view the element, I deleted the shortcut specified in the settings for copying the page URL so that the inspector wo… (閱讀更多)

I use the Zen browser and I can't use ctrl+shift+c to view the element, I deleted the shortcut specified in the settings for copying the page URL so that the inspector would work, but it doesn't work, although the correct shortcut is indicated when hovering, but it doesn't work

yuriymeresin 於 11 個月前 詢問

yuriymeresin 於 11 個月前 解答

  • 封存

HOMEPAGE ICONS

I WANT TO ADD YAHOO.COM TO MY HOMEPAGE . I ALREADY HAVE 6 OTHER ICONS THERE: AMAZON, GOOGLE, AOL, FOX NEWS, SMITHS FOODS, AND CHASE. HOW DO I ADD A 7TH TO MY HOMEPAGE?… (閱讀更多)

I WANT TO ADD YAHOO.COM TO MY HOMEPAGE . I ALREADY HAVE 6 OTHER ICONS THERE: AMAZON, GOOGLE, AOL, FOX NEWS, SMITHS FOODS, AND CHASE. HOW DO I ADD A 7TH TO MY HOMEPAGE? THANK YOU, LYNN STRATMAN

lesterers 於 10 個月前 詢問

awais Ahmad 最近回覆於 9 個月前

  • 封存

shortcut +

I installed Mozilla, there was a shortcut + on the home page. I added my shortcuts and deleted unnecessary ones, those that were by default. After that, the shortcut + di… (閱讀更多)

I installed Mozilla, there was a shortcut + on the home page. I added my shortcuts and deleted unnecessary ones, those that were by default. After that, the shortcut + disappeared. How can I return the shortcut +

bernatskyy 於 8 個月前 詢問

jscher2000 - Support Volunteer 最近回覆於 8 個月前

  • 封存

Icons on homepage shortcuts

Firefox does not properly install icons to the home page shortcuts. Where are these stored so I can manually add the proper icons, or, is there another way to reliably in… (閱讀更多)

Firefox does not properly install icons to the home page shortcuts. Where are these stored so I can manually add the proper icons, or, is there another way to reliably install the proper icons? Some urls pick up the proper icon on their own, many do not. This is irritating. The email me checkbox at the bottom of this page is non functional.

joxn 於 8 個月前 詢問

Agent virtuel 最近回覆於 3 個月前