Showing questions tagged: Show all questions
  • Solved
  • Archived

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.… (read more)

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

Asked by yariknesterenko9 11 months ago

Answered by yariknesterenko9 11 months ago

  • Solved
  • Archived

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..… (read more)

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?

Asked by Razvan Dedu 10 months ago

Answered by Razvan Dedu 10 months ago

  • Solved
  • Archived

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… (read more)

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.

Asked by Quazer 10 months ago

Answered by Quazer 10 months ago

  • Archived

Adding App Icons to Firefox Focus Home Screen

How to add shortcut icons (to web pages) to the Focus home page while using phone. NOT to the phone Home Page, but to the page that opens when I start the browser. … (read more)

How to add shortcut icons (to web pages) to the Focus home page while using phone. NOT to the phone Home Page, but to the page that opens when I start the browser.

Asked by ybgv6hyycq 7 months ago

Last reply by wirkutskijkarl 7 months ago

  • Archived

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… (read more)

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 +

Asked by bernatskyy 9 months ago

Last reply by jscher2000 - Support Volunteer 9 months ago

Access to Shortcuts & Bookmarks

Your latest update seems to have broken Firefox on my iPhone for me ☹️👎🏼 I now can’t access my Shortcuts or Bookmarks at all - they appear “shadowed” in the lower half of… (read more)

Your latest update seems to have broken Firefox on my iPhone for me ☹️👎🏼 I now can’t access my Shortcuts or Bookmarks at all - they appear “shadowed” in the lower half of the screen but if I touch this area it flicks back to the last URL.

HOW DO I FIX THIS ???

Asked by tz6bt4jh7g 1 month ago

Last reply by Sandi 1 month ago

  • Archived

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?… (read more)

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

Asked by lesterers 11 months ago

Last reply by awais Ahmad 10 months ago