1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
zumbiepig c0e1601541
fix
2024-08-21 15:10:26 -07:00

6 lines
254 B
TypeScript

const adsense = document.createElement('script');
adsense.async = true;
adsense.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1132419379737567';
adsense.crossOrigin = 'anonymous';
document.head.appendChild(adsense);