forked from bookstack/hacks
8 lines 219 B HTML
8 lines
219 B
HTML
| <script> | ||
| document.addEventListener('DOMContentLoaded', function() { | ||
| const links = document.querySelectorAll('.page-content a'); | ||
| for (const link of links) { | ||
| links[i].target = '_blank'; | ||
| } | ||
| }); | ||
| </script> |