Skip to content

Instantly share code, notes, and snippets.

@woowee
Created March 26, 2014 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woowee/9779605 to your computer and use it in GitHub Desktop.
Save woowee/9779605 to your computer and use it in GitHub Desktop.
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
$(function(){
$('.entry-content p a').not('[name^="f"]').attr({'target':'_blank'});
$('.entry-content blockquote .via a').attr({'target':'_blank'});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment