software/hoardy-web/./extension/background/main.template

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. Your own personal private Wayback Machine that can also archive HTTP POST requests and responses, as well as most other HTTP-level data.

Files

Raw Source

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Hoardy-Web: Background Page</title>
    <link rel="shortcut icon" type="$iconMIME$" href="../icon/$iconFile$">
  </head>
  <body>
    $for(scripts)$
    <script src="../$scripts$"></script>
    $endfor$
  </body>
</html>