Created
September 15, 2021 10:20
-
-
Save ctsstc/53c2a6f9e161ea039ae0556221b95d61 to your computer and use it in GitHub Desktop.
Tabs Outliner - Remove Crashed
This file contains 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
treeView.treeModel.currentSession_rootNode.subnodes | |
.filter(x => 'crashDetectedDate' in x.chromeWindowObj) | |
.forEach(x => x.hoveringMenuActions.deleteAction.performAction(x)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment