Showing questions tagged: Show all questions
  • Solved

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 3 months ago

Answered by yariknesterenko9 3 months ago

  • Solved

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 2 months ago

Answered by Razvan Dedu 2 months ago

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 3 months ago

Last reply by awais Ahmad 2 months ago

  • Solved

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

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

Asked by yuriymeresin 4 months ago

Answered by yuriymeresin 4 months ago

collections

Looking for my collections that I created on firefox. Have a new phone and do not see them on homepage.

How can I restore them?

Asked by Marlee70 3 months ago

Last reply by Paul 3 months ago

  • Solved

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 2 months ago

Answered by Quazer 2 months ago

size of Home page tabs

Why are my 3 rows of Home page tabs now so small? I can go to about:config, search for browser.newtabpage.activity-stream.newtabLayouts.variant-b and change to false and … (read more)

Why are my 3 rows of Home page tabs now so small? I can go to about:config, search for browser.newtabpage.activity-stream.newtabLayouts.variant-b and change to false and tabs are back to large. However, they soon revert back to very small. How can I keep them large?

Asked by Kyle F 3 months ago

Last reply by Agent virtuel 3 months ago

i want to remove the firefox logo from the center of my new tab

after an update i couldn't ignore the now deadcentered firefox logo and wordmark and i can't stop being bothered by its sudden appierance. I looked into the settings and … (read more)

after an update i couldn't ignore the now deadcentered firefox logo and wordmark and i can't stop being bothered by its sudden appierance. I looked into the settings and dissabled the EXCACT setting for this problem in the "about:config" going for the one with "wordmark" in the setting but its done nothing.

Asked by AJ842919 3 months ago

Last reply by Ahmad Bilal 2 months ago

The icons for the shortcuts on my home page suddenly are quite small. How do I enlarge them?

The icons on my home page suddenly became significantly reduced in size. Sure, I can tell what they are, and I've increased the text size for their identifiers below the … (read more)

The icons on my home page suddenly became significantly reduced in size. Sure, I can tell what they are, and I've increased the text size for their identifiers below the icons. But they are now so small as to be not pleasing to the eye. How can I put them back the way they wuz?

Asked by Polly Kummel 4 months ago

Last reply by YeOldNerd 2 months ago