Skip to content

Commit

Permalink
push ased
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Mar 11, 2024
1 parent 4c8a1b8 commit dc63eaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions static/assets/js/ads.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function script(text) {
console.log(
"%cScript Injection",
"color: cyan; font-weight: 600; background: black; padding: 0 5px; border-radius: 5px",
text,
text
);
}

Expand All @@ -13,7 +13,7 @@ const gascript = document.createElement("script");
gascript.setAttribute("async", "");
gascript.setAttribute(
"src",
"https://www.googletagmanager.com/gtag/js?id=G-N0LG27M8L8",
"https://www.googletagmanager.com/gtag/js?id=G-N0LG27M8L8"
);
const inlinegascript = document.createElement("script");
inlinegascript.innerHTML = `window.dataLayer = window.dataLayer || [];
Expand Down Expand Up @@ -73,7 +73,7 @@ fetch("/assets/ads.json")
adscipterz92.setAttribute("async", "");
adscipterz92.setAttribute(
"src",
"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6700774525685317",
"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6700774525685317"
);
adscipterz92.setAttribute("crossorigin", "anonymous");
document.head.append(adscipterz92);
Expand Down

0 comments on commit dc63eaa

Please sign in to comment.