Compare the state of web pages with a previous state


/ Published in: Bash
Save to your folder(s)

This can be used to check if an update of a CMS (or blog, plugin, ...) changed something in the frontend (content or HTML).

Run the script with the file that contains the urls as parameter:

`wiff.sh urllist.txt`

urllist.txt contains the urls one per line.

The snapshots are stored in "~/wiff" by default.

You can use diff instead of wdiff: `wiff.sh -c diff urllist.txt`

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.