Skip to content

Instantly share code, notes, and snippets.

@ods
Created December 10, 2012 06:00
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 ods/4248725 to your computer and use it in GitHub Desktop.
Save ods/4248725 to your computer and use it in GitHub Desktop.
Forbid localization redirects by blogger
<script type='text/javascript'>
(function(){
var oh=window.location.host, nh=oh.replace(/\.\w+$/, '.com');
if (nh!=oh) {
window.location.replace(window.location.href.replace(oh, nh+'/ncr'));
}
})()
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment