// ==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==