mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>> |