mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
7 lines
188 B
HTML
7 lines
188 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<script>
|
||
|
|
navigator.serviceWorker.onmessage = window.onmessage = e => {
|
||
|
|
window.parent.postMessage(e.data, "*");
|
||
|
|
};
|
||
|
|
</script>
|
||
|
|
<iframe src="redirector.html"></iframe>
|