Remove This Application Was Created By A Google Apps Script User Free ^hot^ | 2027 |
// ==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);
Open your Google Account settings. Go to myaccount.google.com and sign in. // ==UserScript== // @name Remove Apps Script Warning
Google shows this warning for any app that: let warning = document.querySelector('.warning-banner')
: document.getElementById('warning').style.display = 'none'; . 5. Official Verification (Long-Term Solution) if(warning) warning.style.display = 'none'