1
1
Fork 0
mirror of https://github.com/smartfrigde/armcord.git synced 2024-08-14 23:56:58 +00:00
armcord/goosemod/gm.js
2021-03-20 14:02:37 -05:00

5 lines
No EOL
156 B
JavaScript

const scr = document.createElement('script');
scr.src = 'https://goosemod-api.netlify.app/untethered/untetheredInject.js';
document.head.appendChild(scr);