mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
fix
This commit is contained in:
parent
976b37fed3
commit
c0e1601541
@ -1,6 +1,5 @@
|
||||
// @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);
|
||||
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);
|
||||
|
@ -1,8 +1,8 @@
|
||||
// @ts-nocheck
|
||||
const script = document.createElement('script');
|
||||
script.async = true;
|
||||
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-GD4SJRCR7Z';
|
||||
document.head.appendChild(script);
|
||||
const googleTag = document.createElement('script');
|
||||
googleTag.async = true;
|
||||
googleTag.src = 'https://www.googletagmanager.com/gtag/js?id=G-GD4SJRCR7Z';
|
||||
document.head.appendChild(googleTag);
|
||||
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(...args: unknown[]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user