Remove This Application Was Created By A Google Apps Script User Best Free Jun 2026
Removing the "This application was created by a Google Apps Script user" banner is a common goal for developers who want to provide a professional, white-labeled experience for their users. While this footer is a security feature designed by Google to prevent phishing, there are several legitimate ways to minimize its visibility or remove it entirely depending on how you deploy your project. Understanding the Bannerβs Purpose
: This often strips the grey header/footer branding for users within the same organization or domain. 3. Use Workspace Internal Deployment If you are part of a Google Workspace
web appβoptions that cost money he didn't want to spend [3].
No warning appears because libraries run under the calling userβs authorization.
To remove all "Unverified App" warnings and the banner officially, you must link your script to a and complete the OAuth verification process. Is there any way to remove the banner? : r/GoogleAppsScript Removing the "This application was created by a
Deep in a developer thread, he finally found the "secret." The banner wasn't a bug or a mistake; it was Google's security seal
Create a standard static HTML file and host it on a free service like GitHub Pages. Because this page is hosted independently, it will have absolutely no Google branding or banners. Use JavaScript to communicate with your script deployment: javascript
If you already have a Google Workspace account (or are willing to get one for $6β$12/month), hereβs what to do:
While publishing itself is free, obtaining the necessary verification often requires a Workspace account, which is a paid service. Important Limitations To remove all "Unverified App" warnings and the
Note: If you configure "Who has access" to "Anyone" (including users outside your organization), the banner may reappear for external visitors to protect their security. Method 2: Embed the Web App via an Inline Frame (iFrame)
When you publish a web app in Google Apps Script, Google requires verification for applications that access sensitive user data or run under someone else's account.
You can remove or bypass this message for free in several legitimate ways.
When attempting to hide or remove the banner, ensure you stay compliant with the . The banner is strictly a safety mechanism. If you use CSS hacks to hide the banner on a public-facing application that collects sensitive information (like passwords, credit card details, or personal identification), Google's automated systems may flag the underlying script for phishing and permanently suspend your Google account. credit card details
Go to your Google Sites project, click Embed , paste the URL, and publish the site. 2. Self-Host with a GitHub Pages Wrapper
: You can host your app's frontend HTML/JS on a service like GitHub Pages and call your Google Apps Script as a backend API. This prevents the banner from appearing because users are not viewing a script.google.com URL directly.
If you deploy the app for "Internal" use within an organization, members will not see the message. Embed in Google Sites If you embed your Apps Script web app as a gadget within a Google Site , the banner is typically hidden from view. Publish as a Workspace Add-on Developing and publishing your script as a verified Google Workspace Add-on
you can write inside the script itself to delete the banner because it is injected by Google's servers outside of your HTML body. Security Purpose