Open only PDF links in new tabs
<script> jQuery(document).ready(function() { jQuery('a[href$=".pdf"]').prop('target', '_blank'); }) ; </script>