1 2 3 4 5 6 7
<!DOCTYPE html> <body> <script> window.portalHost.postMessage("ready"); onportalactivate = e => document.body.appendChild(e.adoptPredecessor()); </script> </body>