// tabnab protection window.addEventListener('load', function () { // make all links have rel="noopener noreferrer" document.querySelectorAll('a[target="_blank"]').forEach(link => { link.setAttribute('rel', 'noopener noreferrer'); }); }); -->
This is part 2 of how to automate your podcast production. See part 1. In the […]
In the Dog Days of Podcasting Facebook Group, there was a discussion about how to make […]