Greasy Fork is available in English.

YouTube Link Fixer

Remove YouTube redirections and show full links in descriptions.

< Rückmeldungen auf YouTube Link Fixer

Frage/Kommentar

§
Veröffentlicht: 22.02.2025

I would suggest to do the following code change.

Before:

observer.observe(document.body, { childList: true, subtree: true });

After:

observer.observe(document, { childList: true, subtree: true, attributes: ['href'] });

So every change in href attributes will also trigger the callbacks.

Antwort schreiben

Anmelden um eine Antwort zu senden.