![Anteprima di Hoardy-Web](https://addons.mozilla.org/user-media/addon_icons/2810/2810817-64.png?modified=da03a43a)
Hoardy-Web di Jan Malakhovski
Passively capture, archive, and hoard your web browsing history, including the contents of the pages you visit, for later offline viewing, replay, mirroring, data scraping, and/or indexing. Low memory footprint, lots of configuration options.
Devi utilizzare Firefox per poter installare questa estensione
Metadati estensione
Screenshot
![Screenshot of Firefox's viewport with extension's popup shown.](https://addons.mozilla.org/user-media/previews/thumbs/310/310726.jpg?modified=1734861174)
![Extension's `P&R` tab with it switched to `Submit dumps via 'HTTP'` mode and its `Server URL` pointing to `hoardy-web serve` instance.](https://addons.mozilla.org/user-media/previews/thumbs/310/310728.jpg?modified=1734861173)
![Screenshot of Firefox's viewport with a replay of the page from the previous screenshot.](https://addons.mozilla.org/user-media/previews/thumbs/310/310730.jpg?modified=1734861174)
![Screenshot of extension's help page under Firefox. The highlighted setting is referenced by the text under the mouse cursor.](https://addons.mozilla.org/user-media/previews/thumbs/310/310729.jpg?modified=1734861174)
![Screenshot of extension's help page under Firefox set to a dark mode theme. The highlighted setting is referenced by the text under the mouse cursor.](https://addons.mozilla.org/user-media/previews/thumbs/310/310727.jpg?modified=1734861174)
Informazioni sull’estensione
Hoardy-Web
passively captures and collects dumps of HTTP
requests and responses as you browse the web, and then archives them using one or more of the following methods:- by saving them into your browser’s local storage, which is the default;
- by submitting them to your own private archiving server via
HTTP
, like- the advanced archival+replay server
hoardy-web serve
(also on GitHub) or - the simple archiving-only server
hoardy-web-sas
(also on GitHub);
- the advanced archival+replay server
- by generating fake-Downloads containing bundles of those dumps, making your browser simply save them to your
Downloads
directory.
Hoardy-Web
produces dumps in a very simple, yet efficient, WRR
file format (also on GitHub).Moreover,
Hoardy-Web
implements:- UI indicators that help in ensuring good and complete website captures,
- optional post-capture machinery that helps in archiving only select subsets of captured data;
- archival+replay integration when used in combination with an advanced archiving+replay server like
hoardy-web serve
(also on GitHub); - capture of
DOM
snapshots; - inspection of captured
HTTP
traffic, similar to browser’s ownNetwork Monitor
(except browser-wise, i.e., it can captureHTTP
requests even when a page generates them when its tab/window closes; which a surprising number of websites does to prevent their web traffic from being inspected withNetwork Monitor
); - some generally useful web browsing features (like per-tab
Work offline
mode).
In other words, this extension implements an in-browser half of your own personal private passive Wayback Machine that archives everything you see, including
HTTP POST
requests and responses (e.g. answer pages of web search engines), as well as most other HTTP
-level data (AJAX
, JSON RPC
, etc).For more information see project’s documentation (also on GitHub) and extension’s
Help
page (also on GitHub) (also distributed with the extension itself, available via the “Help” button from its popup UI), especially the “Frequently Asked Questions” section there (also on GitHub).Also, note that:
Hoardy-Web
DOES NOT send any of your captured web browsing data anywhere, unless you explicitly configure it to do so.Hoardy-Web
DOES NOT send any telemetry anywhere.- Both of the above statements will apply to all future versions of
Hoardy-Web
.
Hoardy-Web
was previously known as “Personal Private Passive Web Archive” aka pWebArc
.Valuta la tua esperienza utente
PermessiUlteriori informazioni
Questo componente aggiuntivo necessita di:
- Visualizzare notifiche
- Accedere alle schede
- Salvare illimitati dati su client
- Accedere alle attività durante la navigazione
- Accedere ai dati di tutti i siti web
Ulteriori informazioni
- Link componente aggiuntivo
- Versione
- 1.21.0
- Dimensione
- 303,79 kB
- Ultimo aggiornamento
- 3 giorni fa (11 feb 2025)
- Categorie correlate
- Licenza
- Solo GNU Lesser General Public License v3.0
- Informativa sulla privacy
- Consulta l’informativa sulla privacy per questo componente aggiuntivo
- Cronologia versioni
- Etichette
Aggiungi alla raccolta
Note di versione per la versione 1.21.0
[extension-v1.21.0] - 2025-02-11: Re-archival, reworked internals, many small improvements
Added/Changed/Removed (1): Re-archival replaces re-queueing
Changed (2): Internals
See CHANGELOG.md for more info.
Added/Changed (3): Capture and logging
See CHANGELOG.md for more info.
Added/Changed (4): UI
Changed (5): Documentation
Fixed
See CHANGELOG.md for more info.
Added/Changed/Removed (1): Re-archival replaces re-queueing
- Core + Popup UI + the Saved in Local Storage page + the Help page:
- Implemented new re-archival machinery.
That is, “re-queueing” mechanism was dropped, instead, reqres saved in local storage can now be sent through the archival pipeline multiple times, without touching the queue. Also, the re-archival machinery now has a separate set of configurable archival methods. And the reqres going through re-archival will be sent through a separate instance of the archival pipeline, in a way that will block Hoardy-Web’s main thread, while recording archival errors separately, reporting them at the end, and then forgetting about them (after all, everything is saved in local storage anyway).
See CHANGELOG.md for more info.
- Implemented new re-archival machinery.
- Core + Default config:
- Set the default config.exportAsMaxSize to 64 MiB again and increased the limit to 512 MiB both on Chromium and on Firefox.
Bigger values are better for WRR bundle compression ratios, and my tests had shown that this actually works fine even on Firefox, even though Mozilla’s docs claim it would not, so.
- Set the default config.exportAsMaxSize to 64 MiB again and increased the limit to 512 MiB both on Chromium and on Firefox.
Changed (2): Internals
See CHANGELOG.md for more info.
Added/Changed (3): Capture and logging
See CHANGELOG.md for more info.
Added/Changed (4): UI
- Core + Toolbar button + Icons:
- Added unsnapshottable and unreplayable icons.
From now on, they are used for displaying the states of the corresponding per-tab config options. - Added vertical bar and dot icons.
They are now used for separating per-tab and per-tab-children toolbar icon animation frames, when they differ.
This makes things much less confusing.
- Added unsnapshottable and unreplayable icons.
- Core + Default config:
- Increased the default config.animateIcon value a bit, to make those icons easier to visually parse.
- Popup UI:
- Renamed Run tab/tag to RT, Class to CLS, moved UI tab/tag to right after CLS and put spacers at better points.
Personally, I misclick less with this layout. - Moved all snapshottable and replayable toggles to the end of their sections.
- When viewed from the Help page, per-tab options are now available and settable again.
This makes no technical sense, but this is less UI-surprising. - On Fenix, improved the layout slightly.
- Renamed Run tab/tag to RT, Class to CLS, moved UI tab/tag to right after CLS and put spacers at better points.
- Core + Popup UI:
- Split config.debugging into a bunch of more fine-grained configuration options.
Changed (5): Documentation
- Documentation:
- Improved the Help page.
- Improved keyboard shortcut descriptions.
- Improved popup UI help strings.
Fixed
See CHANGELOG.md for more info.
Altre estensioni di Jan Malakhovski
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni
- Non ci sono ancora valutazioni