mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
5 lines
No EOL
156 B
JavaScript
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); |