mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
10 lines
410 B
HTML
10 lines
410 B
HTML
<body dir=auto> u
|
|
<script>
|
|
function initCF() {
|
|
setTimeout("CFcrash()", 284);
|
|
}
|
|
document.addEventListener("DOMContentLoaded", initCF, false);
|
|
function CFcrash() {
|
|
try { document.designMode = 'on'; document.execCommand("InsertHTML", false, "world"); document.designMode = 'off'; } catch(e) {}
|
|
try { document.designMode = 'on'; document.execCommand("inserthtml", false, "<span><div>"); } catch(e) {}
|
|
}</script>>
|