Skip to content

Instantly share code, notes, and snippets.

@sters
Created November 24, 2013 10:09
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 sters/7625508 to your computer and use it in GitHub Desktop.
Save sters/7625508 to your computer and use it in GitHub Desktop.
random hash
(function(f,l,m){
f(function(){
l.hash=m.random().toString(36);
f(arguments.callee, 100);
})
})(setTimeout, location, Math);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment