Auto Refresh Twitter (X) Timeline

Automatically refreshes the Twitter (X) timeline every 5 seconds without refreshing the tab.

< 腳本Auto Refresh Twitter (X) Timeline的回應

評論:正評 - 腳本一切正常

§
發表於:2023-08-19

Hi, is there a way to change this script so it would apply to Youtube subscribtion feed?

4lrick作者
§
發表於:2023-08-19

Hello, by modifying the "window.location.href" with the YouTube subscription feed URL and the refreshButton below should work.

const refreshButton = document.querySelector('[aria-label="Twitter"]');
to
const refreshButton = document.querySelector('[aria-label="Subscriptions"]');

§
發表於:2023-08-19

Thank you very much.

發表回覆

登入以回覆