Results 67 comments of John Berlin

Hey y'all, If you want to start test running things today this feature is living in the chrome-remote-interface-extra-intergration branch. The entry point to make changes like this is the [chromeCustomizer.js](https://github.com/N0taN3rd/Squidwarc/blob/chrome-remote-interface-extra-intergration/chromeCustomizer.js)...

@machawk1 I reopened this issue as the code base relies on ES6 (ES2015) and harmony features that the LTS version of Node does not nicely support. I did not use...

@maturban Thank you for pointing that out I really should go ahead and add re-gz or re-defleate via [zlib](https://nodejs.org/api/zlib.html#zlib_compressing_http_requests_and_responses) rather than tightening up the regex used..... One for the node-warc...

@mw0000 Squidwarc uses gitmodules to bring in the `node-warc` dependencies. For non-windows systems Squidwarc provides a boostrap stript `boostrap.sh` which should be usable by [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). But the...

ref https://github.com/peterk/warcworker/issues/5

TBH I am completely unsure at this point. I have had success on Linux using the same browser (do have to continually re-sign in ever time :goberserk:), tho I do...

This will require some additional changes to Squidwarc but I suspect that the issue is with setting the user data dir itself rather than letting the normal browser resolution of...

@machawk1 I would agree that using Electron for the ui would work great as it has matured a lot since I have started using it. The reason I believe that...

@anarcat thanks for the PR. I believe the appropriate docs section that would need updating is `docs/manual/usage.rst: Using Existing Web Archive Collections` Still thinking about how to test this because...

Perhaps this option would be applicable when running pywb. ``` http://localhost:8080/coll-cdx?urls=all&page=1&filter=mime:text/html&limit=10 ``` Given that currently pywb requires only the url parameter be set so possibly a give me all url`s`...