Extension for calendar.google.com

A new userscript

Size

334 B

Version

Created

Oct 22, 2025

Updated

1 day ago

1// ==UserScript==
2// @name          Extension for calendar.google.com
3// @description   A new userscript
4// @match         https://*.calendar.google.com/*
5// @icon          https://calendar.google.com/googlecalendar/images/favicons_2020q4/calendar_28.ico
6// ==/UserScript==
7
8(function() {
9    'use strict';
10    // Your code here
11})();
Extension for calendar.google.com | Robomonkey