Skip to content

Instantly share code, notes, and snippets.

@WaterLemons2k
Created January 14, 2026 15:28
Show Gist options
  • Select an option

  • Save WaterLemons2k/fc3a6ccdfb00a5b84ad7b76d14f7bd60 to your computer and use it in GitHub Desktop.

Select an option

Save WaterLemons2k/fc3a6ccdfb00a5b84ad7b76d14f7bd60 to your computer and use it in GitHub Desktop.
A wrapper used to run Internet Explorer
<head>
<HTA:APPLICATION border="dialog" CONTEXTMENU="no" INNERBORDER="no" maximizeButton="no" minimizeButton="no" scroll="no" singleInstance="yes" />
</head>
<a href="http://example.com">Open Internet Explorer</a>
<script>
location.href = 'about:blank';
close();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment