File size: 186 Bytes
be068d8
 
 
 
 
1
2
3
4
5
document.addEventListener('DOMContentLoaded', function () {
        document.querySelectorAll('a').forEach(function(anchor) {
        anchor.setAttribute('target', '_blank');
    });
});