Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luanpotter/apps-script-remove-warning

Removes that annoying warning added by Google App Scripts now
https://github.com/luanpotter/apps-script-remove-warning

chome-extension google-apps-script

Last synced: about 1 month ago
JSON representation

Removes that annoying warning added by Google App Scripts now

Awesome Lists containing this project

README

        

# apps-script-remove-warning

Webpages deployed via Google App Scripts now include an annoying message on top of an iframe.

Specifically this happens when the app is deployed for everyone (anonymous access on the web).

The message can be seen below:

![Example of the message displayed](message.png "Example of the message displayed")

And it reads:

> This application was created by another user, not by Google.
>
> Terms of Service

This plugin removes that message for every script.google.com page that is accessed by the browser.

It waits for the warning to appear and sets display: none to it.

The warning can't be removed from within because the page is an iframe and your frame will not have external access to remove the message. Therefore, the plugin is required.

Great to add to your TVs and public displays running chrome. Beware, though, of course, that pages from scripts.google.com are not trustworthy. Clearly by installing this plugin you must be aware of that.