Remove | This Application Was Created By A Google Apps Script User
The cleanest way to hide the banner is to embed your Google Apps Script web app URL inside an on a standard website that you own (e.g., WordPress, Webflow, or a custom HTML site). Step-by-Step Implementation: Open your Google Apps Script editor.
, the banner is often suppressed. For this to work, you must set the X-Frame-Options in your Apps Script code to allow embedding: javascript HtmlService.createHtmlOutputFromFile(
: 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. The cleanest way to hide the banner is
. However, you can bypass or hide it using several workarounds depending on your environment. 1. Embed the Web App in an Iframe
Install a content blocking extension like uBlock Origin Lite . For this to work, you must set the
Complete Guide: How to Remove the "This application was created by a Google Apps Script user" Banner
The banner's design and text have changed over the years. It used to be a light gray box but has since been updated to a light blue banner that can disrupt your web app's layout. On mobile devices, it often forces the page to zoom out to fit the header, making the actual app content below difficult to read and interact with. For this to work
Choose configuration. Set Execute as to "Me" and Who has access to "Anyone". Copy the production URL ending in /exec .
Click the extension icon and select or Create a custom filter .
If your app is used by members of your Google Workspace organization, you can eliminate the warning without full public verification.
Google Apps Script is a powerful, low-code platform for automating workflows across Google Workspace. When you publish a script as a web app, Google defaults to a "guilty until proven innocent" security model.