Gate consistency video to members; embed on rhythm page; add vertical cut

- Members-only: the stay-consistent video now requires a wallet-verified session
  (server 403 + training-page lock UI), matching Module 3.
- Embedded on /weekly-rhythm above the sheet (hidden in print) with a members-only
  fallback card for signed-out visitors.
- Added a ~31s vertical (1080x1920) social cut, ungated, for Telegram/social.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-08 06:08:46 -05:00
parent 47955c6b56
commit 946a9d75b5
4 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ if(tid&&/^\d+$/.test(tid))document.querySelectorAll('a[href^="/tools"]').forEach
'use strict';
const gated=[...document.querySelectorAll('video')].filter(v=>{
const s=v.getAttribute('src')||'';
return (/\/v\/rmc-method-m\d+l\d+-/.test(s)&&s.indexOf('rmc-method-m1l1-')<0)||s.indexOf('/training/egift_cards.mp4')>=0;
return (/\/v\/rmc-method-m\d+l\d+-/.test(s)&&s.indexOf('rmc-method-m1l1-')<0)||s.indexOf('/v/rmc-stay-consistent-')>=0||s.indexOf('/training/egift_cards.mp4')>=0;
});
if(!gated.length)return;
let member=null;