保存网页的方法
时间:2023-08-20 15:36:01 | 来源:网站运营
时间:2023-08-20 15:36:01 来源:网站运营
保存网页的方法:
- Internet Archive Wayback machine
https://web.archive.org/save较为流行的网页保存网站。部分网页的图片保存不了。
2. archive.today
https://archive.ph
非常强大的网页快照服务
3. 其他网站
Etched.page
ウェブ魚拓
4. 工具
书签:
javascript:void%20function()%7Bopen(%22https://archive.today/%3Frun=1%26url=%22+encodeURIComponent(document.location)),open(%22https://gyo.tc/%22+encodeURIComponent(document.location)),open(%22https://web.archive.org/save/%22+encodeURIComponent(document.location)),open(%22https://etched.page/%3Furl=%22+encodeURIComponent(document.location))%7D();
点击之后自动保存当前页面至以上4个网站
自动化保存工具:
原理是自动把网页保存到本地存档或永久网页保存服务(如上述几个)
GitHub - wabarc/wayback: A self-hosted toolkit for archiving webpages to the Internet Archive, archive.today, IPFS, and local file systems
GitHub - ArchiveBox/ArchiveBox: Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...
浏览器插件 保存本地:
https://github.com/gildas-lormeau/SingleFileGitHub - gildas-lormeau/SingleFileZ: Web Extension for Firefox/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file
Safari的Save as web archive功能也差不多能用
浏览器插件 快速搜索或保存:
GitHub - dessant/web-archives: Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari