mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: load every ins element
This commit is contained in:
parent
25c51a2180
commit
39d915c0ea
@ -22,7 +22,7 @@ class MyDocument extends Document {
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
setTimeout(() => (adsbygoogle = window.adsbygoogle || []).push({}), 1000)
|
||||
setTimeout(() => document.querySelectorAll('ins.adsbygoogle').forEach(() => (adsbygoogle = window.adsbygoogle || []).push({})), 1000)
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user