mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
12 lines
155 B
HTML
12 lines
155 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
|
|
function boom()
|
|
{
|
|
window.getComputedStyle(new Worker("404.js"));
|
|
}
|
|
|
|
window.addEventListener("load", boom, false);
|
|
|
|
</script>
|