mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +00:00
10 lines
309 B
HTML
10 lines
309 B
HTML
<div style=width:1;height:5000><script>
|
|
document.onscroll=function(){alert("Scroll down as soon as you press ok!");}
|
|
|
|
function initCF() {
|
|
setTimeout("CFcrash()", 190);
|
|
}
|
|
document.addEventListener("DOMContentLoaded", initCF, false);
|
|
function CFcrash() {
|
|
try { window.scrollByLines(3); } catch(e) {}
|
|
}</script>> |