You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This add-on will respect the value of Firefox's newTabPosition if it's available. If it's not available, this add-on will fall back on relatedAfterCurrent, which happens to be the default value of that setting. There is no such equivalent setting available in Chrome that is exposed to add-on authors (that I'm aware of). I recommend you use Firefox (for all sorts of reasons).
If we added an add-on setting for this value, it would work everywhere (including Chrome and earlier versions of Firefox).
The text was updated successfully, but these errors were encountered:
This add-on will respect the value of Firefox's newTabPosition if it's available. If it's not available, this add-on will fall back on relatedAfterCurrent, which happens to be the default value of that setting. There is no such equivalent setting available in Chrome that is exposed to add-on authors (that I'm aware of). I recommend you use Firefox (for all sorts of reasons).
If we added an add-on setting for this value, it would work everywhere (including Chrome and earlier versions of Firefox).
The text was updated successfully, but these errors were encountered: