Skip to content

Instantly share code, notes, and snippets.

@gnh1201
Created August 13, 2020 06:46
Show Gist options
  • Select an option

  • Save gnh1201/b1f2532de28cab51700d93f06c0b3616 to your computer and use it in GitHub Desktop.

Select an option

Save gnh1201/b1f2532de28cab51700d93f06c0b3616 to your computer and use it in GitHub Desktop.
Open web browser on WSH(Windows Scripting Host) with Javascript
// requirement: https://github.com/gnh1201/welsonjs
var WINLIBS = require("lib/winlibs");
WINLIBS.loadLibrary("url").call("FileProtocolHandler", [
"https://google.com"
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment