Skip to content

Instantly share code, notes, and snippets.

@dergachev
Created December 9, 2013 22:30
Show Gist options
  • Save dergachev/7882171 to your computer and use it in GitHub Desktop.
Save dergachev/7882171 to your computer and use it in GitHub Desktop.
Command.js with %20
for (var i = 1; i <= 100; i++) {
if(i%20 == 0) {
console.log(i + " is a multiple of 20");
}
}
{
"name": "subtle-command-with-percent-signs",
"description": "Will not throw URIError on decodeURIComponent(cmd_src), but will break logic"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment