mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: added setTimeout for ad code
This commit is contained in:
parent
210a01efeb
commit
8c703c0244
@ -22,7 +22,7 @@ class MyDocument extends Document {
|
|||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({})
|
setTimeout(() => (adsbygoogle = window.adsbygoogle || []).push({}), 1000)
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user