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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user