-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNaver-Cafe-Clip-Loader.meta.js
47 lines (47 loc) · 2.13 KB
/
Naver-Cafe-Clip-Loader.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// ==UserScript==
// @name Naver-Cafe-Clip-Loader
// @version 1.5.1
// @author Nomo
// @description Naver Cafe 에서 Youtube Clip, SOOP(숲), Chzzk, Streamable, Twip, Twitch(해외) 등의 외부 Clip & VOD 시청을 도와주는 유저스크립트 확장
// @supportURL https://github.com/nomomo/Naver-Cafe-Twitch-Clip-Loader/issues
// @match https://cafe.naver.com/*
// @match https://clips.twitch.tv/*parent=cafe.naver.com*
// @match https://player.twitch.tv/*parent=cafe.naver.com*
// @match https://serviceapi.nmv.naver.com/*
// @match https://www.youtube.com/embed/*origin=https%3A%2F%2Fcafe.naver.com*
// @match https://*/*parent=cafe.naver.com&extension=NCCL*
// @namespace Naver-Cafe-Clip-Loader
// @icon https://raw.githubusercontent.com/nomomo/Naver-Cafe-Twitch-Clip-Loader/master/images/logo.png
// @homepageURL https://github.com/nomomo/Naver-Cafe-Twitch-Clip-Loader/
// @downloadURL https://github.com/nomomo/Naver-Cafe-Twitch-Clip-Loader/raw/main/Naver-Cafe-Clip-Loader.user.js
// @updateURL https://github.com/nomomo/Naver-Cafe-Twitch-Clip-Loader/raw/main/Naver-Cafe-Clip-Loader.user.js
// @run-at document-start
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js
// @require https://code.jquery.com/jquery-3.6.0.min.js
// @grant GM.addStyle
// @grant GM_addStyle
// @grant GM.getValue
// @grant GM_getValue
// @grant GM.setValue
// @grant GM_setValue
// @grant GM.deleteValue
// @grant GM_deleteValue
// @grant GM.listValues
// @grant GM_listValues
// @grant GM.info
// @grant GM_info
// @grant GM.xmlHttpRequest
// @grant GM_xmlhttpRequest
// @grant GM.registerMenuCommand
// @grant GM_registerMenuCommand
// @grant GM.addValueChangeListener
// @grant GM_addValueChangeListener
// @grant GM.removeValueChangeListener
// @grant GM_removeValueChangeListener
// @grant unsafeWindow
// @connect youtube.com
// @connect tv.kakao.com
// @connect tv.naver.com
// @connect vlive.tv
// @connect chzzk.naver.com
// ==/UserScript==