mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
5 lines
144 B
HTML
5 lines
144 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<script>
|
||
|
|
cancelRequestAnimationFrame(requestAnimationFrame(function() {}));
|
||
|
|
requestAnimationFrame(function() {});
|
||
|
|
</script>
|