When I duplicate the card, the duplicated card opens at the end of all opened cards. But I`d like to have it as the next to card that is being duplicated. How to fix that ?
I have many opened cards and sometimes I`d like duplicater the one that is in the middle. When I duplicate the card, the new duplicated card opens at the end of all opened cards. But I`d like to have it as the next to the origin card that is being duplicated. How to fix that ? Thanx for help.
All Replies (2)
That happens here. It may be because of an extension I have (linked below). See also the thread linked below.
https://addons.mozilla.org/firefox/addon/open-tabs-next-to-current/ https://support.mozilla.org/en-US/questions/1387126
Note that you can duplicate a tab by holding the Ctrl key and dragging the tab or middle-click (or hold Ctrl and left-lick) the Stop/Reload button.
Make sure you have browser.tabs.insertAfterCurrent = true on the about:config page.
There are two prefs that determine whether to insert or append a new tab.
- browser.tabs.insertAfterCurrent true
- browser.tabs.insertRelatedAfterCurrent true
Modified