Simple userscript to download files from TeraBox directly in the browser without using the official app.
- 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
This script supports many TeraBox-related domains, including:
terabox.comterabox.app1024tera.comdubox.commirrobox.comnephobox.comfreeterabox.com
…and other mirror domains included in the script.
- A userscript manager:
- Install a userscript manager
- open link https://raw.githubusercontent.com/tttt369/tera-download/refs/heads/master/script.user.js
- Install script
- Open a supported TeraBox share page
- Open a TeraBox share page
- Select a file
- Click the normal download button
- The script intercepts the request and starts the direct download
- Select multiple files
- Click the download button
Or use the userscript menu:
- Individual file names
download all
- 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
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
