We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When submitting a page to ArchiveBox, the extension should send the page DOM + MHTML + innerText + screenshot as well.
That way there is always a capture of the page exacly as it appears when browsing.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/captureVisibleTab
The text was updated successfully, but these errors were encountered:
I'm not one of the devs but it look possible to either extend the API here a bit https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/core/views.py#L433
or uncomment and extend the @router.post("/snapshot"...) here https://github.com/ArchiveBox/ArchiveBox/blob/aa55e0d02e644e011e8a09b41c6c6c316c164d3c/archivebox/api/v1_core.py#L317
@router.post("/snapshot"...)
Sorry, something went wrong.
No branches or pull requests
When submitting a page to ArchiveBox, the extension should send the page DOM + MHTML + innerText + screenshot as well.
That way there is always a capture of the page exacly as it appears when browsing.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/captureVisibleTab
The text was updated successfully, but these errors were encountered: