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 Jul 14, 2024
2 parents 43ed1f2 + 9924baf commit 638a18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -55,7 +55,7 @@ fetch("/assets/json/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 638a18a

Please sign in to comment.