machawk1 / warcreate

Chrome extension to "Create WARC files from any webpage"
https://warcreate.com
MIT License
206 stars 13 forks source link

Create an Event Mode #75

Open machawk1 opened 9 years ago

machawk1 commented 9 years ago

Rather than capturing the page at temporal intervals, this will instruct WARCreate to capture the page every time it dynamically reloads or refreshes. This will ensure that there are no missed updates.

machawk1 commented 7 years ago

chrome.events may be used to create a rule when the page refreshes, trigger a chrome.alarm and re-execute the WARC creation procedure.