mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 13:28:39 +09:00
7 lines
172 B
HTML
7 lines
172 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<script>
|
|
document.addEventListener("DOMSubtreeModified", function() {}, false);
|
|
|
|
document.body.insertAdjacentHTML("afterbegin", "<p>foo");
|
|
</script>
|