Remove This Application Was Created By A Google Apps Script User |top| Jun 2026
How to Remove "This Application Was Created by a Google Apps Script User" Warning
: For internal tools where you control the browser, you can use extensions like GAS WebApp Warning Remover (Firefox) or Custom JavaScript for Websites (Chrome) to inject CSS that sets display: none on the banner's HTML ID (usually GCP Project Association : Associating your Apps Script with a standard Google Cloud (GCP) project How to Remove "This Application Was Created by
If you are using the script as a Web App, you can embed it into your own website. This doesn't "delete" the banner code, but it can visually isolate the app within your own branding. Set the X-Frame-Options to allow embedding. Use the following code in your doGet() function: javascript Use the following code in your doGet() function:
If you just want a clean user experience for a small tool, consider making the app internal or hosting it on another platform (e.g., Glide, Bubble, or a simple Node.js server). or a simple Node.js server).