1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 17:45:02 +09:00
anytype-ts/dist/run.js
2023-08-12 18:13:55 +02:00

6 lines
No EOL
141 B
JavaScript

const s = document.createElement('script');
s.src = './main.js?' + Math.random();
s.type = 'text/javascript';
document.body.appendChild(s);