Skip to content

Instantly share code, notes, and snippets.

@zen4ever
Created August 14, 2011 09:51
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 zen4ever/1144754 to your computer and use it in GitHub Desktop.
Save zen4ever/1144754 to your computer and use it in GitHub Desktop.
URLRewrite
(function(){
var url = new String(window.location);
window.location = url.replace(".marpasoft", "").replace("imported-", "");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment