-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.user.js
23 lines (22 loc) · 886 Bytes
/
manifest.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// ==UserScript==
// @namespace https://github.com/qt-kaneko/Shikiplayer
// @name $(NAME)
// @description $(DESCRIPTION)
// @description:ru $(DESCRIPTION_RU)
// @icon https://raw.github.com/qt-kaneko/Shikiplayer/main/assets/icons/icon128.png
// @author $(AUTHOR)
// @homepageURL $(HOMEPAGE_URL)
// @copyright 2023, Kaneko Qt
// @license AGPL-3.0-or-later; https://www.gnu.org/licenses/agpl-3.0.txt
// @version $(VERSION)
//
// @updateURL https://github.com/qt-kaneko/Shikiplayer/releases/latest/download/manifest.user.js
// @downloadURL https://github.com/qt-kaneko/Shikiplayer/releases/latest/download/manifest.user.js
//
// @match *://shikimori.me/*
// @match *://shikimori.one/*
// @match *://kodik.info/*
//
// @run-at document-end
// ==/UserScript==
$(USERSCRIPT)