Search
One address in, every recorded document out
The browser window is fixed at 1920×1200 so every screenshot is
comparable and the results table never collapses into a scrolling strip.
Leave headless off. Headless Chrome announces itself in its user agent and
the records sites screen for it. On a server run the whole thing under a virtual display
instead — xvfb-run -a --server-args="-screen 0 1920x1200x24" npm start
— which keeps it visible as far as the sites are concerned. Headless with no uploaded
Chrome profile is the combination most likely to be blocked.
Downloads
Every run folder, ready to take away
History
What each run did, and what it saw
Profile
The Chrome profile every run signs in with
Installing a Chrome profile hands whoever does it a browser that is already signed in, so this
tab is behind a password. It is set as PROFILE_PASSWORD in .env and
is never sent to this page.