ThreadsDownloader

Extract and download videos from Threads

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
phanhuyduong2003
Cài đặt hàng ngày
2
Số lần cài đặt
6
Đánh giá
0 0 0
Phiên bản
1.1
Đã tạo
18-03-2026
Đã cập nhật
18-03-2026
Kích thước
4 KB
Giấy phép
MIT2
Áp dụng cho

Description

ThreadsExtract is a lightweight userscript that allows users to download videos directly from Threads with a single click.

The script automatically detects video elements on the page and injects a download button into the video player overlay for a seamless experience.


Features

  • Automatically detects videos on Threads
  • Adds a minimal download button to the video player
  • Downloads videos using the original source URL
  • Generates filenames in the format: ThreadsExtract_YYYYMMDD_HHmmss.mp4
  • Works with dynamically loaded content (infinite scroll)

How It Works

  1. The script scans for video player overlays using the attribute aria-label="Video player"
  2. It locates the corresponding <video> element within the same container
  3. A download button is injected into the overlay layer
  4. When clicked:
    • The script fetches the video source
    • Converts it into a Blob
    • Triggers a direct download

Installation

  1. Install a userscript manager such as Tampermonkey
  2. Install this script from GreasyFork
  3. Visit https://www.threads.com
  4. Open any post containing a video and click the download button

Notes

  • Some videos may not be downloadable due to CORS restrictions
  • The script depends on the current DOM structure of Threads and may require updates if the UI changes
  • The script does not bypass any platform restrictions

Privacy

This script does not collect, store, or transmit any user data.

All operations are performed locally within your browser.