I hereby claim:
- I am ubermichael on github.
- I am ubermichael (https://keybase.io/ubermichael) on keybase.
- I have a public key ASAjm4-rj1faxQCbVfkmiP5lkSRekgClKpG5wOO1mihjbwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| $(function(){ | |
| var hostname = window.location.hostname.replace('www.', ''); | |
| $('a').each(function(){ | |
| var link_host = $(this).attr('hostname').replace('www.', ''); | |
| if(link_host !== hostname) { | |
| $(this).attr('target', '_blank'); | |
| } | |
| }); | |
| }); |