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 Nov 1, 2024
2 parents 219dbc4 + 20889fd commit 284cc49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/assets/js/ad.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
console.log(
"%cScript Injection",
"color: cyan; font-weight: 600; background: black; padding: 0 5px; border-radius: 5px",
text
text,
);
}

Expand Down Expand Up @@ -42,7 +42,7 @@
adElement.style.display = "block";
}
console.log(
"Failed to load Adsense script, displaying fallback image."
"Failed to load Adsense script, displaying fallback image.",
);
};

Expand All @@ -53,7 +53,7 @@
adElement.style.display = "block";
}
console.log(
"Skipping Adsense Injection for this domain, displaying fallback image."
"Skipping Adsense Injection for this domain, displaying fallback image.",
);
}
} catch (error) {
Expand Down

0 comments on commit 284cc49

Please sign in to comment.