User !!hot!! Free | Remove This Application Was Created By A Google Apps Script

Some users have reported that the banner can cause horizontal scrolling issues on mobile devices, which embedding in a responsive site can help fix.

The banner is automatically omitted for active users signed into the exact same Google Workspace domain as the file owner. Because your tenant workspace is already verified at the enterprise account level, Google does not require the tracking warning header.

If you want a professional look without the banner, you can move your front-end away from script.google.com .

function doGet() return HtmlService.createHtmlOutputFromFile('Index') .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); Use code with caution. Some users have reported that the banner can

Create an HTML page with an IFrame element that will load your GAS web app.

Have you successfully removed the banner? Still stuck? Drop a comment below – I help people migrate scripts to Workspace accounts regularly.

Some users try embedding the Apps Script URL in another website. However, the banner often remains because it is tied to the Apps Script domain . If you want a professional look without the

Host your HTML/CSS on a platform like GitHub Pages, Vercel, or Netlify.

When you publish a web app in Google Apps Script, Google requires verification for applications that access sensitive user data or run under someone else's account.

Use the following code to hide the banner's container: javascript document.getElementById('warning').style.display = 'none'; Use code with caution. Copied to clipboard Have you successfully removed the banner

He spent hours customizing the code. It felt perfect—until he hit "Deploy." A glaring, grey banner appeared at the top of his screen:

You can save the following JavaScript code as a bookmarklet to instantly hide the warning with one click:

If your published Google Apps Script web app or add-on shows the banner or footer text “This application was created by a Google Apps Script user” (or similar), it’s usually because the app’s OAuth consent or deployment settings aren’t fully configured for a verified, published project. Here’s a concise guide to remove that message and present a professional app.

Ensure your Apps Script deployment is set to XFrameOptionsMode.ALLOWALL in your doGet function to allow it to be framed by external sites. 3. Use Browser Extensions (Internal/Personal Use)

To remove all "Unverified App" warnings and the banner officially, you must link your script to a and complete the OAuth verification process. Is there any way to remove the banner? : r/GoogleAppsScript