Remove This Application Was Created By A Google Apps Script User [cracked] Free
3–5 business days.
Use a custom JavaScript regex or HTML Rewriter within the worker to remove the header element injected by Google.
If you're looking for free resources to help you remove Google Apps Script projects, here are a few options:
Note: This only works for users who have the extension active . 3. Alternative Hosting (Avoiding the Apps Script Domain)
As explained in the Qiita article: "With a paid Google Workspace account, within your own domain, this banner does not appear, but with a free Google account, you cannot make it disappear." 3–5 business days
This method only hides the banner on the browsers where the extension is configured. External public visitors will still see it. Important Considerations and Compliance
Neither is as clean as upgrading to Workspace.
By deploying either the CSS injection trick or wrapping your URL in a strategically cropped iframe, you can remove the Google Apps Script banner completely free of charge and give your application a flawless, white-labeled finish.
If your web application relies heavily on frontend JavaScript (like a Vue or React app) and only uses Apps Script as a backend database or processor, you can stop deploying it as a "Web App HTML interface." Important Considerations and Compliance Neither is as clean
// Evaluate the template to get an HtmlOutput object let html = htmltemplate.evaluate();
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 .
In your Apps Script editor, go to Project Settings and click "Change Project." Enter your Project Number. Configure your OAuth Consent Screen in the GCP Console.
In your Google Apps Script code, you must add the .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL) setting. This allows your web app to be embedded within external frames. Instead of a flaw
: There are community-built browser plugins specifically designed to detect and remove this iframe message automatically. Why the Banner Exists Google implements this banner to prevent
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:
Once verified, the scary message disappears and users see your app name and branding.
He sat back and looked at the banner again. Instead of a flaw, he started seeing it as a badge of honor
Transfer ownership of your Apps Script project to a Google Workspace account. Open the script and click . Set the Execute as option to "Me" (your Workspace account). Set Who has access to "Anyone within [Your Domain]".