Skip to main content
SI

Remove This Application Was Created By A Google Apps Script User Free [cracked] Jun 2026

One Stack Overflow user summed up the situation: "Everything worked ok up to now. However today the HTML pages shown to intranet users include an inconvenient Warning... I understand that this warning must be shown when the script is created by unknown users. But in my case, I (the admin) am offering the script to the users of my organization."

If you run the script from a paid Google Workspace domain (e.g., you@yourcompany.com ) and distribute it exclusively to users within the same domain , the banner disappears automatically. Google trusts internal enterprise scripts and removes the warning by default. Summary of Free Options Implementation Difficulty Reliability CSS Injection Ultra-Easy (1 Minute) Medium (Google updates can break it) Quick fixes, personal tools iFrame Negative Margin Easy (5 Minutes) Public websites, portfolios Chrome Extension Internal team tools, utility add-ons

.app-wrapper width: 100%; height: 600px; overflow: hidden; /* This crops out anything outside the boundary */ position: relative; border: 1px solid #ccc; .hidden-banner-iframe position: absolute; top: -50px; /* Adjust this value until the banner is completely pushed out of sight */ left: 0; width: 100%; height: calc(100% + 50px); /* Extends the bottom to prevent blank space */ border: none; Use code with caution. Warning on This Approach One Stack Overflow user summed up the situation:

How to Remove the "This application was created by a Google Apps Script user" Banner

If you are only using the app for yourself or on a public display (like a TV), you can hide the banner locally using browser tools. Extensions : Tools like uBlock Origin Custom JavaScript can be used to set the CSS of the banner element to display: none; JavaScript Code javascript document.getElementById( ).style.display = Use code with caution. Copied to clipboard But in my case, I (the admin) am

Method 2: Embed the Web App via an iFrame on Your Own Website

Key findings from the Qiita article reveal that: "unpaid Google account users cannot directly remove this banner, but if you display the web app (child) inside an IFrame on a normal page (parent), you can suppress the banner display." Warning on This Approach How to Remove the

By wrapping the script in a container on your own domain (e.g., yourdomain.com), the user’s focus remains on your URL and your website’s header/footer, making the Google disclaimer at the very bottom of the frame feel like a minor technical footnote rather than a primary branding element. Method 4: Transition to AppSheet

iframe border:none; width:100%; height:100%;

/** * @OnlyCurrentDoc */

Set "Who has access" to . Click Deploy .