-
Notifications
You must be signed in to change notification settings - Fork 32
Send page DOM + screenshot directly to archivebox when saving #33
New issue
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
Comments
I'm not one of the devs but it look possible to either extend the API here a bit or uncomment and extend the |
I just wondered if this feature could go one step further. I often find the |
Having tried the singlefile addon, archivebox uses the cli version, it does use the modified document, so if archivebox would allow sending the singlefile along, it might make sense to instead add an archivebox feature to the singlefile addon instead (or additionally). |
I built a proof of concept of this that sends the current DOM + screenshot directly to an S3 compatible store (no server needed), it works great! https://github.com/ArchiveBox/screenshot-to-s3-extension |
Uh oh!
There was an error while loading. Please reload this page.
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: