Skip to content

Remove This Application Was Created By A Google Apps Script User Free Best Access

Note: While this helps with trusted access, it might not remove the banner for everyone, especially if users are accessing it from different accounts. Final Thoughts

</style> </head> <script> window.onload = (e) => const gasappurl = 'YOUR_GAS_WEB_APP_URL_HERE'; let ifm = document.getElementById('gasiframe'); ifm.src = gasappurl + window.location.search;

If someone outside your organization opens the link, they will see a modified, more professional warning that states the app belongs to your specific domain rather than a generic "Apps Script user." Steps to transition:

The most direct, official, and stable way to eliminate the banner is by running your script through an enterprise or organization-based Google Workspace account instead of a personal @gmail.com account. How It Works Note: While this helps with trusted access, it

For simple hobby projects or internal tools, keeping the banner or using a simple iframe embedding is usually sufficient. For client-facing enterprise software, migrating to a Google Workspace account or splitting your application into a separate frontend and backend will yield the most seamless, professional results. Share public link

Open your Apps Script editor and click > Manage deployments . Copy the Web app URL .

Google includes this warning by default on all free Apps Script web apps to prevent phishing and ensure users know the application is not an official Google product. However, it can look unprofessional if you are building tools for clients, employees, or public use. For client-facing enterprise software, migrating to a Google

If you have built or used a web application hosted on Google Apps Script, you have likely encountered a persistent gray banner at the top of the screen. This banner states: "This application was created by a Google Apps Script user."

If you must share your application with the general public (outside of a Workspace organization) and cannot afford the banner, you can use a free reverse proxy or backend server to fetch the raw HTML content of your script and serve it seamlessly under your own domain name. How It Works

You can hide the banner by embedding your Google Apps Script web app into another webpage using an . Google includes this warning by default on all

While this does not technically delete the banner, it allows you to control the user experience by masking the top portion of the iframe or forcing users to interact with your brand's domain name instead of a long ://google.com URL.

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