Add hidden password-gated developer no-limit mode#7
Merged
Conversation
Visiting the site with #dev (or window.__dev() in console, or the Owner tools panel) prompts for a password; on match it disables the word/token limit on that device only. Password stored only as DEV_SHA256 (never plaintext), mirroring the owner-gate trust model. Banner shows a clear "Developer mode" state with a one-click off. sw cache -> v4. https://claude.ai/code/session_015REKyF6JmJchTnZWoLth7Y
CarlosA49
pushed a commit
that referenced
this pull request
May 17, 2026
Swaps concise terms for the stiffer, more formal noun phrases the
Human-version uses ("the object" -> "the object of interest", "the
residents" -> "the individual inhabitants of those homes", "the
combined system" -> "the proposed combined system altogether", etc.).
Same deterministic, RNG-frugal contract as the rest of the rule.
https://claude.ai/code/session_01Mn6LEyWsGYEZJTWSZAcnqV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a hidden, password-gated developer "no limit" mode so you can use the humanizer without the trial word/token cap.
#devin the URL → password prompt__dev()in the browser consoleDEV_SHA256in config (plaintext never stored, same trust model as the existing owner gate)allow()always true andconsume()is a no-op, so the word/token limit is fully bypassed on that device only (localStorage flaghmz_dev)#devis stripped from the URL after prompting;swcache bumped to v4 so returning visitors pick up the new buildNotes / limitations
OWNER_SHA256: it's a developer convenience, not a hardened paywall. A code-reader could set the localStorage flag manually; truly tamper-proof would require server enforcement via the existing Supabase backend (can add later if you want).Test plan
…/#dev, enter the dev password → banner shows Developer mode; humanize past 500 words with no paywall#devdisables it; trial limit returnshttps://claude.ai/code/session_015REKyF6JmJchTnZWoLth7Y
Generated by Claude Code