Closed shankari closed 6 months ago
browser.browserSettings.newTabPosition has been supported since FF 61. Current version is 76+.
browser.browserSettings.newTabPosition
Maybe we can remove the oldSchool method to simplify the extension? This also removes the need for the tabs permission.
oldSchool
tabs
I've simplified my clone of this repo and tested it in my browser. Happy to submit a PR if you think this is appropriate.
Thanks for filing - the code has changed and this is no longer there.
(and sorry for not seeing this sooner!)
browser.browserSettings.newTabPosition
has been supported since FF 61. Current version is 76+.Maybe we can remove the
oldSchool
method to simplify the extension? This also removes the need for thetabs
permission.I've simplified my clone of this repo and tested it in my browser. Happy to submit a PR if you think this is appropriate.