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
/** | |
* Script to recursively delete all bookmarks using the Chrome Bookmarks Manager UI. | |
* This script continues to run until no more bookmarks are available. | |
* | |
* Instructions: | |
* 1. Open Chrome Bookmarks Manager: | |
* - Go to `chrome://bookmarks` in your Chrome browser. | |
* | |
* 2. Open Developer Tools: | |
* - Right-click anywhere on the page and select "Inspect" OR |