<script type="text/javascript">
window.onload = function () {
window.onscroll = function () {
var doc = document.body,
scrollPosition = window.pageYOffset,
scrollTop = document.body.scrollTop;
if (scrollPosition > 9000){
window.scrollTo(0,2500);
}
if (scrollTop >= 9000){
window.scrollTo(0,2500);
}
};
};
</script>
Originally posted by: Chronoshock
It's not entirely accurate though. When you're dead you don't even perceive the absense of anything. If the website was accurate, it would actually kill you when you saw it. Or maybe it does... OH SH-----
Originally posted by: Newbian
To bad it didn't work since NoScript stopped it so I won.![]()
Originally posted by: tasmanian
Originally posted by: Newbian
To bad it didn't work since NoScript stopped it so I won.![]()
Same, just a big black page.
Originally posted by: Newbian
To bad it didn't work since NoScript stopped it so I won.![]()
Originally posted by: Leros
Originally posted by: Newbian
To bad it didn't work since NoScript stopped it so I won.![]()
You hacked death.
Originally posted by: GodlessAstronomer
Huh? All I see is a big black page. Scrolled to the bottom, nothing happened. Using Chrome, no script blockers or anything.
Originally posted by: GodlessAstronomer
Huh? All I see is a big black page. Scrolled to the bottom, nothing happened. Using Chrome, no script blockers or anything.
Originally posted by: Chronoshock
It's not entirely accurate though. When you're dead you don't even perceive the absense of anything. If the website was accurate, it would actually kill you when you saw it. Or maybe it does... OH SH-----
That scrolling.......greater than or equal to NINE THOUSAAAAND?Originally posted by: ironwing
<script type="text/javascript">
window.onload = function () {
window.onscroll = function () {
var doc = document.body,
scrollPosition = window.pageYOffset,
scrollTop = document.body.scrollTop;
if (scrollPosition > 9000){
window.scrollTo(0,2500);
}
if (scrollTop >= 9000){
window.scrollTo(0,2500);
}
};
};
</script>
Originally posted by: destrekor
Originally posted by: Chronoshock
It's not entirely accurate though. When you're dead you don't even perceive the absense of anything. If the website was accurate, it would actually kill you when you saw it. Or maybe it does... OH SH-----
well, I'm definitely not going to sleep tomorrow. Not risking the chance of waking up dead.
Originally posted by: Chronoshock
Originally posted by: destrekor
Originally posted by: Chronoshock
It's not entirely accurate though. When you're dead you don't even perceive the absense of anything. If the website was accurate, it would actually kill you when you saw it. Or maybe it does... OH SH-----
well, I'm definitely not going to sleep tomorrow. Not risking the chance of waking up dead.
Too late. Everyone in this thread is already dead, we just don't know it yet.
Another spoiler, I am actually Bruce Willis
Originally posted by: alakp
Originally posted by: GodlessAstronomer
Huh? All I see is a big black page. Scrolled to the bottom, nothing happened. Using Chrome, no script blockers or anything.
That's weird, I just tried to scroll it with the scroll wheel on my mouse, not grabbing the sidebar and I could get to the bottom too.