Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tera-download

Simple userscript to download files from TeraBox directly in the browser without using the official app.

demo

Features

  • Download shared TeraBox files directly
  • Batch download support
  • Adds download actions to the Tampermonkey menu
  • Bypasses some anti-debug and anti-inspect protections
  • Supports multiple TeraBox mirror domains
  • Works without the official desktop/mobile app

Supported Domains

This script supports many TeraBox-related domains, including:

  • terabox.com
  • terabox.app
  • 1024tera.com
  • dubox.com
  • mirrobox.com
  • nephobox.com
  • freeterabox.com

…and other mirror domains included in the script.

Installation

Requirements

Install Script

  1. Install a userscript manager
  2. open link https://raw.githubusercontent.com/tttt369/tera-download/refs/heads/master/script.user.js
  3. Install script
  4. Open a supported TeraBox share page

Usage

Download a Single File

  1. Open a TeraBox share page
  2. Select a file
  3. Click the normal download button
  4. The script intercepts the request and starts the direct download

Download Multiple Files

  1. Select multiple files
  2. Click the download button

Or use the userscript menu:

  • Individual file names
  • download all

Notes

  • You must be logged into TeraBox for downloads to work
  • Folder downloads are not supported directly
    • Open the folder first to retrieve file links
  • Some browsers block automatic multiple downloads by default
    • Allow multiple downloads for the site if prompted

How It Works

The script:

  • Intercepts XHR requests to TeraBox APIs
  • Extracts direct download links (dlink)
  • Replaces the default app-only download behavior
  • Uses temporary anchor elements to trigger browser downloads

About

Simple script that downlaod terabox file without app

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages