mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
5 lines
148 B
HTML
5 lines
148 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
var ev = document.createEvent("Events");
|
|
EventTarget.prototype.dispatchEvent.call(navigator.connection, ev);
|
|
</script>
|