Roan Kattouw wrote:
Platonides schreef:
Paolo Liberatore wrote:
You can save some bandwidth (on large pages) by adding action=render to a regular diff url, like this:
http://en.wikipedia.org/w/index.php?action=render&title=Wikipedia:Admini...
Even better, you can get only the diff: http://en.wikipedia.org/w/index.php?action=render&title=Wikipedia:Admini...
Both URLs give you an HTML-formatted diff. I discovered some plain diff generation code hiding in a dark corner, which will output diffs like:
The second one won't give you the page. You can get the diffs in a plain format by removing every tag and unescaping. Taking into account at removing the class names is also helpful.