NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
In OpenUserJS click Source Code > Raw Source or in button Install and Tampermonkey will prompt installation.
Confirm and enable it.
Open any project in the Google Apps Script Editor:
https://script.google.com/
The toolbar will load automatically.
Use it to:
The modern Google Apps Script Editor is built on top of the Monaco Editor, the same open-source editor that powers Visual Studio Code:
๐ https://github.com/microsoft/monaco-editor
Monaco provides:
The GAS-Status-Code-Toolbar leverages this architecture to extend the editor interface.
The userscript:
script.google.com loadsBecause Monaco exposes its editor instance in the page context, the script can safely access the active model (editor.getModel()) and apply controlled edits.
Important:
The script does not modify the Google Apps Script runtime.
It operates strictly at the browser UI layer, extending Monacoโs behavior.
This makes the solution safe, non-invasive, and fully reversible (simply disable the script in Tampermonkey).
Example toolbar interface reference:
(Illustrative images for UI context.)
The project:
Contributions are welcome!
Released under the GPL-3.0 License.
Rating: 0