Disable google apps script warning banner
no banner for apps script by Hunteraulo1
Details
AuthorHunteraulo1
LicenseNo License
Categoryscript.google.com
Created
Updated
Size250 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name no banner for apps script
@version 20240505.10.56
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://script.google.com/macros/s/") {
#warning-bar-table > tbody > tr:first-child {
display: none;
}
}