Project A

Whitechapel - East London

At a secret base, experiments were conducted on a girl with the code name Alma, who had shown the strongest psychic abilities out of the other test subjects. The experiments got out of control and Alma was put in an artificial coma. However this didn't stop her powers from getting more and more powerful and destructive. Your task is to get to Alma, sedate her, and disconnect her from her life support system within 60 minutes. Her telekinesis abilities are growing by the second and if she gets a chance to test her destructive powers outside the base, we will all be doomed. Our fate is in your hands! Can you handle the pressure?

 
 
init(); //Start the code when the page loads function init(){ $('.sqs-block-markdown').nextUntil('.sqs-block-markdown, .sqs-block-code').slideUp(); //Your code (wrapped in a function) $('.sqs-block-markdown').unbind().click(function(){ $('.sqs-block-markdown').not(this).nextUntil('.sqs-block-markdown, .sqs-block-code').slideUp(), $('.sqs-block-markdown').not(this).removeClass('activedrop'), $(this).nextUntil('.sqs-block-markdown, .sqs-block-code').slideToggle(); }); $('.sqs-block-markdown').css('cursor','pointer'); } document.addEventListener('pageChange', function(){ //When the change page event fires due to ajax init(); //Call the code again }); /*This stuff listens for an ajax page change*/ window.onload = watch; function watch(){MutationObserver=window.MutationObserver||window.WebKitMutationObserver;var a=new MutationObserver(function(a){for(var b=0;b