Remove This Application Was Created By A Google Apps Script User Free ((new)) -

The verification process typically takes 1-4 weeks depending on the scope sensitivity and completeness of your submission. Google's review team checks for compliance with their API policies and security standards.

Under the dropdown, change the setting from Anyone to "Anyone within [Your Workspace Domain]" . Click Deploy .

☁️ Option 3: Migrate to Google Cloud Run or App Engine (Free Tier Available)

Sometimes users want to "remove this application" not just hide the warning, but completely revoke access for a third-party app they no longer trust. The verification process typically takes 1-4 weeks depending

For internal company apps, you can also use (no email inbox) to get rid of the banner without paying for full Gmail.

The tool waits for the warning to load and then sets display: none to it, effectively removing it from view. The developer notes that "the warning can't be removed from within because the page is an iframe and your frame will not have external access to remove the message. Therefore, the plugin is required."

When building web applications, forms, or automation tools using Google Apps Script, Google automatically appends a standard banner at the top of the page. It reads: Click Deploy

: This only works on the browser where the extension is installed; other users will still see the banner. Summary of Limitations No Script-Level Removal : There is no

For internal tools or testing, that’s fine. For client-facing tools, it undermines trust.

: For personal use or public displays, you can use browser extensions like uBlock Origin or custom CSS injectors to set the banner's container (often with an ID like warning ) to display: none; . Note that this only hides the banner for you, not other users. The tool waits for the warning to load

By using specific CSS properties on the iFrame container, you can visually push the Google banner out of the viewable area of the webpage. How to implement:

If staying on a free personal account is non-negotiable, you have two imperfect workarounds:

Here is a comprehensive guide on how to remove or bypass this banner safely and legally. The Short Answer: Can You Hide It with CSS or JavaScript?