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
-second
-on the top of HTML add (to open the links to new page)
now enjoying a 29kb HTML, cute!?
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 :
>
JavaScript:
Find :
ADD_DATE=".*?"
Replace : null
JavaScript:
<base target="_blank">
now enjoying a 29kb HTML, cute!?