Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luanpotter/apps-script-remove-warning
- Owner: luanpotter
- License: mit
- Created: 2019-07-16T13:01:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T15:55:10.000Z (over 5 years ago)
- Last Synced: 2024-11-30T15:38:49.015Z (about 2 months ago)
- Topics: chome-extension, google-apps-script
- Language: JavaScript
- Size: 31.3 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 ServiceThis 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.