Greasy Fork is available in English.

Actualisation automatique de la timeline Twitter (X)

Actualise automatiquement la timeline Twitter (X) toutes les 5 secondes sans rafraîchir l'onglet.

< Commentaires sur Actualisation automatique de la timeline Twitter (X)

Avis: Bon - le script fonctionne correctement

§
Posté le: 19/08/2023

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

4lrickAuteur
§
Posté le: 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"]');

§
Posté le: 19/08/2023

Thank you very much.

Poster une réponse

Connectez-vous pour poster une réponse.