Greasy Fork 支持简体中文。
Batch download all images and videos from a Twitter/X account, including withheld accounts, in original quality.
這裡顯示腳本的所有版本。 只顯示彼此間有代碼差異的版本。
- The creation of zip files is divided into parts, 500 files per part- System cache on the API for 1 hour
- If there is only one file, it will not be zipped- Remove unused code
Added support for subdomains. Now, you can click the download button in any tab
- Added a caching system - You can now download new statuses or redownload everything
- Fixed the bug in tweet_id- Modified the ZIP filename format to: {username}_{date_download}_{total}
tweet_id
{username}_{date_download}_{total}
- Added GIF support (though the format is still .mp4 from the source; manual conversion using FFmpeg is required)- Added tweet_id to file naming as a suffix - Improved number formatting for better readability
- Add total media item information before download- Display a confirmation pop-up- Include a cancel button to abort the download or zip process
- Improved error handling- Removed the use of innerHTML
- Improved storage system - Fixed download container bug
- Add Auth Token input - Now, please use your own Auth Token
- Change the data fetching method from scraping to API - Add download options (media, image, or video) - Display a loading icon while fetching data
Changed size from 4096x4096 to orig
- Changed size from large to 4096x4096- Compacted the control buttons
- Automatically detect browser height - Hide Pause and Stop buttons during downloading/zipping process
- Improved download speed - Automatic redirect to /media - Enhanced control panel design- Better file naming convention - Fixed bugs