Earn viewer v2: full-screen URL visits with countdown, human check, explicit return

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-05 07:23:30 -05:00
parent fee86d296a
commit 15b036b940
7 changed files with 238 additions and 47 deletions
+12 -12
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>Member area | InstantAdPay</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap">
<link rel="stylesheet" href="/assets/site.css?v=20260905k">
<link rel="stylesheet" href="/assets/site.css?v=20260905l">
</head>
<body class="bo-body">
@@ -225,17 +225,17 @@
<div class="pane" id="pane-earn" hidden>
<div class="card">
<h3>Earn credits by viewing ads</h3>
<p class="muted small">View today's set of member ads, each for a few seconds, and claim your
daily credits. Attention earns advertising here: your earned credits spend on banner and text
campaigns, just like purchased ones.</p>
<p class="muted small">Each ad opens full screen in its own tab, pointed at the advertiser's
real site. A countdown runs while you watch; when it hits zero, pass a quick check and the
view counts. Finish today's set, claim your credits, and spend them on banner and text
campaigns just like purchased ones.</p>
<p><span class="badge" id="earnProgress">…</span>
<span class="badge" id="earnBalance">…</span></p>
<div class="card" style="background:rgba(4,8,7,.5)" id="earnStage">
<div id="earnAdBox" class="small muted" style="min-height:120px;display:grid;place-items:center">
Press start to see the first ad.</div>
<div id="earnAdBox" class="small muted" style="min-height:80px;display:grid;place-items:center">
Press the button to open the first ad in a new tab.</div>
<p style="margin-top:14px">
<button class="btn" id="earnStartBtn" type="button">Start viewing</button>
<button class="btn" id="earnNextBtn" type="button" hidden disabled>Next ad</button>
<button class="btn" id="earnStartBtn" type="button">View today's ads</button>
<button class="btn" id="earnClaimBtn" type="button" hidden>Claim today's credits</button>
</p>
<p class="small muted" id="earnHint"></p>
@@ -330,9 +330,9 @@
</div>
</div>
<script src="/assets/common.js?v=20260905k"></script>
<script src="/assets/wallet.js?v=20260905k"></script>
<script src="/assets/my.js?v=20260905k"></script>
<script src="/assets/chat.js?v=20260905k"></script>
<script src="/assets/common.js?v=20260905l"></script>
<script src="/assets/wallet.js?v=20260905l"></script>
<script src="/assets/my.js?v=20260905l"></script>
<script src="/assets/chat.js?v=20260905l"></script>
</body>
</html>