Skip to content

Commit

Permalink
add roblox alert
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus committed Apr 14, 2024
1 parent f3be7fb commit f8ff1d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ <h1 id="sub">
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
if (localStorage.getItem("roblox") != "true") {
alert("roblox might be fixed - check it out")
localStorage.setItem("roblox", "true")
}
</script>
</p>
</center>
Expand Down

0 comments on commit f8ff1d8

Please sign in to comment.