mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
6 lines
242 B
HTML
6 lines
242 B
HTML
<!DOCTYPE html>
|
|
<body onload="document.querySelector('form').submit();">
|
|
<form action="javascript:opener.document.getElementById('result').textContent = document.cookie;" target="_blank">
|
|
</form>
|
|
<div id="result">not tested yet</div>
|
|
</body>
|