#Can't reenable skins?
1 messages · Page 1 of 1 (latest)
They work for me. Can you look at the browser console and see if there's any error when you try to click on a toggle?
Weird.. did you try a hard refresh?
BTW you can delete this if you don't want to share your player id
Wait - did you accept all the cookies and things or made a selection?
uhh apparntly it was caused by this running in tampermonkey
document.addEventListener('click', function(e) {
if (e.ctrlKey) return;
e.preventDefault();
e.stopPropagation();
}, false);
i have no idea for the life of me what that was for
Oh well, that makes sense 😅
how bizarre lol