How can I check if body has specific class? This is my case:
There's now a super-easy way to do this:
document.body.classList.contains('my-class-name')