<script>
  jQuery(document).ready(function() {
     jQuery(".wiki-content a").attr("target", "_blank");
    });
</script>