This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
If you only want to remove the banner for yourself (e.g., for a public kiosk or personal dashboard), you can use a browser extension to hide the element. : Use an extension like uBlock Origin or a custom CSS injector (like ) to set the banner's container to display: none;
Google periodically updates the DOM structure of their banners. If they change the height of the banner element, you will need to manually adjust the CSS offset.
If staying on a free personal account is non-negotiable, you have two imperfect workarounds: This public link is valid for 7 days
Click on the gear icon on the left sidebar to open .
function doGet() return HtmlService.createHtmlOutputFromFile('Index') .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); Use code with caution. Copied to clipboard
) .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); Use code with caution. Copied to clipboard Can’t copy the link right now
If someone inside your same Google Workspace organization opens the link, the banner is completely removed .
Load the extension locally into Chrome via chrome://extensions/ by enabling and clicking Load unpacked . Why this works:
The "Free" version of Google Apps Script automatically attaches this banner as a security measure to let users know the script isn't an official Google product. To remove it, you have two primary options: 1. Upgrade to Google Workspace : Use an extension like uBlock Origin or
Are you tired of seeing the annoying message "This application was created by a Google Apps Script user. If you are the owner of this application, please verify that your Google Apps Script project has a valid OAuth2 client ID." every time you try to access a Google Apps Script-based application? Do you want to remove this message and make your application look more professional? Well, you're in luck! In this article, we'll show you how to remove this message and make your Google Apps Script application look more legitimate.
: Ensure you set HtmlService.XFrameOptionsMode.ALLOWALL in your script's doGet() function to allow it to be framed by external sites. 2. Deploy Within a Google Site
If upgrading to Google Workspace or going through GCP verification is not feasible for your project, consider these alternative developer methods. 1. Embed the Web App via an iFrame
As Google's authorization documentation states: "Visit the Security section of your Google Account. Under Your connections to third-party apps & services, click See all connections. Select the script or app you want to revoke access for."