Change Home Page
boHowld text How do I change my home page
boHowld text How do I change my home page
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
There used to be a home button, but now its gone.
hi
i cannot seem to remove startpage popup i have done a reset and refresh and it is still the same
Hi i need help with the latest update. It made the home screen icons too small. How can i change them back to like before?
Thanks
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?
How do I change my Home Page?
The add shortcut disappears after I add website shortcuts to the desktop.
Firefox only shows favicons in the shortcuts for the pre-installed sites. All new sites do not get favicons, just the stylized first letter of the domain.
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.
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
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
how do i get the home button on my browser like the older version of foxfire
how do you set the home page?
how to set the home page
Can’t find how to add an icon to my homepage with it’s link…should be simple
set up new home page
How can I restore my Yahoo CLASSIC homepage when starting Firefox?
I noticed upon opening a new tab just a while ago that the shortcut icons are tiny. How do I restore them to their prior "normal" size? I'm using 4 rows.
There is an error in "Add to home Screen" only in the official and beta versions. I am unable to add any website to my home screen.