Remove This Application Was Created By A Google Apps Script User [ PLUS — 2024 ]
To remove the "This application was created by a Google Apps Script user" banner, you generally need to change how you host or verify the application
As he hit 'Deploy' on his own private domain, the banner finally vanished. The interface was clean, white, and professional. To remove the "This application was created by
The most effective way to remove the banner is to host the script within a . : You cannot hide the banner by adding
: You cannot hide the banner by adding CSS like display: none directly to your Apps Script HTML file. Google hosts the banner in a parent frame with a different origin, and browser security policies ( Same-Origin Policy ) prevent your script from interacting with or hiding elements in that parent frame. Primary Solutions
To remove the "This application was created by a Google Apps Script user" banner from your web app, you generally need to change how the script is hosted or verified, as it is a built-in security feature for unverified scripts. Primary Solutions