Remove This Application Was Created By A Google Apps Script User Free [work] Jun 2026
Note: The gray banner will still appear at the very top of the embedded iframe area, but it will be contained inside your website's layout rather than taking over the user's entire browser viewport.
| Myth | Truth | |------|-------| | “You must pay Google $100 every year.” | Only for restricted scopes. Basic verification is a one-time ~$25 fee. | | “Deleting and recreating the script removes it.” | No. The warning follows the script ID and sharing settings. | | “Publishing to the Marketplace automatically removes it.” | No. You still need verification unless publishing internally. |
How to Remove the "This Application Was Created by a Google Apps Script User" Banner
If you don't want to manage external hosting, embedding the web app directly into a can often suppress the warning for users within your organization or those viewing the site. This is because Google considers its own ecosystem a "safe" container for the script. 3. Use a Google Workspace Account Note: The gray banner will still appear at
If your app is only used by a small team, you can sometimes avoid the banner by configuring the deployment to only allow users within your Google Workspace domain to access it. Open your script editor. Go to > New deployment .
Once verified, the scary message disappears and users see your app name and branding.
Google automatically removes this banner under specific conditions within Workspace environments: | | “Deleting and recreating the script removes it
The negative margin-top value on the iframe essentially pushes the top 50 pixels of the Google Script (where the banner resides) up and out of the visible screen area. The user only sees your clean interface.
Under the dropdown, change the setting from Anyone to "Anyone within [Your Workspace Domain]" . Click Deploy .
If you share the app with people outside your organization, the banner may still appear to them for security reasons. 2. Use a Custom Frontend (The "Proxy" Method) You still need verification unless publishing internally
The short answer is . You cannot remove this banner by injecting custom CSS ( display: none; ) or using JavaScript to manipulate the DOM within your HTML file.
To completely eliminate the banner for external audiences, you must complete the process. Step-by-Step Guide to Removing the Banner