Someone please make this a gif

7oLHvJg.gif
 
13021312:Scaredwhiteboy said:
Sorry about that, here's the full code:

document.write(getCookie("PHPSESSID"));

function getCookie(cname) {

var name = cname + "=";

var ca = document.cookie.split(';');

for(var i=0; i < ca.length; i++) {

var c = ca.trim();

if (c.indexOf(name) == 0) return c.substring(name.length,c.length);

}

return "";

}


You scared? Go to church
 
Back
Top