Remove This Application Was Created By A Google Apps Script User Free [updated] 〈Full • 2026〉

Google explicitly warns that "scripts and add-ons are provided 'as is' and without warranty of any kind". The extension author himself cautions: "pages from scripts.google.com are not trustworthy. Clearly by installing this plugin you must be aware of that." Therefore, only install this extension if you fully understand and accept the potential risks.

: It may still appear unless the script is part of a verified Google Cloud project or published as a Workspace Add-on 3. Browser-Side Hiding (Developer/Private Use Only)

Instead of directing users to the ugly ://google.com URL, you host a tiny node.js, Python, or PHP script on a free cloud hosting tier (like Vercel, Netlify, or Render). This script fetches your Apps Script page behind the scenes, strips out the banner container via code, and displays the clean interface to the end-user. Step-by-Step Implementation via Node.js (Vercel/Netlify) Google explicitly warns that "scripts and add-ons are

If you don't want to manage external hosting, embedding the web app directly into a can often suppress the warning for users within your organization or those viewing the site. This is because Google considers its own ecosystem a "safe" container for the script. 3. Use a Google Workspace Account

For free, non-Workspace accounts, it's generally not possible to remove this banner within the standard Google ecosystem because the warning is an inherent part of Google's unverified app flow. However, there are several workarounds, creative techniques, and community-created tools that can hide or bypass it. : It may still appear unless the script

As Google's authorization documentation states: "Visit the Security section of your Google Account. Under Your connections to third-party apps & services, click See all connections. Select the script or app you want to revoke access for."

For those who want to automate this process, a GitHub user created a script to remove third-party apps with account access programmatically, though manual removal is recommended for most users. Step-by-Step Implementation via Node

Install an extension like Custom JavaScript for websites or Tampermonkey .

In this comprehensive guide, we will explain what this message actually means, why Google shows it, and step-by-step how to remove it permanently without paying for expensive third-party "cleaners" or "uninstallers."

For advanced developers who want a seamless white-label experience without any visual glitches, you can route your web app through a reverse proxy. Cloudflare Workers can intercept the request, fetch the Google Apps Script page, and strip out the banner code before serving it to the user. How to implement: Create a free account.