The banner "This application was created by a Google Apps Script user" is a mandatory security feature for scripts running on free consumer accounts. While there is no "off" switch in the settings, several workarounds can effectively hide or remove it for your users. ⚡ Quick Solutions (Free) 1. Embed as an iFrame
or a script manager, you can inject a CSS rule to hide the element: document.getElementById('warning').style.display = 'none'; Dedicated Plugins The banner "This application was created by a
: When viewed directly via the script URL, the banner remains, but when viewed through your external site's iframe, the banner is typically hidden. 2. Embed in a Google Site Embed as an iFrame or a script manager,
Use code with caution. Copied to clipboard Copied to clipboard