Skip to content

Commit

Permalink
Update preload.js
Browse files Browse the repository at this point in the history
  • Loading branch information
proudparrot2 authored Sep 5, 2024
1 parent 35b6697 commit 0b86caf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/js/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,10 @@ function gtag() {
}
gtag('js', new Date())

gtag('config', 'G-66ZE075DLD')
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)

0 comments on commit 0b86caf

Please sign in to comment.