chrome bookmarks lightweight export

Costas

Administrator
Staff member
today I exported chrome bookmarks from via :

Bookmark manager > Organize > Export to HTML

got 299kb HTML file, what the heck? aha, embed the favicon as blob. my ass.

-fire up notepad++
-CTRL+H
-make sure the RegEx is checked
-first Replace
JavaScript:
Find :
ICON=".*?">

Replace :
>
-second
JavaScript:
Find :
ADD_DATE=".*?"

Replace : null
-on the top of HTML add (to open the links to new page)
JavaScript:
<base target="_blank">


now enjoying a 29kb HTML, cute!?
 
Top