A new extension
Size
268 B
Version
1.0.0
Created
Nov 26, 2025
Updated
about 2 months ago
1// ==UserScript==
2// @name Extension for
3// @description A new extension
4// @version 1.0.0
5// @match https://*./*
6// @icon https://app.sesame.com/favicon.png
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();