Remove This Application Was Created By A Google Apps Script User Free Portable < iOS Proven >

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.

The warning commonly appears in two scenarios:

If someone outside your organization opens the link, they will see a modified, more professional warning that states the app belongs to your specific domain rather than a generic "Apps Script user." Steps to transition:

: Create a standard Google Cloud project, link it to your script, and submit it for review. This public link is valid for 7 days

: If you love writing JavaScript/Node.js but want total control over your API endpoints without headers, banners, or Google UI constraints. Share public link

A GitHub developer named Luanpotter created a lightweight tool called . It works by monitoring pages from script.google.com and automatically hiding the warning message as soon as it appears.

Use a server-side HTML parser (like Cheerio) to target and destroy the Google warning elements before serving it to the browser. javascript Can’t copy the link right now

Here is a free workaround:

(or add-on) from that Workspace account.

To remove the message, you need to use the setTitle method of the HtmlService class. Here's an example code snippet that removes the message: : If you love writing JavaScript/Node

“This application was created by a Google Apps Script user – Free.”

// ==UserScript== // @name Remove Apps Script Warning // @match https://script.google.com/* // @match https://*.googleusercontent.com/* // ==/UserScript== setTimeout(() => let warning = document.querySelector('.warning-banner'); if(warning) warning.style.display = 'none'; , 2000);

: Host a simple HTML file on a free platform like GitHub Pages or your own website.