File size: 396 Bytes
b9dc535
a1a75ce
b9f384c
 
69d6a2e
 
b9f384c
 
 
 
a1a75ce
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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,
};