UNPKG

afterwriting

Version:

Post-processing tools for Fountain screenplays

11 lines 217 B
<html> <body onload="pass_token()"> <script> function pass_token() { var url = window.location.href, hashIndex = url.indexOf('#'); var l = window.opener.postMessage(url, '*'); } </script> </body> </html>