Size
334 B
Version
1.0.0
Created
Feb 10, 2026
Updated
24 days ago
1// ==UserScript==
2// @name Extension for drive.google.com
3// @description A new extension
4// @version 1.0.0
5// @match https://*.drive.google.com/*
6// @icon https://ssl.gstatic.com/docs/doclist/images/drive_2022q3_32dp.png
7// ==/UserScript==
8(function() {
9 'use strict';
10 // Your code here
11})();