Earlier quoted context omitted.
Unfortunate state of affairs with firefox extentions. Niche extentions do not exist anymore. I had to switch to chrome for extensions. Finding a chrome extension that provides similiar functionality to your firefox ones should be easy.
>> Unfortunate state of affairs with firefox extentions. Niche extentions do not exist anymore. This seems like something that could be done in a proxy and be browser independent.
Show HN: Self-hosted offline Internet from your browsing history
81–90 of 166 posts
Re: Show HN: Self-hosted offline Internet from your browsing history
#82Given the hard 'no' in the FAQ, does anyone know about a similar project for Firefox?
Could the "HAR" file I can save from Firefox' Network tab somehow be used for this? That looks to be a recording from the entire timeline, including payloads.
Re: Show HN: Self-hosted offline Internet from your browsing history
#83I'm not making any value judgment about the actual tool. It sounds interesting enough. But it should behave better.
Re: Show HN: Self-hosted offline Internet from your browsing history
#84I am coding my own hacked together bookmarks manager. I can save any page with a click of the button using SingleFile (a fantastic Chrome extension, by the way!). Then a cronjob runs and puts it into a folder to be processed into a database, which generates a static html index and puts it in my Google Drive. Then it syncs offline on my chromebook. Which means that without internet, I can put my chromebook in tablet m…
Re: Show HN: Self-hosted offline Internet from your browsing history
#85I am too embarrassed to admit that a disproportionate amount of my time are spent on looking for a sentence or god forbid a tweet I vaguely remember reading last week.
SO yes, consider this a vote for that sexy full text search please.
Re: Show HN: Self-hosted offline Internet from your browsing history
#86Re: Show HN: Self-hosted offline Internet from your browsing history
#87I am coding my own hacked together bookmarks manager. I can save any page with a click of the button using SingleFile (a fantastic Chrome extension, by the way!). Then a cronjob runs and puts it into a folder to be processed into a database, which generates a static html index and puts it in my Google Drive. Then it syncs offline on my chromebook. Which means that without internet, I can put my chromebook in tablet m…
It's not complete, mostly because the frontend is a mess, but the backend is able to save files, pages and links (https://gitlab.com/thebird/snag). Used Rust backend, Svelte and JS for the extension (of course).
Re: Show HN: Self-hosted offline Internet from your browsing history
#88This is a neat idea, but I wish it would respect some basic Unix standards by default. Two big annoyances jump out at first glance: it assumes you want to use port 22120, and it puts its config in ~/22120-arc. Maybe both of these are configurable, but the directory is a terrible default. Use XDG (~/.config/22120) or at least use a hidden directory in the home dir. And the port it operates on should be completely conf…
Re: Show HN: Self-hosted offline Internet from your browsing history
#89I am coding my own hacked together bookmarks manager. I can save any page with a click of the button using SingleFile (a fantastic Chrome extension, by the way!). Then a cronjob runs and puts it into a folder to be processed into a database, which generates a static html index and puts it in my Google Drive. Then it syncs offline on my chromebook. Which means that without internet, I can put my chromebook in tablet m…
Any chance you have this open-sourced or described in more detail somewhere?
Re: Show HN: Self-hosted offline Internet from your browsing history
#90I am coding my own hacked together bookmarks manager. I can save any page with a click of the button using SingleFile (a fantastic Chrome extension, by the way!). Then a cronjob runs and puts it into a folder to be processed into a database, which generates a static html index and puts it in my Google Drive. Then it syncs offline on my chromebook. Which means that without internet, I can put my chromebook in tablet m…