Remove This Application Was Created By A Google Apps Script User Free !!top!! Jun 2026

For hobbyists, it’s a minor annoyance. For business owners, freelancers, or product builders, it’s a dealbreaker. It screams “DIY project,” not professional software.

For external users, the only way to remove it is by publishing the script as a verified Google Workspace Add-on , which requires a more complex review process. 3. Use a Browser Extension (Personal Use Only)

.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 For hobbyists, it’s a minor annoyance

But the method depends on your role:

Have you successfully removed the banner? Still stuck? Drop a comment below – I help people migrate scripts to Workspace accounts regularly. For external users, the only way to remove

If you’ve ever built a tool in Google Sheets, Gmail, or Google Drive using Apps Script, you’ve probably seen it. That small, nagging line at the top of your web app or sidebar:

If you must share your application with the general public (outside of a Workspace organization) and cannot afford the banner, you can use a free reverse proxy or backend server to fetch the raw HTML content of your script and serve it seamlessly under your own domain name. How It Works Warning on This Approach But the method depends

The most robust and official way to eliminate the banner is to execute the script from a paid Google Workspace (formerly G Suite) account rather than a free @gmail.com account.

If you don't have a personal website, you can embed the web app into a Google Sites : Open a Google Site, use the tool, and paste your web app's "Exec" URL.