Remove This Application Was Created By A Google Apps Script User Free ((link))
The most effective and free way to remove the banner is by not running the web app directly from Google’s domain ( script.google.com ). Instead, you can . 1.1 How to do it:
Your parent HTML page should contain the IFrame that loads your web app. Ensure the IFrame takes up the full viewport to provide the best user experience:
Open your website's HTML editor and paste the following code: The most effective and free way to remove
to “Execute as me” and “Who has access” to “Anyone within [Your Domain]” – or “Anyone” if you want public access.
⚠️ Standard CSS within your HtmlService code (like style="display:none" ) will not work because the banner is generated outside of your app's body tag in a parent iFrame controlled by Google. Ensure the IFrame takes up the full viewport
, providing actionable solutions that allow you to maintain a professional interface without paying for premium services. Why Does "Created by a Google Apps Script User" Appear?
javascript: (function() var elements = document.getElementsByClassName('info-banner'); for (var i = 0; i < elements.length; i++) elements[i].style.display = 'none'; Why Does "Created by a Google Apps Script User" Appear
Use the following code to hide the banner's container: javascript document.getElementById('warning').style.display = 'none'; Use code with caution. Copied to clipboard
You should never attempt to use CSS or JavaScript hacks (like DOM manipulation) to hide the Google footer programmatically. Google’s security headers often block such attempts, and more importantly, bypassing security notices can lead to your script being flagged for "Terms of Service" violations, resulting in the permanent suspension of your project or your entire Google account.