Skip to main content Skip to navigation

Remove This Application Was Created By A Google Apps Script User Free ((exclusive)) Jun 2026

. There is no official "button" to turn it off for free consumer accounts, but you can bypass or hide it using these methods: Google Issue Tracker 1. Embed in a Website or Google Site The most common legitimate way to remove the banner is by your web app URL into another page. Google Sites: When you embed a script into a Google Site , the banner is typically suppressed for users. External Iframe: You can host a simple HTML page on a platform like GitHub Pages and use an

If you want to transition your app to a more permanent setup, I can help you write the code. Tell me:

Add the .setXFrameOptionsMode() method to your HtmlService call: javascript

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?

While this method is entirely free and takes less than two minutes to implement, it only works if your web app's navigation elements are not anchored to the absolute top of the screen. Always test your app on mobile and desktop viewports to ensure crucial navigation links aren't accidentally cropped out alongside the banner. Alternative Solutions: Move Beyond Apps Script Google Sites: When you embed a script into

and malicious use. Because Apps Script allows anyone to create a functional web page for free, the banner ensures visitors know they are interacting with a third-party script rather than an official Google service. to hide this banner? Is there any way to remove the banner? : r/GoogleAppsScript

Separate your front-end HTML/CSS/JS from your Google Apps Script backend.

For a truly "free" experience that looks professional, focus on clean UI design within your HtmlService files. A well-designed, functional application will often earn the user's trust regardless of the small disclaimer at the bottom of the page.

Select Web app and set "Execute as" to your account and "Who has access" to "Anyone". Step 3: Copy the Web App URL . The Short Answer: Can You Hide It with CSS or JavaScript

: External users outside your domain will still see the banner.

By utilizing a Google Workspace Developer account (or standard Workspace organization accounts), you can deploy your application with altered visibility permissions. Step-by-Step Implementation: Open your .

The warning disappears because Google trusts your own authorizations.

By following the steps outlined in this article, you can remove the "This application was created by a Google Apps Script user" message and make your Google Apps Script application look more professional. Happy scripting! Google Sites: When you embed a script into

🛠️ Option 1: Use the Google Workspace Developer Sandbox (Completely Free)

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

If you share the app with people outside your organization, the banner may still appear to them for security reasons. 2. Use a Custom Frontend (The "Proxy" Method)