How can I delete specific local-storage items in Chrome using command line scripting?

Viewed 13

I frequently clear unwanted cookies from Chrome (using command line scripts) by feeding an appropriate "delete from ..." statement to the sqlite executable. This works because Chrome keeps cookies in a database. Easy.

But I don't know how to delete from local storage. AFAIK, these items are not in a database.

I know that I can use the Developer Tools panel to manually examine/alter/delete local storage items. But I need to do so from the command line, without running anything in Chrome.

Does anyone know how?

0 Answers
Related