Skip to content

Instantly share code, notes, and snippets.

@nicopace
Created August 27, 2019 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicopace/70651d418a8f62a0f080b360c6e1f610 to your computer and use it in GitHub Desktop.
Save nicopace/70651d418a8f62a0f080b360c6e1f610 to your computer and use it in GitHub Desktop.
<html>
<body>
<script src="https://togetherjs.com/togetherjs-min.js"></script>
<button onclick="TogetherJS(this); return false;">Start TogetherJS</button>
<script>
document.addEventListener('DOMContentLoaded', function() {
document.getElementById('browsingSession').href = 'https://tmate.io/t/' + window.location.hash.substring(1);
});
</script>
<iframe id="browsingSession" target="https://tmate.io/t/ro-U7jSX3kHvpxgO4reLLhJTfgLc"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment