Auto Refresh Twitter (X) Timeline

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

< Відгуки до Auto Refresh Twitter (X) Timeline

Відгук: Добре - скрипт працює добре

§
Опубліковано: 19.08.2023

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

4lrickАвтор
§
Опубліковано: 19.08.2023

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"]');

§
Опубліковано: 19.08.2023

Thank you very much.

Опублікувати відповідь

Sign in to post a reply.