Path: blob/main/files/en-us/mozilla/add-ons/webextensions/api/browsersettings/newtabpageoverride/index.md
6581 views
------{{AddonSidebar()}}
A {{WebExtAPIRef("types.BrowserSetting", "BrowserSetting")}} object that can be used to get a string representing the URL for the "new tab" page: that is, the page that's loaded when the user opens a new empty tab.
Note that this is a read-only setting.
Browser compatibility
{{Compat}}
Examples
Get the current value of the new tab URL:
{{WebExtExamples}}