Size
292 B
Version
1.0.0
Created
Dec 18, 2025
Updated
about 2 months ago
1// ==UserScript==
2// @name Extension for www.aiwind.org
3// @description A new extension
4// @version 1.0.0
5// @match https://*.aiwind.org/*
6// @icon https://www.aiwind.org/TopLogo.svg
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();