UNPKG

socketpuppet

Version:

🎭 socketpuppet - connect to running puppeteer instances to see what's going on (or going wrong)--and fix it, live!

5 lines (3 loc) • 144 B
const TOP = new URL(location); TOP.port = parseInt(location.port) + 2; parent.postMessage({request: {audio:true, loggedIn:true}}, TOP.origin);