mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 17:45:02 +09:00
6 lines
No EOL
141 B
JavaScript
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); |