Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Oct 23, 2024
2 parents 4f7d894 + fc46350 commit 76fe24a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/assets/js/media.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function fetchTmdbId() {

async function displayPopular() {
const response = await fetch(
"https://api.themoviedb.org/3/trending/all/week?api_key=d93115754010beb32ae8956c26dbc590"
"https://api.themoviedb.org/3/trending/all/week?api_key=d93115754010beb32ae8956c26dbc590",
);
const data = await response.json();
const popular = data.results;
Expand Down
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 @@ -12,7 +12,7 @@ function script(text) {
const newScript = document.createElement("script");
newScript.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 @@ -59,7 +59,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
2 changes: 1 addition & 1 deletion static/math.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
content="unblocked games, 55gms tk, 55gms, reds exploit corner, games, unblocked, site, lanier, lanier middle school, gg, Minecraft, discord, chromebook, chromeos, rednotsus, vanillacraft, eaglercraft unblocked, resent client unblocked, fun, cool, proxy, slope unblocked, free, unblocked monkey mart, 555gms, 5gms, school" />
</script>
<script src="/assets/js/script.js?v=11"></script>
<script src="/assets/js/media.js?17"></script>
<script src="/assets/js/media.js?18"></script>
<script src="/assets/js/easteregg.min.js" async></script>
</head>

Expand Down

0 comments on commit 76fe24a

Please sign in to comment.