Revision 8747
Added by Aaron Marcuse-Kubitza over 11 years ago
Firefox_bookmarks.reformat.csv | ||
---|---|---|
17 | 17 |
(?! *<).*)*(?= |
18 | 18 |
*<DL>)","\g<0> |
19 | 19 |
</DD>",close <DD> when followed by tags which don't autoclose it properly |
20 |
"( ICON=("".*?"").*?>)(?:(?s)<img\b.*?/>)?","\1<img width=""16"" height=""16"" |
|
21 |
src=\2 |
|
22 |
style=""margin-right: 0.5em;""/>",display ICON attributes as separate images |
|
20 | 23 |
,,#### svn diff cleanup |
21 | 24 |
" (ICON=""data:.*?"") ?(?! |
22 | 25 |
)"," |
Also available in: Unified diff
lib/Firefox_bookmarks.reformat.csv: display ICON attributes as separate images. note that this uses the "data:" embedded image contents provided in the bookmarks file, so the images load instantly along with the page instead of needing to be separately retrieved from each server.