Revision 62efe5b6989822da3fbbd56298dbaffd26ef07b1 authored by Brian Nicholson on 31 August 2012, 22:33:01 UTC, committed by Brian Nicholson on 31 August 2012, 22:33:01 UTC
1 parent 07a3ec8
Raw File
769464.html
<!DOCTYPE html>
<script>

function boom()
{
    window.getComputedStyle(new Worker("404.js"));
}

window.addEventListener("load", boom, false);

</script>
back to top