From dc703e9c860097c184c1f57aff65148b4252aa7d Mon Sep 17 00:00:00 2001 From: RedNotSus Date: Fri, 1 Nov 2024 04:35:01 +0000 Subject: [PATCH] Prettified Code! --- static/assets/js/ad.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/assets/js/ad.js b/static/assets/js/ad.js index f1760547..477d930c 100644 --- a/static/assets/js/ad.js +++ b/static/assets/js/ad.js @@ -3,7 +3,7 @@ console.log( "%cScript Injection", "color: cyan; font-weight: 600; background: black; padding: 0 5px; border-radius: 5px", - text + text, ); } @@ -42,7 +42,7 @@ addisplay.style.display = "block"; } console.log( - "Failed to load Adsense script, displaying fallback image." + "Failed to load Adsense script, displaying fallback image.", ); }; @@ -53,7 +53,7 @@ addisplay.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) {