안녕하세요.
당일 참여 시간이 6번째로 많은 방송부터는 "기타"로 집계되기 때문에 실제보다 적은 시간이 표시될 수 있습니다. 참여시간 통계 그래프 하단에 표시되며, 표시되지 않을 경우 조회기간을 변경하여 다시 조회해보시길 바랍니다.
설치 링크: https://greasyfork.org/scripts/497644
설치 방법: https://greasyfork.org/help/installing-user-scripts
※ 크롬 및 크로미움 기반 브라우저의 경우, 확장프로그램 개발자 모드를 활성화해야지 유저 스크립트 사용이 가능합니다. (https://www.tampermonkey.net/faq.php#Q209 )
======
모바일 사용법
1. 아래 텍스트 전체를 복사합니다.
!function(){let e=document.createElement("div");e.id="recap";let t=document.getElementById("st__part-1__graph");if(null==t)return;t.insertAdjacentElement("afterend",e);let a=setGraphPart1;setGraphPart1=(e,t,l)=>{a(e,t,l),-1===t.indexOf("Search")&&new Highcharts.Chart("recap",{chart:{height:Math.max(300,30*l.data_stack.length)},title:{text:null},legend:{enabled:!1},xAxis:{type:"category"},yAxis:{opposite:!0,title:{text:null}},plotOptions:{series:{type:"bar",colorByPoint:!0}},tooltip:{valueDecimals:0,valueSuffix:"분"},credits:{enabled:!1},series:[{type:"bar",name:"시간",data:l.data_stack.map(e=>[e.bj_nick,e.data.reduce((e,t)=>e+t,0)/60]).sort((e,t)=>"기타"===e[0]?1:"기타"===t[0]?-1:t[1]-e[1])},]})},callWatchAjax(szMethod,szModule)}();
2. https://m.sooplive.co.kr/statistics/a/watch/?szModule=UserLiveWatchTimeData&szMethod=watch 에 방문합니다.
3. 주소창에 복사한 텍스트를 붙여넣습니다.
4. 복사한 텍스트 맨 앞에 "javascript:"를 수동으로 입력합니다. (붙여넣기 시 자동으로 제거됩니다.)
5. 해당 주소를 클릭합니다 (지구본 아이콘이 있는 항목를 클릭해주셔야 합니다)