Actualización automática de la línea de tiempo de Twitter (X)

Refresca automáticamente el timeline de Twitter (X) cada 5 segundos sin refrescar la pestaña.

< Opiniones de Actualización automática de la línea de tiempo de Twitter (X)

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 19/8/2023

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

4lrickAutor
§
Publicado: 19/8/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"]');

§
Publicado: 19/8/2023

Thank you very much.

Publicar respuesta

Inicia sesión para responder.