mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +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>
|