Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus authored and actions-user committed Nov 1, 2024
1 parent 447badb commit dc703e9
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 @@
addisplay.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 @@
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) {
Expand Down

0 comments on commit dc703e9

Please sign in to comment.