Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oshliaer/fe4659490fa5be28418e469dbd93ff65 to your computer and use it in GitHub Desktop.
Save oshliaer/fe4659490fa5be28418e469dbd93ff65 to your computer and use it in GitHub Desktop.
function onOpen() {
var html = '<script>\
window.open("http://bit.ly/googlescriptru");\
setTimeout(function(){google.script.host.close()},0)\
</script>';
SpreadsheetApp.getUi()
.showModalDialog(HtmlService.createHtmlOutput(html), '*');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment