Skip to content

Instantly share code, notes, and snippets.

@glens
Created March 29, 2021 05:15
Show Gist options
  • Save glens/bb4b89af1938c8ebab3cb8ee49264c83 to your computer and use it in GitHub Desktop.
Save glens/bb4b89af1938c8ebab3cb8ee49264c83 to your computer and use it in GitHub Desktop.
Simple script test
console.log('script test');
alert('script test');
prompt('script test');
window.location.href="https://google.com";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment