Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά παραβίασης».

Μάθετε περισσότερα

Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.

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

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 113 προβολές
  • Τελευταία απάντηση από Quazer

more options

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.

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.

Επιλεγμένη λύση

Update: I found this https://support.mozilla.org/en-US/questions/1498059

replacing the whole autoconfig.cfg's content with this one line works:

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

so it wasn't a removal of the whole autoconfig feature, just changes to how it works. mybad

Προβολή απάντησης εντός συζήτησης 👍 0

Όλες οι απαντήσεις (1)

more options

Επιλεγμένη λύση

Update: I found this https://support.mozilla.org/en-US/questions/1498059

replacing the whole autoconfig.cfg's content with this one line works:

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

so it wasn't a removal of the whole autoconfig feature, just changes to how it works. mybad

Τροποποιήθηκε στις από τον/την Quazer