Unauthorized
Closed this issue · 0 comments
kimbeomgyu commented
The cookie names and lecture IDs differed from person to person.
document.cookie.split('; ').find((s)=>s.includes('ASPSESSIONID'))
Using the above code, I managed to retrieve the SESSIONID and verified the lecture ID through the Network Tab before employing the script.