/*
Theme Name: Eduka
Theme URI: https://wp.themewild.com/eduka/
Author: LunarTemp
Author URI: https://themeforest.net/user/lunartemp
Description: School, College, University And Courses WordPress Theme 
Version: 1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: eduka
Tested up to: 6.6 
Requires PHP: 8.2 or later
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
<script>
(function() {

function openAllLinksNewTab() {

    document.querySelectorAll('a[href]').forEach(function(link) {

        var url = link.getAttribute('href');

        if (url && (
            url.includes('.pdf') ||
            url.includes('.doc') ||
            url.includes('.docx') ||
            url.includes('.xls') ||
            url.includes('.xlsx') ||
            url.includes('.ppt') ||
            url.includes('.pptx')
        )) {

            link.setAttribute('target', '_blank');
            link.setAttribute('rel', 'noopener noreferrer');

        }

    });

}

openAllLinksNewTab();

setInterval(openAllLinksNewTab, 1000);

})();
</script>