fpdn / observablehq.config.ts
fil's picture
blank
69d6a2e
raw
history blame
396 Bytes
export default {
title: "FPDN",
footer: `
<script type="module">
for (const a of document.querySelector("main").querySelectorAll("a[href^=http]")) {
a.setAttribute("target", "_blank"); // exit iframe
}
</script>
</script><script type="module" src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.contentWindow.min.js"></script>
`,
pager: false,
};