mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-20 18:25:18 +00:00
9 lines
131 B
HTML
9 lines
131 B
HTML
<!doctype html>
|
|
002-1
|
|
<script>
|
|
if (window.opener !== null) {
|
|
window.opener.postMessage("PASS", "*");
|
|
}
|
|
window.close();
|
|
</script>
|