One-Click X/Twitter Media Downloader (Android/iPhone support)

Download images, videos, and GIFs from X/Twitter with one click, and save them with user ID and post ID in default settings. You can customize the filenames of downloaded files. On Android/iPhone, all attached media can be downloaded at once via a ZIP archive. Download history is synced with bookmarks. Additionally, you can optionally synchronize your download history online using the X/Twitter bookmark feature.

< Feedback on One-Click X/Twitter Media Downloader (Android/iPhone support)

Review: Good - script works

§
Posted: 2025-04-10

請問一下,下載過一次以後,再按下載按鈕什麽都不會發生,這是設計如此嗎

azuki_0306Author
§
Posted: 2025-04-10

請問一下,下載過一次以後,再按下載按鈕什麽都不會發生,這是設計如此嗎

Hi, thank you for your comment!

Yes, that is the intended behavior to prevent duplicate downloads. Once you download media from a post, clicking the download button again will not re-download it.

§
Posted: 2025-04-11

請問一下,下載過一次以後,再按下載按鈕什麽都不會發生,這是設計如此嗎

你只需要将:if (btn_down.classList.contains('loading') || btn_down.classList.contains('completed')) return;
改成:if (btn_down.classList.contains('loading')) return;

azuki_0306Author
§
Posted: 2025-04-13

I've modified the behavior so that even if the download button shows "completed," clicking it will allow you to download again. Thanks for your feedback.

Post reply

Sign in to post a reply.