Remove This Application Was Created By A Google Apps Script User 〈Editor's Choice〉
| Use Case | Recommended Method | Effort | |----------|--------------------|--------| | Internal company tool | Google Sites embedding | Low | | Public customer-facing web app | HTML proxy + custom domain | Medium | | Google Workspace integrated tool | Marketplace add-on | High | | One-time demo | Accept the footer | None |
addEventListener('fetch', event => event.respondWith(handleRequest(event.request)) ) async function handleRequest(request) :--- Use code with caution. Copied to clipboard 2. Publish as a Workspace Add-on If you publish your script as a verified Google Workspace Add-on
Use a account to host the script for internal users. | Use Case | Recommended Method | Effort
: Scripts designed to look like official corporate Google tools.
It is important to note that you cannot hide this banner using internal CSS or JavaScript within your script. Google intentionally isolates the web app in a different domain (e.g., googleusercontent.com : Scripts designed to look like official corporate
Set to Anyone or Anyone with a Google account . Copy the generated Web App URL ending in /exec .
Use the following HTML code on your own website: Copy the generated Web App URL ending in /exec
: If you run the script within a Google Workspace (business or education) domain, the banner will not show for other users within that same domain.
By understanding these methods, you can ensure your interactions with Apps Script web apps remain both secure and seamless.