Skip to content

Instantly share code, notes, and snippets.

@tjhorner
Created March 20, 2014 21:40
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 tjhorner/9674507 to your computer and use it in GitHub Desktop.
Save tjhorner/9674507 to your computer and use it in GitHub Desktop.
gotta make sure javascript is enabled
var x = 'IT\'S FUCKING ENABLED';
// if javascript is enabled, these alerts will appear.
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
alert(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment