danielnixon / link-fixer

Restores consistent ctrl+click, shift+click, cmd+click and middle-click behaviour when clicking links.
MIT License
55 stars 7 forks source link

Fix #58 #502

Open zznidar opened 1 year ago

zznidar commented 1 year ago

If no index is specified in the chrome.tabs.create call, Firefox automatically places the tab according to user settings. Additionally, when the user closes the newly opened tabs, the correct order is maintained (Firefox handles it all by itself).

This PR fixes #58.

zznidar commented 8 months ago

@danielnixon, any update on reviewing/merging this PR? I'm looking forward to seeing the linked issue fixed :)