Skip to main content

Remove This Application Was Created By A Google Apps Script User

Embed your web app using the following responsive iframe template: Use code with caution.

A reverse proxy acts as an intermediary. It requests the page from Google, reads the raw HTML string, removes the banner code programmatically, and then serves the clean HTML to the user. Example using a Cloudflare Worker: Create a free account on Cloudflare. Set up a new Cloudflare Worker with the following logic: javascript

Developers should not attempt to violate Google’s Acceptable Use Policy. The attribution exists to maintain platform trust. For enterprise customers, Google Workspace Enterprise Plus licenses include a feature called (in limited beta as of 2025) that may allow removing the footer for internal apps—contact Google Workspace sales for eligibility. Embed your web app using the following responsive

to migrate a project away from Apps Script, or should we refine the narrative arc of the story?

The only way to remove the banner for users outside your domain is to verify your OAuth client . Example using a Cloudflare Worker: Create a free

These extensions work by targeting the banner element and setting its display to none using a content script. While effective, they only work on your own browser and don't solve the problem for your app's end users.

: Host your HTML, CSS, and JavaScript frontend on Firebase Hosting or Vercel . For enterprise customers

When a web app is viewed through an iframe on a Google Site , Google typically suppresses the author warning banner.

To remove the "This application was created by a Google Apps Script user" banner from your web app, you generally need to change how the script is hosted or verified, as it is a built-in security feature for unverified scripts. Primary Solutions