jQuery(document).ready(function($){
  $('a[target="_blank"]').removeAttr('target');
});

