About using Dark Reader extension while composing Blogger posts without creating darkreader CSS and data attr bloat
Dark Reader extension is very helpful in giving dark mode in Blogger Compose window. If we know exactly in which use cases Dark Reader injects its CSS and data attributes bloat to the post HTML and in which use cases it does not, we can avoid the former and use only the latter. The main reference for this section is my post: Discussion and Analysis of Dark Reader Chrome extension test post with Gemini assistance . With Dark Reader extension in "On" state: No Bloat : Typing directly in Compose mode in a div block which does not have Dark Reader styles (--darkreader-) or custom data attributes (data-darkreader-), does NOT inject Dark Reader styles and custom data attributes in the post HTML. So creating a fresh div block in with few dummy characters in 'Edit HTML' mode and then switching back to Compose mode and typing within those dummy characters should result in no Dark Reader styles and data attributes being injected. No Bloat : Special case of above is Compose mode...