mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
8 lines
172 B
HTML
8 lines
172 B
HTML
|
<!DOCTYPE html>
|
||
|
<body>
|
||
|
<script>
|
||
|
document.addEventListener("DOMSubtreeModified", function() {}, false);
|
||
|
|
||
|
document.body.insertAdjacentHTML("afterbegin", "<p>foo");
|
||
|
</script>
|