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)
請問一下,下載過一次以後,再按下載按鈕什麽都不會發生,這是設計如此嗎
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.
請問一下,下載過一次以後,再按下載按鈕什麽都不會發生,這是設計如此嗎
你只需要将:if (btn_down.classList.contains('loading') || btn_down.classList.contains('completed')) return;
改成:if (btn_down.classList.contains('loading')) return;
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.
請問一下,下載過一次以後,再按下載按鈕什麽都不會發生,這是設計如此嗎