Hash the 40k hidden-players list and drop the old PayPal block
Deploy 40k-rankings / build-and-deploy (push) Successful in 4s

Hidden players are now matched by a hash of their full name or nickname
(src/hide.js) so the names aren't readable in the source or bundle.
Also removes the commented-out PayPal section from the Kingmaker
sign-up page.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
2026-09-22 19:14:12 -05:00
co-authored by Claude Opus 5.5
parent 95a54e9ec2
commit da2a5c42e7
5 changed files with 46 additions and 26 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ different form or sheet, replace the iframe `src` in the relevant HTML file.
## Updating each season
Season name, dates and sign-up status are hardcoded in `index.html`. The entry
fee note is in `signups.html`. There's also a commented-out PayPal block there
that can be re-enabled if fees move back to PayPal.
fee note is in `signups.html`.
## Files
-13
View File
@@ -18,19 +18,6 @@
<div class="divider"></div>
<!-- commenting out paypal information
<section class="mb-8">
<h2 class="text-2xl font-semibold mb-3">League Entry Fee</h2>
<p class="mb-4">In addition to signing-up below, please pay your league entry fee of $## via PayPal to secure your spot.</p>
<a href="https://paypal.me/REDACTED" target="_blank" rel="noopener noreferrer" class="btn btn-primary">
Pay Entry Fee via PayPal
</a>
</section>
<div class="divider"></div>
-->
<!-- Google Form embed — replace the src URL with your form's embed link -->
<div class="w-full">
<iframe