Diffvoid.com
private, open source client side text comparison tool
private, open source client side text comparison tool

Side-by-side text comparison
view both versions at once with changes clearly marked
Invisible character detection
identify Unicode whitespace, zero-width characters, and other non-printing characters that can cause bugs
Precise diff highlighting
see exactly which characters or lines have been added, removed, or modified
Client-side processing
all comparison happens in your browser; nothing is sent to a server
Open source code
available for inspection and modification under an open source licence
Finding the exact differences between two code versions before committing
Debugging whitespace and encoding problems in data files
Comparing document revisions to see what changed
Verifying configuration file changes before deployment
Identifying invisible characters causing copy-paste errors