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)?
|
feedback
|
|
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. | ||||
|
feedback
|
|
I can see where you are coming from, | |||||||||||
feedback
|
|
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. | |||
|
feedback
|
|
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. | |||
|
feedback
|
