Twitter Media Downloader

Save Video/Photo by One-Click.

< Feedback on Twitter Media Downloader

سؤال / تعليق

§
Posted: 14-07-2022

點進單篇推特後下載按鈕消失

推特列表 按鈕正常顯示
https://i.imgur.com/zcgoZG0.png

點進去後 下載按鈕消失
https://i.imgur.com/xQaNYTo.png

關閉擋廣告插件 關閉其他腳本 也是一樣

不知道什麼時候可以修正?

§
Posted: 14-07-2022

補上瀏覽器:Firefox 102.0.1

§
Posted: 14-07-2022

今早8点前后出现的这个问题,7点半我还在用着,吃个早餐后不行了

§
Posted: 14-07-2022

I am having the same problem, the download button does not show up if you clicked on the tweet but it will only show up in your twitter feed.

§
Posted: 17-07-2022

Twitter added new role="group" div before buttons.

Replace line 80 for temporary use.

- let btn_group = article.querySelector('div[role="group"]');
+ let groups = article.querySelectorAll('div[role="group"]');
+ let btn_group = groups[groups.length - 1];
§
Posted: 17-07-2022

Twitter added new role="group" div before buttons.

Replace line 80 for temporary use.

- let btn_group = article.querySelector('div[role="group"]');
+ let groups = article.querySelectorAll('div[role="group"]');
+ let btn_group = groups[groups.length - 1];

It works, thanks.

天音مؤلف
§
Posted: 17-07-2022

已修正

Post reply

تسجيل الدخول إلى مرحلة ما بعد الرد.