cross origin communication with postMessage

This commit is contained in:
Kyush 2026-06-06 20:16:38 +09:00
commit 10d5c46ec3
3 changed files with 67 additions and 22 deletions

13
metadata.user.js Normal file
View 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==