I want to be able to diff the source of two pages, or even plain text files that are open in two browser windows. The only thing I can find is the PageDiff plugin for Firefox, but is there anything else available (for any browser)?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
I dont know of a tool specific for this, but winmerge is an excellent diffing tool and you can open a new window and paste the source from both pages into the 2 panes and do a diff. A little bit of extra work but will work. |
||||
|
|
|
I can see where you are coming from, |
|||||||||||
|
|
This might help out. You can use a pastebin service to do this. I like http://dpaste.de so these instructions are based on that site.
It requires a bit of copy/pasting, but overall it's a pretty quick way to get a diff of two files. |
|||
|
|
|
I'm on linux, so I get the two webpages, and type (diff -u -p -N file1.html file2.html > some_diff_file), and after this, I use kdiff. |
|||
|
|