I have my browser set to not switch tab focus when opening a new tab with search results (browser.search.context.loadInBackground is set to true). Unfortunately this extension appears to ignore that setting and always switches tab focus.
Would it be possible to either make the extension adhere to the browser.search.context.loadInBackground setting, or else provide a preference in the extension settings that would allow us to set tab focus behaviour?
Extensions cannot access browser settings currently. But you can go to Add-ons Manager and change the pref for Context Search. Just uncheck ”Switch to the tab immediately”.
I have my browser set to not switch tab focus when opening a new tab with search results (browser.search.context.loadInBackground is set to true). Unfortunately this extension appears to ignore that setting and always switches tab focus.
Would it be possible to either make the extension adhere to the browser.search.context.loadInBackground setting, or else provide a preference in the extension settings that would allow us to set tab focus behaviour?
Thanks for all your hard work!