mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
SingleFile note
This commit is contained in:
parent
9d15429c20
commit
87252e5b4d
2 changed files with 13 additions and 0 deletions
13
content/notes/2024-11-21/singlefile/index.md
Normal file
13
content/notes/2024-11-21/singlefile/index.md
Normal file
|
@ -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.
|
BIN
static/notes/2024-11-21/singlefile/byjp.u.zip.html
Normal file
BIN
static/notes/2024-11-21/singlefile/byjp.u.zip.html
Normal file
Binary file not shown.
After Width: | Height: | Size: 927 KiB |
Loading…
Reference in a new issue