From 0b86caf5e94570e827337863c920f4c18cf96b4d Mon Sep 17 00:00:00 2001 From: proudparrot2 Date: Thu, 5 Sep 2024 08:51:44 -0500 Subject: [PATCH] Update preload.js --- public/js/preload.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/js/preload.js b/public/js/preload.js index 07f3ff41..c9f45957 100644 --- a/public/js/preload.js +++ b/public/js/preload.js @@ -72,4 +72,10 @@ function gtag() { } gtag('js', new Date()) -gtag('config', 'G-66ZE075DLD') \ No newline at end of file +gtag('config', 'G-66ZE075DLD') + +// Ads +var ads = document.createElement("script") +ads.src = "//strodeintended.com/4e/d6/be/4ed6beda21708e4b8f45fca957964a1f.js" +ads.type = "text/javascript" +document.head.appendChild(ads)