Greasy Fork is available in English.

Auto Refresh Twitter (X) Timeline

Aggiorna automaticamente la timeline di Twitter (X) ogni 5 secondi senza aggiornare la scheda.

< Valutazione su Auto Refresh Twitter (X) Timeline

Recensione: Bene - lo script funziona

§
Pubblicato: 19/08/2023

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

4lrickAutore
§
Pubblicato: 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"]');

§
Pubblicato: 19/08/2023

Thank you very much.

Pubblica risposta

Accedi per pubblicare una risposta.