Skip to content
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

Is it possible to export a cached page? #62

Open
dmerrick opened this issue Nov 18, 2016 · 3 comments
Open

Is it possible to export a cached page? #62

dmerrick opened this issue Nov 18, 2016 · 3 comments

Comments

@dmerrick
Copy link

This isn't really an issue but I'm not sure of the best place to ask.

I viewed a page yesterday, and today the page has changed. I can use falcon to search my cache for a word I know was on yesteday's version of the page and find the right URL.

What I would like to do is export as much as I can from the falcon-cached version of the page.

@lengstrom
Copy link
Owner

It is possible, you'll have to open a developer console in your Chrome
extension debugger though.

On Thu, Nov 17, 2016 at 8:25 PM, Dana Merrick notifications@github.com
wrote:

This isn't really an issue but I'm not sure of the best place to ask.

I viewed a page yesterday, and today the page has changed. I can use
falcon to search my cache for a word I know was on yesteday's version of
the page and find the right URL.

What I would like to do is export as much as I can from the falcon-cached
version of the page.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#62, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAucIeOwuns8QpFN66Mh6UOW9JrHCUxOks5q_P53gaJpZM4K2BIi
.

@dmerrick
Copy link
Author

@lengstrom that's fine! Can you help point me in the right direction? I know the URL I'm looking for but I don't know the command to query local storage.

@dmerrick
Copy link
Author

I installed the Chrome Extension Debugger, got to the console for falcon, and figure I need to run something like:

chrome.storage.local.get(<some data structure involving the URL>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants