Skip to main content
~/makemydev/diff-checker

$diff-checker

Testers

Compare two blocks of text and see the differences highlighted line by line. Added lines in green, removed lines in red. Everything runs in your browser.

// how-to

How to compare two text blocks

Paste two versions of a file and see a line-by-line diff with additions and removals highlighted.

  1. Paste the original

    Drop the original text into the left panel.

  2. Paste the changed version

    Drop the updated text into the right panel.

  3. Read the diff

    Added lines are green, removed lines are red, and unchanged context stays neutral.

  4. Adjust or share

    Tweak either side to explore alternatives, or copy the result to share with a teammate.

// faq

? Is this a character-level or line-level diff?
The viewer shows line-level changes, which is usually what you want for code and config review.
? Are my pasted files sent anywhere?
No. Diffing runs entirely in your browser — nothing is uploaded or stored.
? Is there a size limit?
There is no fixed limit. Very large files (tens of megabytes) may slow the browser since everything stays in memory.