ThreadsDownloader

Extract and download videos from Threads

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey, Greasemonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Userscripts.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een gebruikersscriptbeheerder nodig.

(Ik heb al een user script manager, laat me het downloaden!)

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

(Ik heb al een beheerder - laat me doorgaan met de installatie!)

Maker
phanhuyduong2003
Dagelijks aantal installaties
3
Totaal aantal installaties
7
Beoordelingen
0 0 0
Versie
1.1
Gemaakt op
18-03-2026
Bijgewerkt op
18-03-2026
Grootte
4,42 KB
Licentie
MIT2
Wordt toegepast op

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.