Tracks videos > 5 mins with a dedicated red overlay. Pulses on play, downloads on pause.
A lightweight, seamless userscript that automatically detects, records, and downloads HTML5 videos directly from your browser. Designed for ease of use, it ties the recording process directly to the video player's native play and pause events.
<video> element with a duration longer than 5 minutes..mp4.video_capture_[timestamp].mp4).HTMLMediaElement.captureStream() API. It will not work on videos protected by DRM (e.g., Netflix, Hulu) or videos served from a different domain without the proper CORS headers (Cross-Origin Resource Sharing). If a video fails to record, check your browser's Developer Console (F12) for a CORS error.@grant none (Runs entirely within the standard page context for maximum security)