This diff viewer overlays text and code so you can visualise similarities and differences between the two sets of data.
- Enter the original code into first textarea element when the page loads.
- Click on the
Hide Original
button to toggle to the second textarea element. - Enter the changed code into the second textarea element.
- Click on the
Show Original
button to toggle back to the first textarea element.
The code in blue colour is the original code, and the code in red colour is the changed or altered code. The code in magenta is the overlap between the two sets of code.
- Click on the
Hide ...
button to hide the contents of the corresponding textarea element. - Click on the
Show ...
button to display the contents of the corresponding textarea element.