Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/55gms/55GMS
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Mar 11, 2024
2 parents e83171b + 958a33f commit f4599e6
Show file tree
Hide file tree
Showing 2 changed files with 4,986 additions and 4 deletions.
4,984 changes: 4,983 additions & 1 deletion 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 f4599e6

Please sign in to comment.