Live data from Hacker News

TabFS: Mount your Browser Tabs as a Filesystem

omar.website

81–90 of 242 posts

Re: TabFS: Mount your Browser Tabs as a Filesystem

#83

It would be cool if the DOM was exposed. Then you could write one liner bash scripts to do simple tasks like “download all images” or “delete script tags referencing spammyads.js”, all with nothing more advanced than find, cp, rm and mv in the shell. E.g. cp html/body/*/img/.hero-img/hello.png ~Downloads/ You would need some clever way to express the DOM with ids and classes etc but it could be done with some subdire…

Cool idea, but I'd worry about all the malformed markup.

Re: TabFS: Mount your Browser Tabs as a Filesystem

#84
post #11

This is a cool idea. It would be nice to be able to blacklist some tabs though. For example, I wouldn’t want the text of my banks website easily readable by any random process.

You could probably run your bank website in incognito mode and avoid extensions. I do this all the time because I don't completely trust any of my installed extensions. Even if I did, they are auto-updated and their code can change at any time without any notice.

Re: TabFS: Mount your Browser Tabs as a Filesystem

#86
This is the best idea I've seen all year.

You can make it so that every website is fully searchable and the data easily viewable/extractable. Set up the marketplace for user created plugins, the possibilities are endless.

I would happily contribute $25k to this. reply if interested.

Re: TabFS: Mount your Browser Tabs as a Filesystem

#89

Earlier quoted context omitted.

Chrome only preserves browsing history for 90 days. Keeping tabs open can work around that limitation

Without even bothering to check, this seems like it can't possibly be true. You are surely not saying that the billions of Chrome users worldwide have no browsing history from September or earlier, right?

"Your History page shows the webpages you've visited on Chrome in the last 90 days."[0]

Google's My Activity[1] stores everything though.

[0] https://support.google.com/chrome/answer/95589

[1] https://myactivity.google.com/myactivity

Post reply on HN