autonome / alwaysright

Browser extension that always opens new tabs immediately to the right of the active tab.
https://addons.mozilla.org/en-us/firefox/addon/always-right/
28 stars 5 forks source link

Remove `oldSchool` method to simplify? #29

Closed shankari closed 6 months ago

shankari commented 4 years ago

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 the tabs 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.

autonome commented 6 months ago

Thanks for filing - the code has changed and this is no longer there.

autonome commented 6 months ago

(and sorry for not seeing this sooner!)