Skip to content

Instantly share code, notes, and snippets.

View Tombo1001's full-sized avatar
😐

Tom Cocking Tombo1001

😐
View GitHub Profile
@Tombo1001
Tombo1001 / exportbrave.ps1
Last active January 21, 2022 08:38 — forked from irlperu/exportchrome.ps1
Export Brave Browser Bookmarks
#Path to chrome bookmarks
$pathToJsonFile = "$env:localappdata\BraveSoftware\Brave-Browser\User Data\Default\Bookmarks"
$htmlOut = 'C:\temp\BraveBookmarks.html'
$htmlHeader = @'
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!--This is an automatically generated file.
It will be read and overwritten.
Do Not Edit! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">