Skip to content

Instantly share code, notes, and snippets.

View Massacre-Saint's full-sized avatar
🏬
Working

Jacob Martin Massacre-Saint

🏬
Working
View GitHub Profile
@fire-eggs
fire-eggs / betterbookmarks.py
Last active May 12, 2025 13:58
Python 3 - takes the Chrome Bookmarks file, and creates a better "Export Bookmarks" HTML page.
# Massages a Chrome bookmarks file into an HTML file.
#
# Features:
# - Folders are ordered alphabetically
# - Bookmarks are ordered alphabetically (by description)
# - Bookmarks are shown first, followed by folders
# - Folders can be expanded or collapsed. Initially collapsed.
# - Folders are indented nicely
# - A button is provided to expand/collapse all folders
#