Skip to content

Instantly share code, notes, and snippets.

@cadorn
Created January 13, 2015 04:43
Show Gist options
  • Select an option

  • Save cadorn/99bf653c8f59595aa9ef to your computer and use it in GitHub Desktop.

Select an option

Save cadorn/99bf653c8f59595aa9ef to your computer and use it in GitHub Desktop.

Revisions

  1. cadorn created this gist Jan 13, 2015.
    12 changes: 12 additions & 0 deletions harviewer.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@

    <script src="http://fireconsole.github.io/harviewer/fireconsole/bundles/loader.js"></script>

    <div id="content" version="@VERSION@"></div>

    <script>
    PINF.sandbox("http://fireconsole.github.io/harviewer/fireconsole/bundles/plugin.js", function (sandbox) {
    sandbox.main();
    }, function (err) {
    console.error("Error while loading plugin.js bundle':", err.stack);
    });
    </script>