ThreadsDownloader

Extract and download videos from Threads

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
phanhuyduong2003
Denně instalací
2
Celkem instalací
7
Hodnocení
0 0 0
Verze
1.1
Vytvořeno
18. 03. 2026
Aktualizováno
18. 03. 2026
Size
4,4 KB
Licence
MIT2
Spustit na

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.