Blog Post #1
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: sbrl/url-diff#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Website change detection with headless Firefox and ImageMagick
Have you ever wanted to know when a web page changes? If it does change, it's almost impossible to tell where on the page it's changed. Recently, I was thinking about the problem, and realised a few things:
--headless
) to take screenshotsWith this in mind, I set about implementing a script. Before we continue, here's an example diff image:
The bits that have changed appear in red. The script I've written also generates an animated PNG showing the difference too:
Pretty cool!
We should finish this up, but we need a website to change so we can demo it!