Size
303 B
Version
1.0.1
Created
Nov 10, 2025
Updated
about 1 month ago
1// ==UserScript==
2// @name Extension for docs.google.com
3// @description A new extension
4// @version 1.0.1
5// @match https://*.docs.google.com/*
6// @icon https://ssl.gstatic.com/docs/spreadsheets/spreadsheets_2023q4.ico
7// ==/UserScript==
8(function() {
9 'use strict';
10 // Your code here
11})();