mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
6 lines
254 B
TypeScript
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);
|