Ctrl+Shift+V (Paste as Plain Text) removes all formatting from your clipboard, including intentional structure like headings, bold text, lists, and links. Scrub-a-Doc removes only the problematic formatting — hidden inline styles, font declarations, and Microsoft-specific markup — while preserving semantic structure. For anyone who needs clean text that retains its organization, Scrub-a-Doc is the more precise tool.
Paste as Plain Text converts your clipboard contents to unformatted ASCII text. It strips every HTML tag, every CSS property, and every structural element. The result is a wall of undifferentiated text with no headings, no bold, no lists, no links. If your original content had a clear hierarchy — which good content always does — that hierarchy is gone.
This is fine if all you need is raw text, like pasting a quote into a chat message or dropping text into a code editor. But for content publishing, email building, or documentation workflows, stripping all structure creates more work than it saves. You end up re-applying headings, re-bolding keywords, re-creating lists, and re-inserting links manually.
Scrub-a-Doc operates at the HTML level, not the plain-text level. It parses the markup in your clipboard and makes targeted removals. It strips inline style attributes (font-family, font-size, color, line-height), Microsoft Office namespace tags (mso-style-type, MsoNormal classes), deeply nested div and span wrappers that carry no semantic meaning, and background-color and text-decoration overrides. It preserves heading tags (h1 through h6), paragraph tags, strong and em tags for bold and italic, ordered and unordered lists, and anchor tags with their href attributes.
The result is clean, semantic HTML that any CMS, email builder, or web platform can interpret correctly using its own stylesheet.
| Feature | Ctrl+Shift+V | Scrub-a-Doc |
| Removes inline styles | Yes | Yes |
| Removes font declarations | Yes | Yes |
| Preserves headings | No | Yes |
| Preserves bold/italic | No | Yes |
| Preserves lists | No | Yes |
| Preserves links | No | Yes |
| Works in browser | Depends on app | Yes |
| Handles .docx upload | No | Yes |
Use Ctrl+Shift+V when you genuinely want raw text with no structure — pasting into a terminal, a plain-text email field, or a code file. Use Scrub-a-Doc when you want clean, well-structured content that retains its hierarchy — publishing to a CMS, building an email, writing documentation, or moving content between collaboration platforms.