-
The latest commit added sourceUrl in the collAdded posted message:
sourceUrl: res.config.sourceUrl
https://github.com/webrecorder/wabac.js/blob/199b90c53083415c9652f9475d453415a5088ab7/src/loaders.…
-
Crawl fails if called with `--urlFile` but without `--scope`:
```
$> docker run -v$PWD/test-urls.txt:/test-urls.txt webrecorder/browsertrix-crawler:0.4.0-beta.1 crawl --urlFile /test-urls.txt
Exclu…
-
Automatic script 'create profile' manages to login into Facebook with username and password,
but it doesn't click the 'Accept All' cookies button.
You can see that when using debugScreenshot opti…
-
For Kiwix Open Source Support and list Webrecorder for 2021
-
Could you provide a couple more examples of blockingRules on the README?
I'm moving away from httrack and I'm having trouble figuring out how to block urls like https://www.dummyurl.com/gallery/* …
-
The preamble added by Wombat.wrapScriptTextJsProxy to every JavaScript file declares the following locals:
```js
let window = _____WB$wombat$assign$function_____("window");
let self = _____WB$wom…
-
Example: https://webrecorder.io/_embed/michaeleatsfood/dispersion/20021210203239$br:firefox:49/http://distributedhistory.com/pearl.htm
-
The following Proxy overrides the Storage API in a way that is not compatible with the native implementations, causing issues in some archival replays.
https://github.com/webrecorder/wombat/blob/4f…
-
There are a number of 3rd party PRs on the go. We should keep an eye on them.
As a related task we should collect all we've learned about what's compatible with what and record it.
This originat…
-
When a site changes url with pushState/replaceState, webrecorder updates the url, but that url does not actually get recorded... Perhaps automatically send an ajax request to record said url, via patc…