Skip to content

Instantly share code, notes, and snippets.

@KRNKRS
Created August 8, 2018 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KRNKRS/b885262ed8783677062e44bf28b70d1e to your computer and use it in GitHub Desktop.
Save KRNKRS/b885262ed8783677062e44bf28b70d1e to your computer and use it in GitHub Desktop.
MyPlugin.jslib
mergeInto(LibraryManager.library, {
OpenToBlankWindow: function (_url) {
window.open(Pointer_stringify(_url),'_blank')
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment