manage news feed
How can I manage news feeds on home page?
How can I manage news feeds on home page?
I have no home page. It was there 3 hours ago. How do I get it back???
I am unable to dismiss the Amazon Search icon from my Firefox Homepage. I can dismiss others, but whenever I click on Dismiss for the Amazon Search it just always remain… (funda kabanzi)
I am unable to dismiss the Amazon Search icon from my Firefox Homepage. I can dismiss others, but whenever I click on Dismiss for the Amazon Search it just always remains. I want it gone.
Home page disaster. Did about:config. Normal page lasted one time only. Disgusted! Will leave firefox and cancel payments to mozilla if no way back.
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… (funda kabanzi)
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
I remember not too long ago, I could copy/paste blocks of links, in the format of link1|link2|link3|etc, to save current tabs as my homepage if I needed to close firefox … (funda kabanzi)
I remember not too long ago, I could copy/paste blocks of links, in the format of link1|link2|link3|etc, to save current tabs as my homepage if I needed to close firefox and not loose my tabs. But now, I have to manually add and remove each link individually (see screenshot). And it only shows the site domain, not information specific to the actual page I want to keep so I don't know if I'm deleting something that's not needed or important. I usually have 50+ pages that need to managed: saved, removed, reordered, etc. I used to be able to set up one browser window exactly how I want it and click button to save current tabs as home screen. It was so easy.
Is there any way I can revert back to the old way of saving homepages? Or any other suggestions to have tabs reliably reload? I need a solution to be guaranteed to work to not lose important work, using current tabs as homepage accomplished this. This is one of the major reasons I used firefox.
bold texthow can I restore the BBC website as my opening page?
Normally Firefox sponsor ads on home page occasionally inserts an new ad. I will support some occasional ads by clicking on the new ad to give Firefox 'click credit' … (funda kabanzi)
Normally Firefox sponsor ads on home page occasionally inserts an new ad. I will support some occasional ads by clicking on the new ad to give Firefox 'click credit' then deleting new ad. Today when I delete the new ad another pops up 10-15 times an will not stop. That is too much. I do voluntarily support Firefox with monthly donation.
How do I stop the constantly returning ads?
is there a "go to home screen" button on firefox?
I have used Mozilla Firefox as my default browser, for years. Recently, I used a program to clean (what it said was) junk files from my computer. Unfortunately, I did not… (funda kabanzi)
I have used Mozilla Firefox as my default browser, for years. Recently, I used a program to clean (what it said was) junk files from my computer. Unfortunately, I did not make a rescue point. After removal of the files, several of my programs, including Firefox, has no longer worked as it once did. I was always able to go into settings to select my browser, my search engine, my home page, etc. That is no longer possible. I was wondering if I should uninstall Firefox and reinstall - or is their another easier way to repair my problem?
Any help I can get is much appreciated.
Make Firefox my home page
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.
I signed onto my parents computer that was assigned to a school district and now everytime I open firefox on any of my devices their website keeps popping up. I've signed… (funda kabanzi)
I signed onto my parents computer that was assigned to a school district and now everytime I open firefox on any of my devices their website keeps popping up. I've signed out of their computer and have tried deleting and reopening my account, and nothing seems to work.
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… (funda kabanzi)
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.
Bonjour j'ai ceci en haut à droite sur ma page d'accueil firefox je ne peux ni y acceder ni l'enlever ... Avez-vous une idée ? Merci pour votre retour
I have a GPO policy that sets Homepage for startup to open specific URL, and now it just stopped working after last update to version 149, instead i get standard FF start… (funda kabanzi)
I have a GPO policy that sets Homepage for startup to open specific URL, and now it just stopped working after last update to version 149, instead i get standard FF startpage.
- tried updating .admx templates to the newest version
- about:policies shows correctly that GPO is enforced
Everything checks out but somehow it is not working anymore. Someone with similar problem?
How do I get the little house icon on my screen
All of a sudden I keep getting pop up ads on my Home page, even though I click on that I'm not interested or they're inappropriate, etc. How do I stop these??
I'm trying to diagnose an unusual problem on a relative's computer elsewhere in the country via TeamViewer. When Firefox is initiated, the same picture (a man taking a s… (funda kabanzi)
I'm trying to diagnose an unusual problem on a relative's computer elsewhere in the country via TeamViewer. When Firefox is initiated, the same picture (a man taking a shower) appears, and the VERY 'long URL starts with a Yahoo image file (yimg) and also contains buzzfeed.com well into that URL. I thought I could easily diagnose this, and have failed. Home page is set to blank page. I cleared all browsing data. When that failed I exported bookmarks, created a new profile, and the problem still continued, even before importing the bookmarks or adding any extensions. Something is retaining the unwanted startup behavior. Tonight, out of desperation, I will reconnect and look through the registry.
Can anyone surmise why an unwanted URL is being invoked upon Firefox startup?
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..… (funda kabanzi)
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?