Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<details>
<div id="target" style="position: sticky; top: 0px;"></div>
</details>
<script>
document.execCommand('selectAll');
document.getElementById('target').remove();
document.body.style.height = '100%';
</script>