Passively capture, archive, and hoard your web browsing history, including the contents of the pages you visit, for later offline viewing, mirroring, and/or indexing. Your own personal private Wayback Machine that can also archive HTTP POST
requests and responses, as well as most other HTTP
-level data.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hoardy-Web: Saved in Local Storage</title>
<link rel="shortcut icon" type="$iconMIME$" href="../icon/$iconFile$">
<link rel="stylesheet" href="main.css?v=$version$">
<link rel="stylesheet" href="reqres-ui.css?v=$version$">
</head>
<body>
<div id="body_loading"></div>
<div id="body_error" style="display: none"></div>
<div id="body" style="display: none">
<span id="top"></span>
<h1>Saved
<span class="right">
<input type="button" id="requeueSaved" data-help-class="help-tip-right" data-help="Put all reqres below back into the archiving queue. Note that for each given reqres and each archiving method `Hoardy-Web` remembers if the reqres in question was ever successfully archived using that archiving method and will not re-archive it the second time." value="Re-queue" />
<input type="button" id="rearchiveSaved" data-help="Re-queue, but reset all internal per-reqres per-archiving method status flags, forcing all these reqres to be archived again, regardless of any previous successes or failures." value="Re-archive" />
<input type="button" id="deleteSaved" data-help="Delete all reqres below from local storage." value="Delete" />
</span>
</h1>
<div class="controls">
<ui id="rrfilters.limit" type="omega" class="c" data-default="1024" data-help="Load no more than this many elements.">{} At most {} elements</ui>
<ui id="rrfilters.did_exportAs" type="tristate" data-help="Tristate filter for the "exported via `saveAs`" flag.">Exported via <code>saveAs</code></ui>
<ui id="rrfilters.did_submitHTTP" type="tristate" data-help="Tristate filter for the "submitted via `HTTP`" flag.">Submitted via <code>HTTP</code></ui>
<ui id="rrfilters.in_ls" type="tristate" data-help="Tristate filter for the "in `storage.local`"/"in `IndexedDB`" flag.">In <code>storage.local</code></ui>
</div>
<div class="controls">
<ui id="rrfilters.problematic" type="tristate" data-help="Tristate filter for the "problematic" flag.">Problematic</ui>
<ui id="rrfilters.was_problematic" type="tristate" data-help="Tristate filter for the "was_problematic" flag.">Was problematic</ui>
<ui id="rrfilters.was_in_limbo" type="tristate" data-help="Tristate filter for the "was_in_limbo" flag.">Was in limbo</ui>
<ui id="rrfilters.no_errors" type="tristate" data-help="Tristate filter for a reqres having errors.">Without errors</ui>
<ui id="rrfilters.picked" type="tristate" data-help="Tristate filter for the "picked/dropped" state.">Picked</ui>
</div>
<table>
<tbody id="data"></tbody>
</table>
</div>
<script src="../lib/compat.js"></script>
<script src="../lib/utils.js"></script>
<script src="../lib/lutils.js"></script>
<script src="reqres-ui.js"></script>
<script src="saved.js"></script>
</body>
</html>