This one will use a data file instead of loading stuff from tabletop. i'm hoping this will let me play quicker.
xxxxxxxxxx
<meta charset="utf-8">
<body>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script>
var games;
d3.json('games.json', function(err, data) {
if (err) return console.warn(err)
games = data
console.log(data)
})
</script>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js