Remove This Application Was Created By A Google Apps Script User Free 'link' May 2026
The banner "This application was created by a Google Apps Script user" is a mandatory security feature for scripts running on free consumer accounts. While there is no "off" switch in the settings, several workarounds can effectively hide or remove it for your users. ⚡ Quick Solutions (Free) 1. Embed as an iFrame
- Create a standalone script.
- Set sharing to “Anyone with link can view” (or domain-wide).
- In your main script, add the library via Script ID.
- Call functions from the library.
Install an extension like Custom JavaScript for websites or uBlock Origin. The banner "This application was created by a
Part 7: Frequently Asked Questions
Q1: Is the warning dangerous?
No, it just means Google hasn’t reviewed the app. Only run scripts from sources you trust. Create a standalone script
How it works: Host a simple HTML file on a service like GitHub Pages and use an iframe to display your script. Install an extension like Custom JavaScript for websites
Each scenario requires a different approach. Below, we cover all three for free.
Create a GCP Project: You must associate your Apps Script project with a standard Google Cloud Platform (GCP) project .
