mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
8 lines
185 B
HTML
8 lines
185 B
HTML
<!doctype html>
|
|
<script>
|
|
window.addEventListener("load", async () => {
|
|
document.documentElement.popover = "manual"
|
|
document.documentElement.togglePopover(true)
|
|
})
|
|
</script>
|