Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 737 Bytes

File metadata and controls

37 lines (24 loc) · 737 Bytes

VOE.SX - M3U8 URL Extractor

Minimalistic script to capture .m3u8 stream URLs from websites in real-time.


Features

  • Hooks fetch and XMLHttpRequest to detect .m3u8 URLs.
  • Displays captured URLs in a floating panel.
  • Click-to-copy functionality.
  • First URL auto-copied to clipboard.
  • Lightweight, injected UI.

Usage

  1. Open browser console (F12 or Ctrl+Shift+I).
  2. Paste the script and hit Enter.
  3. Play video or browse as usual.
  4. .m3u8 URLs will appear in the panel.
  5. Click URL or copy icon to copy.

Screenshot

Preview


Purpose

  • Extract HLS stream links quickly.
  • No manual network inspection.
  • Works on most modern streaming sites.