• 2 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle















  • So I guess I did copy the updated version. It works on new tab, but not new window though. I guess I remembered wrong that it worked on new window, too.

    New autoconfig.cfg:

    // This comment is required.
    var {classes:Cc,interfaces:Ci,utils:Cu} = Components;
    
    /* set new tab page */
    try {
      Cu.import("resource:///modules/AboutNewTab.jsm");
      var newTabURL = "file:///home/***/.startpage/index.html";
      AboutNewTab.newTabURL = newTabURL;
    } catch(e){Cu.reportError(e);} // report errors in the Browser Console
    
    

    I’m on Arch Linux, so the folder for the files are in /usr/lib/firefox/autoconfig.cfg and /usr/lib/firefox/defaults/pref/autoconfig.js.