Newtaboverride Versions Save

New Tab Override allows you to set the page that shows whenever you open a new tab.

v13.0.0

5 years ago
  • [BUGFIX] Mozilla broke the "about:blank" option of New Tab Override in Firefox 60 ("about:blank in address bar instead of an empty address bar), implemented ugly workaround to make this option usable again, fixes #133
  • [BUGFIX] The "about:blank" option didn't work if the url field of the "custom url" option was not empty
  • [ENHANCEMENT] removed "default new tab" pseudo option and migrated users to "about:blank" option
  • [ENHANCEMENT] improved localization architecture to better support other languages (Thanks, tiansh!)
  • [TRANSLATION] added Chinese, Simplified translation (Thanks, tiansh!)
  • [TRANSLATION] added Spanish translation (Thanks, MissingUser!)
  • [TRANSLATION] added Swedish translation (Thanks, Sopor-!)
  • [DEPENDENCY] updated eslint-plugin-compat from version 2.2.0 to 2.3.0
  • [DEPENDENCY] updated eslint-plugin-no-unsanitized from version 2.0.2 to 3.0.2
  • [DEPENDENCY] updated gulp-jsdoc from version 1.0.1 to 2.0.0
  • [DEPENDENCY] updated gulp-stylelint from version 6.0.0 to 7.0.0
  • [DEPENDENCY] updated htmllint from version 0.7.0 to 0.7.2 and added one new rule
  • [DEPENDENCY] updated npm-run-all from version 4.1.2 to 4.1.3
  • [DEPENDENCY] updated stylelint from version 8.4.0 to 9.2.1
  • [DEPENDENCY] updated stylelint-csstree-validator from version 1.2.1 to 1.3.0
  • [DEPENDENCY] updated stylelint-order from version 0.8.0 to 0.8.1
  • [DEPENDENCY] updated web-ext from version 2.4.0 to 2.7.0

Minimum required Firefox version is Firefox 60 now.

Download of the signed version 13.0.0

v12.0.0

6 years ago
  • [ENHANCEMENT] extract the content of the <title> tag and use it as tab title when the local file option is used, fixes #108
  • [ENHANCEMENT] offer option to set focus on web page instead of address bar also for about:blank, can be useful in conjunction with other add-ons like Vimium-FF, fixes #92
  • [ENHANCEMENT] explicitly set background color for body in CSS to avoid visual problems on settings page with non-default values for browser.display.background_color
  • [TRANSLATION] removed Russian and Chinese translations because of non responding translators
  • [DEPENDENCY] updated eslint from version 4.10.0 to 4.17.0 and added one new rule
  • [DEPENDENCY] updated eslint-plugin-compat from version 2.1.0 to 2.2.0
  • [DEPENDENCY] updated eslint-plugin-no-unsanitized from version 2.0.1 to 2.0.2
  • [DEPENDENCY] updated eslint-plugin-xss from version 0.1.8 to 0.1.9
  • [DEPENDENCY] updated gulp-eslint from version 4.0.0 to 4.0.2
  • [DEPENDENCY] updated gulp-stylelint from version 5.0.0 to 6.0.0
  • [DEPENDENCY] updated stylelint from version 8.2.0 to 8.4.0 and added two new rules
  • [DEPENDENCY] updated stylelint-csstree-validator from version 1.2.0 to 1.2.1
  • [DEPENDENCY] updated stylelint-order from version 0.7.0 to 0.8.0
  • [DEPENDENCY] updated web-ext from version 2.2.2 to 2.4.0

Minimum required Firefox version is Firefox 58 now.

Download of the signed version 12.0.0

v11.0.0

6 years ago
  • [ENHANCEMENT] support the edge case of opening a new tab in the background, can be useful in conjunction with add-ons like Gesturefy (Thanks, s25g5d4!), fixes #81
  • [ENHANCEMENT] back button is now also disabled with about:blank as new tab page
  • [ENHANCEMENT] clarified notice about missing API for clearing the address bar or selecting the URL and added a link to a open request ticket on bugzilla.mozilla.org, fixes #72
  • [CODE QUALITY] unified different code pathes for opening new tabs with focus on address bar respectively web page
  • [CODE QUALITY] removed all code pathes for Firefox below version 57
  • [CODE QUALITY] removed code for upgrade notices for users from the legacy version of New Tab Override
  • [DEPENDENCY] updated eslint from version 4.9.0 to 4.10.0
  • [DEPENDENCY] updated eslint-plugin-compat from version 2.0.1 to 2.1.0
  • [DEPENDENCY] updated htmllint from version 0.6.0 to 0.7.0
  • [DEPENDENCY] updated npm-run-all from version 4.1.1 to 4.1.2

Minimum required Firefox version is Firefox 57 now.

Download of the signed version 11.0.0

v10.2.0

6 years ago
  • [TRANSLATION] added Russian translation (Thanks, vanja-san!)

Download of the signed version 10.2.0

v10.1.0

6 years ago
  • [TRANSLATION] added Polish translation (Thanks, WaldiPL!)
  • [TRANSLATION] updated French translation (Thanks, SuperPat45!)
  • [DEPENDENCY] updated eslint from version 4.8.0 to 4.9.0 and added two new eslint rules

Download of the signed version 10.1.0

v10.0.0

6 years ago
  • [ENHANCEMENT] New Tab Override no longer loses container information if the option "Set focus to the web page instead of the address bar" and the container tabs feature of Firefox are used (Thanks, m-khvoinitsky!)
  • [ENHANCEMENT] added a menu item to the tools menu to open New Tab Override's settings, fixes #35
  • [TRANSLATION] added Chinese (simplified) translation (Thanks, zhaiyusci!)
  • [DOCUMENTATION] added documentation about used permissions to the README, fixes #75
  • [DEPENDENCY] updated eslint from version 4.7.2 to 4.8.0
  • [DEPENDENCY] updated eslint-plugin-compat from version 1.0.4 to 2.0.1
  • [DEPENDENCY] updated stylelint from version 8.1.1 to 8.2.0
  • [DEPENDENCY] updated web-ext from version 2.0.0 to 2.2.2

Download of the signed version 10.0.0

v9.0

6 years ago
  • [ENHANCEMENT] New Tab Override can now automatically use your home page as new tab page! If you have more than one home page New Tab Override uses the first one. This feature requires Firefox 57 or later. An optional permission for reading and modifying browser settings is needed to use this feature, fixes #19
  • [ENHANCEMENT] New Tab Override does no longer create useless history entries! That's why New Tab Override needs the permission to access the browser history beginning with version 9.0.0, fixes #20
  • [ENHANCEMENT] The back button of Firefox is no longer enabled on the new tab page! This feature requires Firefox 57 or later, fixes #46
  • [ENHANCEMENT] show favicon on new tab page if background color option is enabled
  • [ENHANCEMENT] some textual and style improvements
  • [TRANSLATION] added French translation (Thanks, SuperPat45!)
  • [TRANSLATION] updated translations (Thanks, Tonnes and milupo!)
  • [CODE QUALITY] refactored the handling of optional permissions for easier implementing of new features, fixes #61
  • [CODE QUALITY] organized the script files in folders
  • [DEPENDENCY] updated eslint from version 4.5.0 to 4.7.2
  • [DEPENDENCY] updated gulp-stylelint from version 4.0.0 to 5.0.0
  • [DEPENDENCY] updated jsdoc from version 3.5.4 to 3.5.5
  • [DEPENDENCY] updated npm-run-all from version 4.0.2 to 4.1.1
  • [DEPENDENCY] updated stylelint from version 8.0.0 to 8.1.1
  • [DEPENDENCY] updated stylelint-csstree-validator from version 1.1.1 to 1.2.0
  • [DEPENDENCY] updated stylelint-order from version 0.6.0 to 0.7.0

Minimum required Firefox version is Firefox 56 now.

Download of the signed version 9.0.0

v8.0.0

6 years ago
  • [ENHANCEMENT] added support for local files! You can upload a local html file and use the content as new tab content. Please pay attention to the related information on the settings page, fixes #27 (Thanks, seeba8!)
  • [ENHANCEMENT] added support for custom background color! You can use any color as background color for the new tab page, fixes #9
  • [ENHANCEMENT] allow to set the focus on the web page instead of the address bar also on about:home, fixes #10
  • [ENHANCEMENT] updated some textes to make it even more clear that the file:// protocol is no longer supported due to Firefox restrictions. Suggest new local file option or the use of a local web server as alternatives, fixes #13
  • [TRANSLATION] updated translations (Thanks, Tonnes and milupo!)
  • [CODE QUALITY] refactored the visibility handling of advanced options
  • [DEPENDENCY] updated ESLint from version 4.4.1 to 4.5.0

Download of the signed version 8.0.0

v7.1.0

6 years ago
  • [ENHANCEMENT] less strict URL validation, added support for localhost again, fixes #5
  • [ENHANCEMENT] automatically prepend "http://" if the there is no protocol, fixes #8
  • [TRANSLATION] updated Upper Sorbian and Lower Sorbian translations (Thanks, milupo!)
  • [TRANSLATION] fixed typo in German translation
  • [DEPENDENCY] updated gulp-stylelint from version 3.9.0 to 4.0.0
  • [DEPENDENCY] updated jsdoc from version 3.5.3 to 3.5.4

Download of the signed version 7.1.0

v7.0.0

6 years ago

New Tab Override is a WebExtension and compatible with Firefox 57+ now!

New Tab Override was developed from the ground up as so-called WebExtension. This makes New Tab Override compatible with Firefox 57 and later. Not all options of the previous version are currently available as WebExtension. As soon as Mozilla implements support for missing functionalities in Firefox, they will be integrated in a future update of New Tab Override.

Notice for users of previous versions: you have to re-configure the add-on. After the update the settings page will automatically be opened.

New features:

  • [DESIGN] some design improvements, including a new logo
  • [ENHANCEMENT] new logo is a SVG file instead of a number of different PNG files
  • [ENHANCEMENT] use of new permission system and only request needed permissions
  • [ENHANCEMENT] use of optional permission for feed option. You can revoke the permission at any time
  • [ENHANCEMENT] use of fetch instead of XMLHttpRequest for feed option
  • [ENHANCEMENT] there is now a live validation for custom URLs so that you have a direct feedback during the input
  • [ENHANCEMENT] you can open the settings via keyboard shortcut Shift + F12
  • [ENHANCEMENT] you can open the settings via entering "newtab settings" in the address bar
  • [ENHANCEMENT] there is an upgrade notice for users of the legecy version of New Tab Override. This notice is not visible on fresh installs
  • [CODE QUALITY] improved code quality and added more code documentation, use of ESLint, stylelint, htmllint and JSDoc

Thanks to Ura Design for the new logo!

Missing features:

  • At the moment You can't clear the address bar for new tabs. It will be possible in future versions of Firefox again.
  • At the moment You can't use the home page as new tab page. Please enter manually the URL in the settings of New Tab Override. It will be possible in future versions of Firefox again.
  • You can no longer use about:sync-tabs as new tab page as Mozilla removed this page in Firefox 55. It's not yet decided if showing synced tabs as new tab page will be possible again in the future.
  • You can no longer use local files via file:// protocol as new tab page for security reasons. Please upload your local file to a web server to use it again.
  • The option to use the last URL from clipboard was not re-implemented in New Tab Override 7.0.0.

Minimum required Firefox version is Firefox 55 now.

Download of the signed version 7.0.0