Skip to content

Instantly share code, notes, and snippets.

@girvan
Last active December 22, 2015 02:19
Show Gist options
  • Save girvan/6402504 to your computer and use it in GitHub Desktop.
Save girvan/6402504 to your computer and use it in GitHub Desktop.
redirect to blogspot.com written by pilipress.com
<script>
//<![CDATA[
(function(l){
var h1 = l.host,
h2 = l.host.replace(/(\.blogspot\.)[\w\.]+$/,'$1com');
if(h1!=h2)
l.replace(l.href.replace(h1,h2+'/ncr'));
})(location);
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment