NumeriusNegidius / Context-Search

A Firefox WebExtension that displays a context menu, that searches for the selected text.
https://addons.mozilla.org/firefox/addon/context-search-we/
Mozilla Public License 2.0
32 stars 9 forks source link

Search ignores preferences regarding tab focus #34

Closed Westcoastal closed 6 years ago

Westcoastal commented 6 years ago

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!

NumeriusNegidius commented 6 years ago

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”.

Westcoastal commented 6 years ago

Thanks, didn't see that setting.