Greasy Fork is available in English.

Automatische Aktualisierung der Twitter (X) Timeline

Aktualisiert automatisch die Twitter (X) Timeline alle 5 Sekunden ohne das Tab neu zu laden.

< Rückmeldungen aufAutomatische Aktualisierung der Twitter (X) Timeline

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 19.08.2023

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

4lrickVerfasser
§
Veröffentlicht: 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"]');

§
Veröffentlicht: 19.08.2023

Thank you very much.

Antwort schreiben

Anmelden um eine Antwort zu senden.