Take your events to the next level with our Pro add-ons and plans. View our main site for all features.
Free
Starting From $129 \Year
Several users have created (e.g., "Google Apps Script WebApp Warning Remover") that can hide the warning banner specifically for the developer. However, this is not a solution for your end-users, as they would need to install the extension themselves. It is a temporary fix best suited for personal or internal testing.
No, it just means Google hasn’t reviewed the app. Only run scripts from sources you trust. Several users have created (e
Use the following code to hide the banner's container: javascript document.getElementById('warning').style.display = 'none'; Use code with caution. Copied to clipboard No, it just means Google hasn’t reviewed the app
Embed the execution URL into a self-hosted website using an iFrame. Eliminate Google UI completely Copied to clipboard Embed the execution URL into
Works only for you. If you share the app link with anyone else, they will see the warning.
(formerly G Suite). A standard personal Gmail account ( @gmail.com ) will always show the banner. A Workspace account ( @yourcompany.com ) will not.
Google removes this banner automatically under specific organizational accounts. If you run your script using a paid Google Workspace account (formerly G Suite) and restrict access to users inside your own domain , the banner will not display. Open your Apps Script project. Click > New deployment . Select Web app . Under Who has access , select Anyone within [Your Domain] .