Apply styles to your NETSCAPE-Bookmark-files
- Tree folder view
- Expand / collapse folder
- Display add-date and favicon info
- Single JS file
- Non-developer friendly
- Copy the script tag below.
<script src="https://cdn.jsdelivr.net/npm/bookmark-file-prettify/dist/bundle.js"></script>
- Open a bookmark file (often named
bookmarks_yyyy_MM_dd.html
) in text editor. - Insert the copied tag between
<META>
and<TITLE>
tag followed by saving it. - Reopen the file in your browser (Chrome recommended).
Alternative CDN service (unpkg)
If you'd like to use the unpkg hosted file as a substitute for jsdelivr, use this instead.
<script src="https://unpkg.com/bookmark-file-prettify/dist/bundle.js"></script>
Distributed under the MIT License.