mirror of
https://github.com/kunkunsh/kunkun-ext-browser-bookmark.git
synced 2025-04-03 21:06:42 +00:00
8 lines
226 B
TypeScript
8 lines
226 B
TypeScript
import { readFirefoxBookmarks } from "./lib.ts"
|
|
|
|
const dbPath =
|
|
"/Users/hacker/Library/Application Support/Firefox/Profiles/czahqvgw.default-release/places.sqlite"
|
|
|
|
const data = readFirefoxBookmarks(dbPath)
|
|
console.log(data)
|