UNPKG
afterwriting-fork-rickschubert
Version:
latest (1.12.10)
1.12.10
1.12.9
Screewriting tools
github.com/ifrost/afterwriting-labs
ifrost/afterwriting-labs
afterwriting-fork-rickschubert
/
token.html
11 lines
(10 loc)
•
226 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
html
>
<
body
onload
=
"send_message()"
>
<
span
id
=
"alert"
/>
<
script
>
function
send_message
(
) {
window
.
opener
.
postMessage
(
window
.
location
.
href
,
'https://afterwriting.com'
); }
</
script
>
</
body
>
</
html
>