Skip to content

Instantly share code, notes, and snippets.

@codeeshop-oc
Last active August 19, 2022 13:07
Show Gist options
  • Save codeeshop-oc/7edfbe149f602bb2bc63e4589a23d4e3 to your computer and use it in GitHub Desktop.
Save codeeshop-oc/7edfbe149f602bb2bc63e4589a23d4e3 to your computer and use it in GitHub Desktop.
Delete Google Chrome History by Selecting Mulitple List
// Goto Chrome History - chrome://history/
// Open and Run this in console
document.querySelector('history-app').$.history.selectAllItems()
document.querySelector('history-app').$.history.deleteSelected_()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment