Is it possible to export a cached page?
dmerrick opened this issue · 3 comments
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.
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
.
@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.
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>)