Skip to content

Instantly share code, notes, and snippets.

View dobestpossible's full-sized avatar

Glenn Paul Gawron dobestpossible

View GitHub Profile
<?php
// File with bookmark class
require 'bookmarks.php';
// Create our bookmark parser with the backup files we want to load from
$parser = new BookmarkParser(
array(
"bookmarks_chrome_1.html",
"bookmarks_chrome_2.html",