warcreate
warcreate copied to clipboard
Chrome extension to "Create WARC files from any webpage"
When getting the warc file from one tab, when I edit it I see that also other headers from other opened tabs I have are inserted. Perhaps the filtering inside...
Up to half a GB with it installed on Linux Chromium 33 without restarting my browser for a couple days. Not sure if it'd relinquish the memory politely if needed.
The JS file is all that's needed with the separate dir unnecessary for Chrome. Minified might be preferable.
Possibly implement this in a contextual dropdown option, which would allow filtering based on the current tab's context.
Fixing this would probably fix a few other issues down the line.
Currently, there is little more than inline documentation.
As suggested by Noah Levitt @ internet archive. This would be handy for creating revisit records.
http://updates.html5rocks.com/2012/06/Don-t-Build-Blobs-Construct-Them BlobBuilder is deprecated with some revision to the HTML5 File API. Move over to Blob interface from BlobBuilder