Remove This Application Was Created By: A Google Apps Script User Free Verified

When you create a Google Apps Script project, it automatically adds a message to the project's UI, stating "This application was created by a Google Apps Script user." While this message is a good indication that the project was created using Google Apps Script, you might want to remove it for aesthetic or professional reasons. In this report, we'll explore how to remove this message from your Google Apps Script project.

Only locally via browser extensions. The server-side security dialog remains.

Method 4: Client-Side Browser Extensions (For Personal/Internal Screen Displays)

The absolute reality is that . Google intentionally forces this layout element on free accounts as a security measure to combat phishing and spoofing. However, depending on whether you want to clean up the view for your internal audience, clients, or just on your personal browser, there are five free workarounds to completely bypass or hide the warning . When you create a Google Apps Script project,

Anyone logging in with an email address from your same custom domain (e.g., user@yourcompany.com ) will not see the banner.

While there is no direct "off" switch in the settings to remove the branding banner for free, you can use technical workarounds to hide it from your end users. Google includes this banner as a security measure to alert users that the application was not created by Google itself. Workaround 1: Embedding via Iframe

Use this if you want a cleaner URL or more control over the surrounding page. Create a new repository on GitHub . Create a file named index.html . The server-side security dialog remains

Note: If you change "Who has access" to "Anyone" (making it public to users outside your business domain), the banner will reappear to those outside users to protect their security.

When you wrap the script inside a clean container, the parent site masks the top-level Google styles, letting you control the exact margins and viewport framing. Step-by-Step Implementation: In your Apps Script editor, click > New deployment .

This message is NOT malware. This message does NOT mean your account is hacked. However, depending on whether you want to clean

Note: This is often required for hosting within an iframe (Method 1) to prevent X-Frame-Options errors. Summary of Free Methods Effectiveness High (Full Removal) Change Access Settings Low (Reduced Warning) ALLOWALL Mode Required for Iframe Why You Shouldn't Pay to Remove It

False. These services are scams. Only Google can approve or remove the warning via verification.

If you are part of a (business or education), ensure you are deploying the app with the correct settings. Execute As: Set this to "Me" (your admin/account).

To use it, add this as the first line in your script: