Skip to content

Instantly share code, notes, and snippets.

@hustKiwi
Created June 15, 2012 06:40
Show Gist options
  • Save hustKiwi/2935049 to your computer and use it in GitHub Desktop.
Save hustKiwi/2935049 to your computer and use it in GitHub Desktop.
window.command = '';
function sendCommand(s) {
window.command = s;
location.href = 'crab://test';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment