1. intent://github.com#Intent;scheme=http;action=android.intent.action.VIEW;end
  2. intent://github.com#Intent;scheme=http;action=android.intent.action.VIEW;package=com.android.chrome;end
  3. intent://github.com#Intent;scheme=http;action=android.intent.action.VIEW;package=com.android.browser;end
  4. twitter://post?message=hello%20world
  5. intent://post?message=hello%20world#Intent;scheme=twitter;package=com.twitter.android;end
  6. https://github.com/
  7. https://github.com/ (target="_blank")
  8. https://github.com/ (target="_system")
  9. https://twitter.com/
  10. https://twitter.com/ (target="_blank")
  11. https://twitter.com/ (target="_system")
  12. https://twitter.com/oauth
  13. https://twitter.com/oauth/authorize
  14. javascript:window.open('https://github.com/', '_system');
  15. javascript:window.open('https://twitter.com/', '_system');
  16. javascript:(function(){var xhr = new XMLHttpRequest(); xhr.open('GET', 'https://twitter.com/oauth/authorize'); xhr.send()}());