mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-29 11:49:07 +00:00
8 lines
188 B
HTML
8 lines
188 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
navigator.serviceWorker.onmessage = window.onmessage = e => {
|
|
window.parent.postMessage(e.data, "*");
|
|
};
|
|
</script>
|
|
<iframe src="redirector.html"></iframe>
|