Size
287 B
Version
1.0.0
Created
Oct 18, 2025
Updated
5 days ago
1// ==UserScript==
2// @name Extension for anime1.me
3// @description A new extension
4// @version 1.0.0
5// @match https://*.anime1.me/*
6// @icon https://anime1.me/favicon-32x32.png
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();