Skip to content

Instantly share code, notes, and snippets.

View ardaorkin's full-sized avatar
👨‍💻
coding...

Arda Örkin ardaorkin

👨‍💻
coding...
View GitHub Profile
@ardaorkin
ardaorkin / delete-all-bookmarks.js
Last active December 28, 2024 13:44
Recursive script to delete all Chrome bookmarks via the browser's UI.
/**
* 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