WhatHappensAfterIDie.com

IronWing

No Lifer
Jul 20, 2001
72,344
32,895
136
<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>
 

Chronoshock

Diamond Member
Jul 6, 2004
4,860
1
81
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-----
 

eldorado99

Lifer
Feb 16, 2004
36,324
3,163
126
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-----

haha
 
Oct 27, 2007
17,009
5
0
Huh? All I see is a big black page. Scrolled to the bottom, nothing happened. Using Chrome, no script blockers or anything.
 

Newbian

Lifer
Aug 24, 2008
24,779
882
126
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.

I guess google is to powerful for death.
 

alakp

Member
Jul 16, 2009
29
0
0
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.
 

destrekor

Lifer
Nov 18, 2005
28,799
359
126
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.
 

Jeff7

Lifer
Jan 4, 2001
41,596
19
81
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>
That scrolling.......greater than or equal to NINE THOUSAAAAND?

Interesting.


 

Chronoshock

Diamond Member
Jul 6, 2004
4,860
1
81
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
 

Newbian

Lifer
Aug 24, 2008
24,779
882
126
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

But.... Bruce Willis is dead.

I see dead people....
 

AznAnarchy99

Lifer
Dec 6, 2004
14,695
117
106
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.

Firefox 3.5 and all I saw was a black page and could never get to the bottom. No addons or anything.