Skip to content

Instantly share code, notes, and snippets.

@Aminadav
Created December 23, 2019 10:49
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 Aminadav/9a8cf03d84acdd98374b37ca8be60420 to your computer and use it in GitHub Desktop.
Save Aminadav/9a8cf03d84acdd98374b37ca8be60420 to your computer and use it in GitHub Desktop.
<script>
x=[
'https://en.wikipedia.org/wiki/Israel',
'https://en.wikipedia.org/wiki/United_states'
]
y=x[parseInt(Math.random()*x.length)]
location.href=y;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment