I am able to view cookies using
javascript:alert(document.cookie)
But the problem is that not all cookies show up. Is there any way to read specific cookies, for instance the XS cookie using Javascript? It should have the same concept of working as this one does. Thanks.