MackSC market flash 2026-08-11
Market pulse:
– 14873 rooms / 1060376 viewers live now
LIGHT index:
– 747 / 1000
Platform share:
– Stripchat 48.8% of rooms
– Chaturbate 42.2% of rooms
– Streamate 9% of rooms
Tag movers:
– Hd -1.3% (75)
– Lovense -5.3% (71)
– Couple +2.4% (43)
Live data: observatory. Method: methodology. Dataset: cite (CC BY 4.0).
Weekly cam market brief
One short note on platform share, live-model trends, and viewer guides.
Powered by Buttondown. Unsubscribe anytime.
form output.
// Redefining the function on a page that also renders that form is harmless.
if(typeof window.mackscMarketBriefSubmit!=='function'){
window.mackscMarketBriefSubmit=function(form){
var box=form.closest('.ce-subscribe-box');
var email=form.querySelector('.ce-sub-email').value;
if(!email)return false;
var tag=form.querySelector('[name=tag]');
var source=form.querySelector('[name=source]');
var body='email='+encodeURIComponent(email);
if(tag){body+='&tag='+encodeURIComponent(tag.value);}
if(source){body+='&source='+encodeURIComponent(source.value);}
fetch(form.action,{method:'POST',headers:{'Content-Type':'application/x-www-form-urlencoded'},
body:body,mode:'no-cors'});
var h3=box.querySelector('h3');
box.innerHTML='
'+(h3?h3.textContent:'Subscribed')+'
Thanks for subscribing! Check your inbox to confirm.
';
return false;
};
}