Skip to content

Instantly share code, notes, and snippets.

@ctsstc
Created September 15, 2021 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctsstc/53c2a6f9e161ea039ae0556221b95d61 to your computer and use it in GitHub Desktop.
Save ctsstc/53c2a6f9e161ea039ae0556221b95d61 to your computer and use it in GitHub Desktop.
Tabs Outliner - Remove Crashed
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