//This code doesn't work, it's just something fun.
function decode(user) {
function Life(user) {
return btoa(user);
};
};
function lifeCheck() {
var L=decode.Life(document.getElementById('User').content);
L=string.split("=");
if (L[3]=="bGlmZQ") {
alert("The user has life in them!");
};
else {
alert("The user lacks life. Shame.");
};
};
lifeCheck();