Skip to content

Commit

Permalink
touhou: hide when not on kafu.ovh
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunko committed Jan 29, 2025
1 parent 7425c1b commit 9470f28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/route-template/common/webrings.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<script src="../static/js/vocaloid.webring.js"></script>
</div>
<div id='touhou-ring' style="align-self: center;">
<script>
if (!window.location.hostname.includes("kafu.org")) {
document.getElementById("touhou-ring").style.display = "none";
}
</script>
<script type="text/javascript"
src="https://glassplanet.neocities.org/webring/touhou/onionring-variables.js"></script>
<script type="text/javascript"
Expand Down

0 comments on commit 9470f28

Please sign in to comment.