mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
4 lines
101 B
HTML
4 lines
101 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<script>
|
||
|
|
var worker = new Worker("data:text/javascript,setTimeout(null)");
|
||
|
|
</script>
|