2023-05-13 16:15:32 +01:00 | | | <script type="module"> |
2023-02-12 18:40:45 +00:00 | | | const links = document.querySelectorAll('.page-content a'); |
| | | for (const link of links) { |
2023-05-13 16:15:32 +01:00 | | | link.target = '_blank'; |
2023-02-12 18:40:45 +00:00 | | | } |
| | | </script> |