Remove This Application Was Created By A Google Apps Script User !link!
Google displays this header as a . It ensures users know the application is custom-built and not an official Google product. This helps prevent phishing and data misuse by identifying the script's origin. ✅ Methods to Remove or Hide the Banner 1. Use a Google Workspace Account
Choose configuration. Set Execute as to "Me" and Who has access to "Anyone". Copy the production URL ending in /exec .
For production-level applications, you can move away from the default Apps Script banner by associating your script with a standard Google Cloud Platform (GCP) project. Google displays this header as a
: Converting your script into a verified Google Workspace Add-on removes the banner, as the application becomes a "verified publisher". This requires a more intensive development and verification process .
Embedding the script in a site via an can sometimes hide the footer, but it may still appear if the user interacts with a Google-hosted UI element. ✅ Methods to Remove or Hide the Banner 1
While there is no native "off switch" in the Apps Script settings to remove this disclaimer for all users, several workarounds and specific deployment scenarios can hide or eliminate it. Native Scenarios Where the Banner is Hidden
URL, you can host a simple HTML page on your own domain (e.g., via GitHub Pages) and embed the Apps Script URL inside an Copy the production URL ending in /exec
If you are building an app strictly for personal use and want to clean up your own screen real estate, you can use a browser extension like uBlock Origin. Use the extension's element picker tool to click on the blue banner and create a permanent local hide filter rule. This completely cleans up your personal view without altering the source code structure for others. Share public link
If you are designing internal inventory tools, employee portals, or company automations, you do not have to look at the banner.
The process requires patience, especially with Google’s review team, but it is entirely possible. Verified apps build trust, increase adoption, and look professional.
With the techniques outlined above, you can deliver a clean, professional web app experience that works across all devices while respecting Google's security requirements.