mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-18 22:08:41 +00:00
7 lines
136 B
HTML
7 lines
136 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
navigator.serviceWorker.onmessage = function(e) {
|
|
window.parent.postMessage(e.data, "*");
|
|
};
|
|
</script>
|