Created
April 20, 2023 11:28
-
-
Save tablacus/ad4e795e48d6a1ea802cd542a1ebf9af to your computer and use it in GitHub Desktop.
Copy tabs to next pane (Add-on "Switch to next pane" is required) - Tablacus Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const TC = FV.Parent; | |
for (let i = 0; i < TC.length; i++) { | |
NavigateFV(Sync.SwitchPane.NextFV(TC[i]), TC[i].History, SBSP_NEWBROWSER); | |
} |
Author
tablacus
commented
Apr 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment