diff --git a/content/notes/2024-11-21/singlefile/index.md b/content/notes/2024-11-21/singlefile/index.md new file mode 100644 index 00000000..3a81e0df --- /dev/null +++ b/content/notes/2024-11-21/singlefile/index.md @@ -0,0 +1,13 @@ +--- +date: 2024-11-21T08:57:11.279Z +tags: + - impressive + - html + - zip + - png +--- +The browser extension [SingleFile](https://github.com/gildas-lormeau/SingleFile) is blowing my mind. + +Not only will it create a minified, single-file copy of the webpage you're viewing that you can keep forever, it can also combines the parts in such a way that it can be read as a ZIP (with all the HTML, CSS, image & other files inside) _at the same time_ as being readable by browsers as HTML (which extracts that zip and displays the page) _at the same time_ as being a PNG file screenshot of itself. [Capture of my site's homepage here](byjp.u.zip.html). + +Chapeau. diff --git a/static/notes/2024-11-21/singlefile/byjp.u.zip.html b/static/notes/2024-11-21/singlefile/byjp.u.zip.html new file mode 100644 index 00000000..be349f74 Binary files /dev/null and b/static/notes/2024-11-21/singlefile/byjp.u.zip.html differ