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: Internal State</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 id="in_flight">In flight
<span class="right">
<input type="button" id="stopAllInFlight" data-help="Stop tracking progress of all in-flight requests displayed below and either pick or drop them, depending on their completion and "Pick reqres for archival when they finish" options in the settings popup." value="Stop tracking all" />
</span>
</h1>
<table><tbody id="data_in_flight"></tbody></table>
<h1 id="problematic">Problematic
<span class="right">
<input type="button" id="unmarkOneProblematic" data-help="Unset `problematic` flag from the first reqres below." value="Unmark the first one" />
<input type="button" id="unmarkAllProblematic" data-help="Unset `problematic` flag from all reqres below." value="Unmark all" />
</span>
</h1>
<div class="controls">
<ui id="rrfilters.problematic.in_limbo" type="tristate" data-help="Tristate filter for the "in_limbo" flag.">In limbo</ui>
<ui id="rrfilters.problematic.was_in_limbo" type="tristate" data-help="Tristate filter for the "was_in_limbo" flag.">Was in limbo</ui>
<ui id="rrfilters.problematic.no_errors" type="tristate" data-help="Tristate filter for a reqres having errors.">Without errors</ui>
<ui id="rrfilters.problematic.picked" type="tristate" data-help="Tristate filter for the "picked/dropped" state.">Picked</ui>
<input type="button" id="rotateOneProblematic" data-help="Move the first reqres below to the end." value="Rotate the first one" />
</div>
<table><tbody id="data_problematic"></tbody></table>
<h1 id="in_limbo">In limbo
<span class="right">
<input type="button" id="discardOneInLimbo" data-help="Discard the first reqres below." value="Discard the first one" />
<input type="button" id="discardAllInLimbo" data-help="Discard all reqres below." value="Discard all" />
</span>
</h1>
<div class="controls">
<ui id="rrfilters.in_limbo.problematic" type="tristate" data-help="Tristate filter for the "problematic" flag.">Problematic</ui>
<ui id="rrfilters.in_limbo.was_problematic" type="tristate" data-help="Tristate filter for the "was_problematic" flag.">Was problematic</ui>
<ui id="rrfilters.in_limbo.no_errors" type="tristate" data-help="Tristate filter for a reqres having errors.">Without errors</ui>
<ui id="rrfilters.in_limbo.picked" type="tristate" data-help="Tristate filter for the "picked/dropped" state.">Picked</ui>
<input type="button" id="rotateOneInLimbo" data-help="Move the first reqres below to the end." value="Rotate the first one" />
<input type="button" id="collectOneInLimbo" data-help="Collect the first reqres below." value="Collect the first one" />
<input type="button" id="collectAllInLimbo" data-help="Collect all reqres below." value="Collect all" />
</div>
<table><tbody id="data_in_limbo"></tbody></table>
<h1 id="log">Recent history log
<span class="right">
<input type="button" id="forgetHistory" data-help="Forget about all the requests below except for those marked as "problematic". Except, if the "Problematic" tristate filter below is set, then those will be forgotten about too." value="Forget all" />
</span>
</h1>
<div class="controls">
<ui id="rrfilters.log.collected" type="tristate" data-help="Tristate filter for the "collected/discarded" state.">Collected</ui>
<ui id="rrfilters.log.problematic" type="tristate" data-help="Tristate filter for the "problematic" flag.">Problematic</ui>
<ui id="rrfilters.log.was_problematic" type="tristate" data-help="Tristate filter for the "was_problematic" flag.">Was problematic</ui>
<ui id="rrfilters.log.was_in_limbo" type="tristate" data-help="Tristate filter for the "was_in_limbo" flag.">Was in limbo</ui>
<ui id="rrfilters.log.no_errors" type="tristate" data-help="Tristate filter for a reqres having errors.">Without errors</ui>
<ui id="rrfilters.log.picked" type="tristate" data-help="Tristate filter for the "picked/dropped" state.">Picked</ui>
</div>
<table><tbody id="data_log"></tbody></table>
<!-- This anchor goes here, because we usually want to see the tail of the log. -->
<span id="tail"></span>
<h1 id="queued">Queued</h1>
<div class="controls">
<ui id="rrfilters.queued.problematic" type="tristate" data-help="Tristate filter for the "problematic" flag.">Problematic</ui>
<ui id="rrfilters.queued.was_problematic" type="tristate" data-help="Tristate filter for the "was_problematic" flag.">Was problematic</ui>
<ui id="rrfilters.queued.was_in_limbo" type="tristate" data-help="Tristate filter for the "was_in_limbo" flag.">Was in limbo</ui>
<ui id="rrfilters.queued.no_errors" type="tristate" data-help="Tristate filter for a reqres having errors.">Without errors</ui>
<ui id="rrfilters.queued.picked" type="tristate" data-help="Tristate filter for the "picked/dropped" state.">Picked</ui>
</div>
<table><tbody id="data_queued"></tbody></table>
<h1 id="unarchived">Failed to archive
<span class="right">
<input type="button" id="retryUnarchived" data-help="Move all failed to archive reqres to the archival queue and then nudge the archiving sub-process awake." value="Retry all" />
</span>
</h1>
<div class="controls">
<ui id="rrfilters.unarchived.problematic" type="tristate" data-help="Tristate filter for the "problematic" flag.">Problematic</ui>
<ui id="rrfilters.unarchived.was_problematic" type="tristate" data-help="Tristate filter for the "was_problematic" flag.">Was problematic</ui>
<ui id="rrfilters.unarchived.was_in_limbo" type="tristate" data-help="Tristate filter for the "was_in_limbo" flag.">Was in limbo</ui>
<ui id="rrfilters.unarchived.no_errors" type="tristate" data-help="Tristate filter for a reqres having errors.">Without errors</ui>
<ui id="rrfilters.unarchived.picked" type="tristate" data-help="Tristate filter for the "picked/dropped" state.">Picked</ui>
</div>
<table><tbody id="data_unarchived"></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="state.js"></script>
</body>
</html>