That’s a good question, this might be something I should make default, though I seem to recall reading that that sort of target was technically invalid…
Whatever the case is, for your purposes just replace each instance in the code of:
<code><a href="’ + encodeURI(el.href) + ‘"></code>
With:
<code><a href="’ + encodeURI(el.href) + ‘" target="_blank"></code>
That SHOULD do the trick, though I haven’t confirmed it.
If you have any issues pop back in and let me know. Thanks for the idea!