- intent://github.com#Intent;scheme=http;action=android.intent.action.VIEW;end
- intent://github.com#Intent;scheme=http;action=android.intent.action.VIEW;package=com.android.chrome;end
- intent://github.com#Intent;scheme=http;action=android.intent.action.VIEW;package=com.android.browser;end
- twitter://post?message=hello%20world
- intent://post?message=hello%20world#Intent;scheme=twitter;package=com.twitter.android;end
- https://github.com/
- https://github.com/ (target="_blank")
- https://github.com/ (target="_system")
- https://twitter.com/
- https://twitter.com/ (target="_blank")
- https://twitter.com/ (target="_system")
- https://twitter.com/oauth
- https://twitter.com/oauth/authorize
- javascript:window.open('https://github.com/', '_system');
- javascript:window.open('https://twitter.com/', '_system');
- javascript:(function(){var xhr = new XMLHttpRequest(); xhr.open('GET', 'https://twitter.com/oauth/authorize'); xhr.send()}());