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