mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
7 lines
242 B
HTML
7 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>
|