Greasy Fork is available in English.

Auto Refresh Twitter (X) Timeline

在不刷新标签页的情况下, 每5秒自动刷新Twitter(X)时间轴。

< 脚本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.

发表回复

登录以发表回复。