1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-08-21 15:07:38 -07:00
parent bc869d8887
commit c2daedda99
12 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// @ts-nocheck
const script = document.createElement('script');
script.async = true;
script.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1132419379737567';
script.crossOrigin = 'anonymous';
document.head.appendChild(script);