Skip to content

Instantly share code, notes, and snippets.

View michalsnik's full-sized avatar

Michał Sajnóg michalsnik

  • Busright
  • Poznań
View GitHub Profile
<div id="remote-browser"></div>
<script lang="js">
(async function () {
try {
const { data } = await fetch("https://<your-api.com>/remote-browser", {
method: "POST"
}).then(res => res.json());
const iframe = document.createElement('iframe')