Quick Start Labels
Reading List
https://jackwhiting.co.uk/posts/lazy-loading-vanilla-js-with-webpack-laravel-mix
https://medium.com/free-code-camp/reducing-css-bundle-size-70-by-cutting-the-class-names-and-using-scope-isolation-625440de600b
Libraries
https://github.com/verlok/vanilla-lazyload
Developer Resources
https://webpack.js.org/configuration/output/
https://web.dev/articles/preload-critical-assets
Reading List
https://www.codemzy.com/blog/how-to-name-webpack-chunk
How to name a webpack chunk (including split and common chunks)
Reading List
Sidebar Labels
https://xmlexpr.blogspot.com/2025/03/blogger-html-widget.html
https://xmlexpr.blogspot.com/2025/03/blogger-dark-theme-embedded-comment-form.html
https://xmlexpr.blogspot.com/
https://xmlexpr.blogspot.com/2025/03/styling-embedded-comment-form.html
Styling The Blogger Embedded Comment Form
March 06, 2025
2025
March
06
08:20 AM
CSS snippets to style the Blogger (blogspot) embedded comment form.
There are 3 types of embedded comment form, each shown on a different condition:
First comment of the post.
Top-Level comment.
Reply comment.
First Comment of the Post
This form is shown when the post has no comments, meaning the user is the first to leave a comment on the post.
.comments.embed .comment-form { /* ... */ }
Top-Level Comment
This form is shown when there's at least one comment on a post and the user is not replying to anyone.
.comment-replybox-single:not(:empty) { /* ... */ }
Reply Comment
This form is shown the user is replying to another comment.
.comment-replybox-thread:not(:empty) { /* ... */ }
**
https://www.blogger.com/rpc_relay.html https://www.blogger.com/comment/frame/220561901913020919?po=2949187916090351657&hl=en&saa=85391&origin=https://xmlexpr.blogspot.com&skin=contempo https://xmlexpr.blogspot.com/2025/03/styling-embedded-comment-form.html#comments
https://xmlexpr.blogspot.com/2025/03/blogger-html-widget.html
https://xmlexpr.blogspot.com/2025/03/blogger-dark-theme-embedded-comment-form.html
https://xmlexpr.blogspot.com/