Skip to content

Instantly share code, notes, and snippets.

@cadorn
Created January 13, 2015 04:43
Show Gist options
  • Save cadorn/99bf653c8f59595aa9ef to your computer and use it in GitHub Desktop.
Save cadorn/99bf653c8f59595aa9ef to your computer and use it in GitHub Desktop.
HTTP Archive Viewer Widget Embedding
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment