Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Configuration option to open redirect tabs in the background #675

Closed
jve-engineering opened this issue Apr 1, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@jve-engineering
Copy link

Can you please add an option to control the behavior of how the new tab opens on a redirect action?
The current implementation always opens the new tab at the very end of the list and changes the focus directly to the new tab.
This interrupts the reading flow, e.g. if in a longer article links to background material are embedded, which one would like to read only afterwards.

It would be good if there was a way to set the behavior as the Firefox browser itself offers it:
browser.tabs.loadInBackground
browser.tabs.insertRelatedAfterCurrent

At least the first point "load in background" should be technically possible, e.g. the "Web Archives" addon has such an option.

@ManeraKai ManeraKai added the enhancement New feature or request label May 9, 2023
@ManeraKai
Copy link
Member

ManeraKai commented May 16, 2023

Are you talking the Context Menu?
Screenshot_20230516_084847

@jve-engineering
Copy link
Author

Hello @ManeraKai and thank you for your feedback. Yes, I usually use the entry in the Context Menu to open such links. I'm not sure if it makes sense for consistency reasons to make e.g. the active parameter configurable for all browser.tabs.create() calls, so that all new tabs behave identically.

@ManeraKai
Copy link
Member

I think I'll make it simply as another menu option bc it's a confusing setting.

CatCoder32 pushed a commit to CatCoder32/extension_browser that referenced this issue Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants