document.querySelectorAll('div.content a').forEach(a => a.target = '_blank');
