Auto Refresh Twitter (X) Timeline

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

< Feedback on Auto Refresh Twitter (X) Timeline

Review: चांगली - स्क्रिप्ट चालते

§
पोस्ट केले: 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.

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.

长期地址
遇到问题?请前往 GitHub 提 Issues。