cross origin communication with postMessage
This commit is contained in:
parent
91a367f7ce
commit
10d5c46ec3
3 changed files with 67 additions and 22 deletions
13
metadata.user.js
Normal file
13
metadata.user.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// ==UserScript==
|
||||
// @name M3U8 HLS Downloader
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @version 1.0.0
|
||||
// @description 자동 탐지 및 다운로드: HLS(m3u8) 스트림의 세그먼트를 병합하여 단일 파일로 저장
|
||||
// @author kyush
|
||||
// @match *://*/*
|
||||
// @grant GM_xmlhttpRequest
|
||||
// @grant unsafeWindow
|
||||
// @grant GM_registerMenuCommand
|
||||
// @run-at document-start
|
||||
// @all-frames true
|
||||
// ==/UserScript==
|
||||
Loading…
Add table
Add a link
Reference in a new issue