mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 04:18:37 +09:00
8 lines
156 B
HTML
8 lines
156 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
parent.postMessage(SpecialPowers.wrap(localStorage).isSessionOnly, "*");
|
|
</script>
|
|
</body>
|
|
</html>
|