Tag
Guide
4 posts tagged Guide, newest first.
Blogger × Cloudflare Workers: Easily Solving Blogger's Connectivity Problems in China
Sharing a Cloudflare Workers script that reverse-proxies a Blogger blog and its image domains, fixing direct-connection and image-loading issues for Blogger in mainland China, with a breakdown of its page-rewriting and image-caching logic.
My Web Archiving Technique
A personal web archiving method: capturing pages with SingleFile and storing them on decentralized services like IPFS, with a comparison of public archive services such as the Wayback Machine and archive.today.
Mirroring a Web Page with wget
How to mirror a static web page with a single wget command, walking through what the --mirror, --convert-links, --adjust-extension, --page-requisites, and --no-parent flags each do.
Using the <template> Tag to Hide Content Blogger Inserts
A method that wraps a fake </body> marker in a <template> tag to get around Blogger's block on nested comments, hiding its auto-inserted content.