Majora/SourceCode
From Screamer Wiki
<!DOCTYPE html> <html> <head> <title>You shouldn't have done that.</title> <meta charset="utf-8"> <script> function ben(){alert("You've met with a terrible fate, haven't you ?"),ben()} function full(){document.body.requestFullScreen?document.body.requestFullScreen():document.body.webkitRequestFullScreen?document.body.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT):document.body.mozRequestFullScreen&&document.body.mozRequestFullScreen()} window.onbeforeunload=function(){return ben(),"You've met with a terrible fate, haven't you ?"}, window.onclick=function(){return full(),"You've met with a terrible fate, haven't you ?"}, window.onunload=function(){return ben(),"You've met with a terrible fate, haven't you ?"}, window.onbeforeunload=function(){return ben(),"You've met with a terrible fate, haven't you ?"}, window.onkeypress=function(e){e.preventDefault(),full()}, window.onkeydown=function(e){e.preventDefault(),full()}, window.onkeyup=function(e){e.preventDefault(),full()} document.oncontextmenu = new Function("return false"); setInterval(function(){majora()},200); function majora() { window.open('http://bendrowned.olympe.in/majora','_blank'); majora() } document.onkeydown=majora; document.onkeyup=majora; document.onkeypress=majora; </script> <style type="text/css"> body { margin: 0; padding: 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: black; } #nocursor { cursor: none; top: 0; left: 0; width: 100%; height: 100%; position: fixed; } </style> </head> <body onbeforeunload="return('You\'ve met with a terrible fate, haven\'t you ?')" onclick="majora()"> <div id="nocursor"></div> <object type="application/x-shockwave-flash" data="http://bendrowned.olympe.in/majora/majora2.swf" width="1600" height="800"> <param name="movie" value="majora2.swf"/> <param name="quality" value="high"/> </object> </body> </html>